[kvm-devel] [PATCH] RFC: simplify kvm-userspace to qemu-kvm callback structure

2007-12-05 Thread Christian Ehrhardt
Background: In our ppc code for the demo we only needed a call to cpu_physical_memory_rw to handle all kind of mmio we needed. Looking at all the callback pointers for read/write mmio in kvm_callbacks I wondered if this can be simplified with cpu_physical_memory_rw for x86 too. So I tested it t

Re: [kvm-devel] [PATCH] RFC: simplify kvm-userspace to qemu-kvm callback structure

2007-12-06 Thread Avi Kivity
Christian Ehrhardt wrote: > Background: > In our ppc code for the demo we only needed a call to > cpu_physical_memory_rw to handle all kind of mmio we needed. Looking > at all the callback pointers for read/write mmio in kvm_callbacks I > wondered if this can be simplified with cpu_physical_memo

Re: [kvm-devel] [PATCH] RFC: simplify kvm-userspace to qemu-kvm callback structure

2007-12-11 Thread Christian Ehrhardt
Avi Kivity wrote: > Christian Ehrhardt wrote: >> Background: >> In our ppc code for the demo we only needed a call to >> cpu_physical_memory_rw to handle all kind of mmio we needed. Looking >> at all the callback pointers for read/write mmio in kvm_callbacks I >> wondered if this can be simplifi