| 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.exec.util | |
| org.anarres.qemu.exec.vm.device |
Device frontends, generally extending
QEmuDeviceOption. |
| Modifier and Type | Field and Description |
|---|---|
static QEmuOption |
QEmuMiscOptions.ENABLE_FIPS |
static QEmuOption |
QEmuMiscOptions.NO_ACPI |
static QEmuOption |
QEmuMiscOptions.NO_DEFAULTS |
static QEmuOption |
QEmuMiscOptions.NO_HPET |
static QEmuOption |
QEmuMiscOptions.NO_REBOOT |
static QEmuOption |
QEmuMiscOptions.NO_SHUTDOWN |
static QEmuOption |
QEmuMiscOptions.NO_USER_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
<T extends QEmuOption> |
QEmuCommandLine.getOption(Class<T> type)
Returns the first option of the specified type in this command line.
|
<T extends QEmuOption> |
QEmuCommandLine.getOptions(Class<T> type)
Returns all options of the specified type in this command line.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends QEmuOption> |
QEmuCommandLine.getOptions()
Returns all the options in this command line.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QEmuCommandLine.addOptions(QEmuOption... options) |
| Modifier and Type | Method and Description |
|---|---|
void |
QEmuCommandLine.addOptions(Iterable<? extends QEmuOption> options) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QEmuRecipe
A convenient wrapper for a collection of related
QEmuOptions. |
| Modifier and Type | Class and Description |
|---|---|
class |
QEmuDisplayRecipe
Deprecated.
|
class |
QEmuMonitorRecipe
A recipe for creating a QEmu monitor speaking the QApi protocol.
|
class |
QEmuPerformanceRecipe
Generic performance options for QEmu.
|
class |
QEmuVirtioDriveRecipe |
class |
QEmuVirtioNetRecipe |
class |
QEmuVirtioSerialRecipe |
| Modifier and Type | Class and Description |
|---|---|
class |
QEmuOptionsList
A list of
QEmuOptions, represented as a QEmuOption. |
| Constructor and Description |
|---|
QEmuOptionsList(QEmuOption... c) |
| Constructor and Description |
|---|
QEmuOptionsList(Collection<? extends QEmuOption> c) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QEmuDevice
A QEmuDevice is a device frontend visible to the VM on a bus.
|
interface |
QEmuVgaDevice |
| Modifier and Type | Class and Description |
|---|---|
static class |
QEmuVgaDevice.CirrusPci |