Re: [kvm-devel] [PATCH][UPDATE] kvm-userspace: simplify mmio callback

2007-12-19 Thread Avi Kivity
Christian Ehrhardt wrote: Subject: [PATCH][UPDATE] kvm-userspace: simplify mmio callback From: Christian Ehrhardt [EMAIL PROTECTED] Merging the read[bwlq]/write[bwlq] callback callback pointers to mmio_read/write functions simplifies the callback interface. On the qemu side it now uses the

[kvm-devel] [PATCH][UPDATE] kvm-userspace: simplify mmio callback

2007-12-18 Thread Christian Ehrhardt
Subject: [PATCH][UPDATE] kvm-userspace: simplify mmio callback From: Christian Ehrhardt [EMAIL PROTECTED] Merging the read[bwlq]/write[bwlq] callback callback pointers to mmio_read/write functions simplifies the callback interface. On the qemu side it now uses the cpu_physical_memory_rw