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