Re: [Qemu-devel] [PULL] Memory API fixes - rom/device

2011-08-29 Thread Anthony Liguori
On 08/28/2011 10:52 AM, Avi Kivity wrote: Anthony, please pull from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/core to receive fixes for the rom/device API - initialize ->ops and a new ->opaque. Pulled. Thanks. Regards, Anthony Liguori Avi Kivity (2): memory: fix memory_r

Re: [Qemu-devel] [PULL] Memory API fixes - rom/device

2011-08-29 Thread Avi Kivity
On 08/28/2011 06:52 PM, Avi Kivity wrote: Anthony, please pull from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/core to receive fixes for the rom/device API - initialize ->ops and a new ->opaque. Avi Kivity (2): memory: fix memory_region_init_rom_device() not initializi

[Qemu-devel] [PULL] Memory API fixes - rom/device

2011-08-28 Thread Avi Kivity
Anthony, please pull from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/core to receive fixes for the rom/device API - initialize ->ops and a new ->opaque. Avi Kivity (2): memory: fix memory_region_init_rom_device() not initializing ->ops memory: add opaque parameter