Re: [Qemu-devel] [PATCH 0/2] xen: convert to memory API

2011-12-18 Thread Avi Kivity
On 12/18/2011 05:43 PM, Peter Maydell wrote: > On 18 December 2011 15:32, Avi Kivity wrote: > > I missed Xen while converting stuff to the memory API, as it's not in hw/. > > > > Here comes the first simple patches; expect more as ram_addr_t is retired. > > Er, ram_addr_t is going away? Can you el

Re: [Qemu-devel] [PATCH 0/2] xen: convert to memory API

2011-12-18 Thread Peter Maydell
On 18 December 2011 15:32, Avi Kivity wrote: > I missed Xen while converting stuff to the memory API, as it's not in hw/. > > Here comes the first simple patches; expect more as ram_addr_t is retired. Er, ram_addr_t is going away? Can you elaborate? -- PMM

[Qemu-devel] [PATCH 0/2] xen: convert to memory API

2011-12-18 Thread Avi Kivity
I missed Xen while converting stuff to the memory API, as it's not in hw/. Here comes the first simple patches; expect more as ram_addr_t is retired. Please review & test (build tested only here). Also in git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/xen (includes a patchset not y