Re: [Qemu-devel] [PATCH V3 for 2.1 0/2] bug fixs for memory backend

2014-07-07 Thread Michael S. Tsirkin
On Mon, Jul 07, 2014 at 06:55:26PM +0800, Hu Tao wrote: > This series includes two patches to fix bugs of memory backend. See each > patch for the bugs and how to reproduce them. > > changes to v2: > > - introduce memory_region_init_ram_may_fail and > memory_region_init_ram_ptr_may_fail > > -

[Qemu-devel] [PATCH V3 for 2.1 0/2] bug fixs for memory backend

2014-07-07 Thread Hu Tao
This series includes two patches to fix bugs of memory backend. See each patch for the bugs and how to reproduce them. changes to v2: - introduce memory_region_init_ram_may_fail and memory_region_init_ram_ptr_may_fail - address comments by MST - missing the functions renaming. will send later