Re: [Qemu-devel] make check failed: rcutorture error

2015-11-24 Thread Yijun Zhu
On 2015/11/24 19:54, Paolo Bonzini wrote: > > > On 24/11/2015 12:45, Yijun Zhu wrote: >> Hi all, >> >>I got an error when doing "make check" on qemu code both stable-2.4 and >> master branch, after updating binutils to 2.24-33. >> >>

Re: [Qemu-devel] make check failed: rcutorture error

2015-11-24 Thread Yijun Zhu
Hi Paolo, Thanks for you reply. On 2015/11/24 19:54, Paolo Bonzini wrote: > > > On 24/11/2015 12:45, Yijun Zhu wrote: >> Hi all, >> >>I got an error when doing "make check" on qemu code both stable-2.4 and >> master branch, after updating

[Qemu-devel] make check failed: rcutorture error

2015-11-24 Thread Yijun Zhu
Hi all, I got an error when doing "make check" on qemu code both stable-2.4 and master branch, after updating binutils to 2.24-33. Qemu compiled successfully with following configure command: $ ./configure --target-list=aarch64-softmmu --cross-prefix=aarch64-redhat-linux- --enable-fdt

Re: [Qemu-devel] [PATCH] hw/arm/virt: Replace memory_region_init_ram with memory_region_allocate_system_memory

2014-10-14 Thread Yijun Zhu
On 2014/10/14 20:40, Paolo Bonzini wrote: > Il 14/10/2014 08:04, Yijun Zhu ha scritto: >> I think all of the other ARM boards should be changed. If changes in virt is >> ok, >> I will make the patch again including the modification of other ARM boards. > > Don&#

Re: [Qemu-devel] [PATCH] hw/arm/virt: Replace memory_region_init_ram with memory_region_allocate_system_memory

2014-10-13 Thread Yijun Zhu
Hi Peter, On 2014/10/14 12:54, Peter Maydell wrote: > On 14 October 2014 04:36, zhuyijun wrote: >> From: Zhu Yijun >> >> Commit 0b183fc871:"memory: move mem_path handling to >> memory_region_allocate_system_memory" split memory_region_init_ram and >> memory_region_init_ram_from_file. Also it mo