Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
List<BlkdebugSetStateOptions> |
BlockdevOptionsBlkdebug.setState |
Modifier and Type | Method and Description |
---|---|
BlkdebugSetStateOptions |
BlkdebugSetStateOptions.withEvent(BlkdebugEvent value) |
BlkdebugSetStateOptions |
BlkdebugSetStateOptions.withNewState(long value) |
BlkdebugSetStateOptions |
BlkdebugSetStateOptions.withState(Long value) |
Modifier and Type | Method and Description |
---|---|
BlockdevOptionsBlkdebug |
BlockdevOptionsBlkdebug.withSetState(List<BlkdebugSetStateOptions> value) |
Constructor and Description |
---|
BlockdevOptionsBlkdebug(BlockdevRef image,
String config,
Long align,
List<BlkdebugInjectErrorOptions> injectError,
List<BlkdebugSetStateOptions> setState) |