Package | Description |
---|---|
org.anarres.qemu.exec |
QEmu command line and option models.
|
org.anarres.qemu.exec.host.chardev |
Character device backends.
|
org.anarres.qemu.exec.recipe |
Convenience recipes for related option-sets.
|
Modifier and Type | Field and Description |
---|---|
CharDevice |
QEmuChardevOption.device |
Modifier and Type | Method and Description |
---|---|
QEmuChardevOption |
QEmuChardevOption.withDevice(CharDevice device) |
Constructor and Description |
---|
QEmuChardevOption(CharDevice device) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharDevice |
class |
AbstractSocketCharDevice |
class |
BrailleCharDevice |
class |
CustomCharDevice |
class |
FileCharDevice |
class |
LinuxParportCharDevice |
class |
MsmouseCharDevice |
class |
NamedPipeCharDevice |
class |
NullCharDevice |
class |
PtyCharDevice |
class |
TcpCharDevice |
class |
UdpCharDevice |
class |
UnixCharDevice |
class |
UnixStdioCharDevice |
class |
VirtualConsoleCharDevice |
Constructor and Description |
---|
QEmuMonitorRecipe(CharDevice device)
Creates a QEmuMonitor on a given
CharDevice . |
QEmuVirtioSerialRecipe(CharDevice device) |