cloud-hypervisor/vm-allocator
Sebastien Boeuf a761b820c7 vm-allocator: Fix the aligned address check
The requested address for a range can be the base of the entire
address space, this is a valid use case.

In particular, when creating an MMIO address space of 0-64GiB, we
might want to create a range of 0-1GiB if the RAM of our VM is 1G.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-07-22 09:51:16 -07:00
..
src vm-allocator: Fix the aligned address check 2019-07-22 09:51:16 -07:00
Cargo.toml allocator: Add a basic resource allocation crate 2019-05-08 08:55:06 +02:00