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