Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
List<PciDeviceInfo> |
PciInfo.devices |
List<PciDeviceInfo> |
PciBridgeInfo.devices |
Modifier and Type | Method and Description |
---|---|
PciDeviceInfo |
PciDeviceInfo.withBus(long value) |
PciDeviceInfo |
PciDeviceInfo.withClassInfo(PciDeviceClass value) |
PciDeviceInfo |
PciDeviceInfo.withFunction(long value) |
PciDeviceInfo |
PciDeviceInfo.withId(PciDeviceId value) |
PciDeviceInfo |
PciDeviceInfo.withIrq(Long value) |
PciDeviceInfo |
PciDeviceInfo.withPciBridge(PciBridgeInfo value) |
PciDeviceInfo |
PciDeviceInfo.withQdevId(String value) |
PciDeviceInfo |
PciDeviceInfo.withRegions(List<PciMemoryRegion> value) |
PciDeviceInfo |
PciDeviceInfo.withSlot(long value) |
Modifier and Type | Method and Description |
---|---|
PciInfo |
PciInfo.withDevices(List<PciDeviceInfo> value) |
PciBridgeInfo |
PciBridgeInfo.withDevices(List<PciDeviceInfo> value) |
Constructor and Description |
---|
PciBridgeInfo(PciBusInfo bus,
List<PciDeviceInfo> devices) |
PciInfo(long bus,
List<PciDeviceInfo> devices) |