cloud-hypervisor/devices
Samuel Ortiz 42e545806c devices: bus: Return the range base address when resolving
When resolving an IO address to a device, return the range base address,
the offset, and the device itself.
This is needed for devices with multiple IO regions to find out which
region an IO/MMIO exit is coming from.

We also use this change as an opportunity to rename get_device to
resolve as we're doing more than just getting a device.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-07-08 07:39:21 +02:00
..
src devices: bus: Return the range base address when resolving 2019-07-08 07:39:21 +02:00
Cargo.toml devices: Add userspace IOAPIC implementation 2019-06-21 10:09:34 +02:00