[Qemu-devel] [PATCH] fix initrd load failed

2013-11-17 Thread ChenQun
Here's a bug, some examples are as follows: 1.Assuming Guest's filesystem size 6M. 2.For vexpress_a15, the loader_start = 2048M. If we set guest ram_size range from 2048M+128M to 2048M+128M+6M, then the initrd load failed. 3.For mach-virt, the loader_start = 128M. If we set guest ram_size range

Re: [Qemu-devel] [PATCH] fix initrd load failed

2013-11-17 Thread Peter Maydell
On 17 November 2013 16:10, ChenQun chenq...@gmail.com wrote: Here's a bug, some examples are as follows: 1.Assuming Guest's filesystem size 6M. 2.For vexpress_a15, the loader_start = 2048M. If we set guest ram_size range from 2048M+128M to 2048M+128M+6M, then the initrd load failed. 3.For