You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(vm-memory): use GuestMemoryCollection to store KVM slot
This refactor enables us to add more information to the GuestMemory.
To start off, I am adding KVM slot number and type of memory. So far we
only support Dram (normal memory), but we will also add Hotpluggable
region type in the future.
Signed-off-by: Riccardo Mancini <[email protected]>
0 commit comments