summaryrefslogtreecommitdiffstats
path: root/include/sysemu/kvm_int.h
Commit message (Collapse)AuthorAgeFilesLines
* kvm-all: add support for multiple address spacesPaolo Bonzini2015-07-061-0/+4
| | | | | | | Make kvm_memory_listener_register public, and assign a kernel address space id to each KVMMemoryListener. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* kvm-all: make KVM's memory listener more genericPaolo Bonzini2015-07-061-0/+5
| | | | | | | | No semantic change, but s->slots moves into a new struct KVMMemoryListener. KVM's memory listener becomes a member of struct KVMState, and becomes of type KVMMemoryListener. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* kvm-all: move internal types to kvm_int.hPaolo Bonzini2015-07-061-0/+30
i386 code will have to define a different KVMMemoryListener. Create an internal header so that KVMSlot is not exposed outside. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>