cloud-hypervisor/vm-allocator/src
Sebastien Boeuf b8e1cf2d4e vm-allocator: Add new function to free 32 bits MMIO address space
The allocator already had functions to allocate and free both IO and 64
bits MMIO address spaces, but it only had an allocating function for 32
bits MMIO address space.

With this new function, it will be now possible to remove cleanly some
ranges from the 32 bits MMIO address space.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-03-11 13:10:30 +00:00
..
address.rs vm-allocator: Fix potential allocation errors 2019-07-25 11:45:38 +01:00
gsi.rs vm-allocator: Expand the IRQ allocation API to support GSI 2019-07-22 09:51:16 -07:00
lib.rs vm-allocator: Expand the IRQ allocation API to support GSI 2019-07-22 09:51:16 -07:00
system.rs vm-allocator: Add new function to free 32 bits MMIO address space 2020-03-11 13:10:30 +00:00