Re: [PATCH 6/9] move kvm_cpu_register_memory_area into qemu's

2008-08-13 Thread Anthony Liguori
Glauber Costa wrote: Turn the explicit calls to kvm_cpu_register_memoy_area() an empty function. Provide a __kvm_cpu_register_memory_area() that is called from within cpu_register_memory_area(). To avoid registering mmio regions to the hypervisor, since we depend on them faulting, we keep track

[PATCH 6/9] move kvm_cpu_register_memory_area into qemu's

2008-08-12 Thread Glauber Costa
Turn the explicit calls to kvm_cpu_register_memoy_area() an empty function. Provide a __kvm_cpu_register_memory_area() that is called from within cpu_register_memory_area(). To avoid registering mmio regions to the hypervisor, since we depend on them faulting, we keep track of what regions are