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