Re: [Qemu-devel] [PULL] Memory API core fix (memory_region_set_readonly())

2011-09-26 Thread Anthony Liguori
On 09/25/2011 07:43 AM, Avi Kivity wrote: Please pull from git://github.com/avikivity/qemu.git memory/core to receive an implementation of memory_region_set_readonly(). It has been tested on i386 (440FX PAM) and Magnum. Avi Kivity (1): memory: implement memory_region_set_readonly() Pulled.

[Qemu-devel] [PULL] Memory API core fix (memory_region_set_readonly())

2011-09-25 Thread Avi Kivity
Please pull from git://github.com/avikivity/qemu.git memory/core to receive an implementation of memory_region_set_readonly(). It has been tested on i386 (440FX PAM) and Magnum. Avi Kivity (1): memory: implement memory_region_set_readonly() memory.c | 29 ++---