qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC 0/6] QEMU: kvm: cleanup kvm_slot handling
@ 2017-08-09 13:33 David Hildenbrand
  2017-08-09 13:33 ` [Qemu-devel] [PATCH RFC 1/6] kvm: require JOIN_MEMORY_REGIONS_WORKS David Hildenbrand
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: David Hildenbrand @ 2017-08-09 13:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, kvm, david

If I am not missing something important here, we can heavily simplify
the kvm_slot code. Flatview will make sure that we don't have to deal
with overlapping slots. E.g. when a memory section is resized, we are
first notified about the removal and then about the new memory section.

So basically, we can directly always map one memory section to one
kvm slot (if the fixed up size is > 0).

Only very briefly tested. Will do some more testing if we agree that this
is the right thing to do.

David Hildenbrand (6):
  kvm: require JOIN_MEMORY_REGIONS_WORKS
  kvm: factor out alignment of memory section
  kvm: use start + size for memory ranges
  kvm: we never have overlapping slots in kvm_set_phys_mem()
  kvm: kvm_log_start/stop are only called with known sections
  kvm: kvm_log_sync() is only called with known memory sections

 accel/kvm/kvm-all.c | 276 +++++++++++++++++-----------------------------------
 1 file changed, 89 insertions(+), 187 deletions(-)

-- 
2.9.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-08-09 16:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09 13:33 [Qemu-devel] [PATCH RFC 0/6] QEMU: kvm: cleanup kvm_slot handling David Hildenbrand
2017-08-09 13:33 ` [Qemu-devel] [PATCH RFC 1/6] kvm: require JOIN_MEMORY_REGIONS_WORKS David Hildenbrand
2017-08-09 13:33 ` [Qemu-devel] [PATCH RFC 2/6] kvm: factor out alignment of memory section David Hildenbrand
2017-08-09 13:33 ` [Qemu-devel] [PATCH RFC 3/6] kvm: use start + size for memory ranges David Hildenbrand
2017-08-09 13:33 ` [Qemu-devel] [PATCH RFC 4/6] kvm: we never have overlapping slots in kvm_set_phys_mem() David Hildenbrand
2017-08-09 13:33 ` [Qemu-devel] [PATCH RFC 5/6] kvm: kvm_log_start/stop are only called with known sections David Hildenbrand
2017-08-09 13:33 ` [Qemu-devel] [PATCH RFC 6/6] kvm: kvm_log_sync() is only called with known memory sections David Hildenbrand
2017-08-09 16:49 ` [Qemu-devel] [PATCH RFC 0/6] QEMU: kvm: cleanup kvm_slot handling Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).