Package | Description |
---|---|
org.anarres.qemu.exec |
QEmu command line and option models.
|
org.anarres.qemu.exec.recipe |
Convenience recipes for related option-sets.
|
Modifier and Type | Field and Description |
---|---|
QEmuDriveOption.Aio |
QEmuDriveOption.aio |
Modifier and Type | Method and Description |
---|---|
static QEmuDriveOption.Aio |
QEmuDriveOption.Aio.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QEmuDriveOption.Aio[] |
QEmuDriveOption.Aio.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QEmuDriveOption |
QEmuDriveOption.withAio(QEmuDriveOption.Aio aio) |
Modifier and Type | Method and Description |
---|---|
QEmuVirtioDriveRecipe |
QEmuVirtioDriveRecipe.withAio(QEmuDriveOption.Aio aio) |