Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
PciDeviceClass |
PciDeviceInfo.classInfo |
Modifier and Type | Method and Description |
---|---|
PciDeviceClass |
PciDeviceClass.with_class(long value) |
PciDeviceClass |
PciDeviceClass.withDesc(String value) |
Modifier and Type | Method and Description |
---|---|
PciDeviceInfo |
PciDeviceInfo.withClassInfo(PciDeviceClass value) |
Constructor and Description |
---|
PciDeviceInfo(long bus,
long slot,
long function,
PciDeviceClass classInfo,
PciDeviceId id,
Long irq,
String qdevId,
PciBridgeInfo pciBridge,
List<PciMemoryRegion> regions) |