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