On 04.09.24 21:16, Peter Xu wrote:
This value used to reflect the maximum supported memslots from KVM kernel.
Rename it to be clearer, preparing for dynamic sized memslot allocations.
Well, it matches "KVM_CAP_NR_MEMSLOTS" :)
Reviewed-by: David Hildenbrand
-for (i = 0; i < s->nr_slots;
This value used to reflect the maximum supported memslots from KVM kernel.
Rename it to be clearer, preparing for dynamic sized memslot allocations.
Signed-off-by: Peter Xu
---
include/sysemu/kvm_int.h | 4 ++--
accel/kvm/kvm-all.c | 26 +-
2 files changed, 15 inser