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.Cache |
QEmuDriveOption.cache |
Modifier and Type | Method and Description |
---|---|
static QEmuDriveOption.Cache |
QEmuDriveOption.Cache.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QEmuDriveOption.Cache[] |
QEmuDriveOption.Cache.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.withCache(QEmuDriveOption.Cache cache) |
Modifier and Type | Method and Description |
---|---|
QEmuVirtioDriveRecipe |
QEmuVirtioDriveRecipe.withCache(QEmuDriveOption.Cache cache) |