Package | Description |
---|---|
org.anarres.qemu.examples | |
org.anarres.qemu.exec |
QEmu command line and option models.
|
Modifier and Type | Method and Description |
---|---|
protected QEmuImage |
AbstractQEmuExample.newImage(String name,
long size,
QEmuMemoryOption.Magnitude magnitude) |
Modifier and Type | Method and Description |
---|---|
static QEmuMemoryOption.Magnitude |
QEmuMemoryOption.Magnitude.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QEmuMemoryOption.Magnitude[] |
QEmuMemoryOption.Magnitude.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
QEmuMemoryOption(long size,
QEmuMemoryOption.Magnitude magnitude) |