Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
PciMemoryRange |
PciBusInfo.ioRange |
PciMemoryRange |
PciBusInfo.memoryRange |
PciMemoryRange |
PciBusInfo.prefetchableRange |
Modifier and Type | Method and Description |
---|---|
PciMemoryRange |
PciMemoryRange.withBase(long value) |
PciMemoryRange |
PciMemoryRange.withLimit(long value) |
Modifier and Type | Method and Description |
---|---|
PciBusInfo |
PciBusInfo.withIoRange(PciMemoryRange value) |
PciBusInfo |
PciBusInfo.withMemoryRange(PciMemoryRange value) |
PciBusInfo |
PciBusInfo.withPrefetchableRange(PciMemoryRange value) |
Constructor and Description |
---|
PciBusInfo(long number,
long secondary,
long subordinate,
PciMemoryRange ioRange,
PciMemoryRange memoryRange,
PciMemoryRange prefetchableRange) |