Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
BlockDirtyBitmapAdd |
TransactionAction.blockDirtyBitmapAdd |
Modifier and Type | Method and Description |
---|---|
BlockDirtyBitmapAdd |
BlockDirtyBitmapAdd.withGranularity(Long value) |
BlockDirtyBitmapAdd |
BlockDirtyBitmapAdd.withName(String value) |
BlockDirtyBitmapAdd |
BlockDirtyBitmapAdd.withNode(String value) |
Modifier and Type | Method and Description |
---|---|
static TransactionAction |
TransactionAction.blockDirtyBitmapAdd(BlockDirtyBitmapAdd blockDirtyBitmapAdd) |
Constructor and Description |
---|
BlockDirtyBitmapAddCommand(BlockDirtyBitmapAdd argument)
Constructs a new BlockDirtyBitmapAddCommand.
|