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 |
Modifier and Type | Method and Description |
---|---|
QEmuIdAllocator |
QEmuCommandLine.getAllocator() |
Modifier and Type | Method and Description |
---|---|
QEmuDeviceOption.VirtioNet |
QEmuDeviceOption.VirtioNet.withBootIndex(QEmuIdAllocator allocator) |
QEmuDriveOption |
QEmuDriveOption.withIndex(QEmuIdAllocator allocator) |
QEmuDeviceOption.Pci |
QEmuDeviceOption.Pci.withPciAddress(QEmuIdAllocator allocator) |
QEmuDeviceOption.Piix3Usb |
QEmuDeviceOption.Piix3Usb.withPciAddress(QEmuIdAllocator allocator) |
Constructor and Description |
---|
QEmuDriveOption(QEmuIdAllocator allocator,
Disk disk) |
QEmuDriveOption(QEmuIdAllocator allocator,
File file) |
QEmuDriveOption(QEmuIdAllocator allocator,
String path) |
Modifier and Type | Method and Description |
---|---|
QEmuVirtioDriveRecipe |
QEmuVirtioDriveRecipe.withPciAddress(QEmuIdAllocator allocator) |
QEmuVirtioNetRecipe |
QEmuVirtioNetRecipe.withPciAddress(QEmuIdAllocator allocator) |
Constructor and Description |
---|
QEmuVirtioDriveRecipe(QEmuIdAllocator allocator,
Disk disk) |
QEmuVirtioDriveRecipe(QEmuIdAllocator allocator,
QEmuImage image) |
QEmuVirtioDriveRecipe(QEmuIdAllocator allocator,
String path) |
QEmuVirtioNetRecipe(QEmuIdAllocator allocator,
String ifname)
Call new QEmuVirtioNetRecipe(line.getAllocator(), "tap0");
|
Modifier and Type | Method and Description |
---|---|
void |
QEmuIdAllocator.Consumer.withAllocator(QEmuIdAllocator allocator) |
void |
QEmuOptionsList.withAllocator(QEmuIdAllocator allocator) |
Constructor and Description |
---|
QEmuIdAllocator(QEmuIdAllocator predecessor) |