Package | Description |
---|---|
org.anarres.qemu.exec |
QEmu command line and option models.
|
org.anarres.qemu.exec.recipe |
Convenience recipes for related option-sets.
|
org.anarres.qemu.image |
Utilities for manipulating QEmu images using qemu-img.
|
Modifier and Type | Field and Description |
---|---|
QEmuImageFormat |
QEmuDriveOption.format |
Modifier and Type | Method and Description |
---|---|
QEmuDriveOption |
QEmuDriveOption.withFormat(QEmuImageFormat format) |
Modifier and Type | Method and Description |
---|---|
QEmuVirtioDriveRecipe |
QEmuVirtioDriveRecipe.withFormat(QEmuImageFormat format) |
Modifier and Type | Field and Description |
---|---|
QEmuImageFormat |
QEmuImageInfo.format |
QEmuImageFormat |
QEmuImageCheck.format |
Modifier and Type | Method and Description |
---|---|
static QEmuImageFormat |
QEmuImageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QEmuImageFormat[] |
QEmuImageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QEmuImage.create(QEmuImageFormat format,
File backingFile)
Creates this image.
|
void |
QEmuImage.create(QEmuImageFormat format,
long size)
Creates this image.
|