cloud-hypervisor/vmm
Jinank Jain b54ce6c3db vmm: Defer address space allocation
We can ideally defer the address space allocation till we start the
vCPUs for the very first time. Because the VM will not access the memory
until the CPUs start running. Thus there is no need to allocate the
address space eagerly and wait till the time we are going to start the
vCPUs for the first time.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
2023-02-10 11:52:20 +01:00
..
src vmm: Defer address space allocation 2023-02-10 11:52:20 +01:00
Cargo.toml build: Bump anyhow from 1.0.68 to 1.0.69 2023-02-10 00:55:05 +00:00