Re: [Qemu-devel] [PATCH 12/12] Remove temp_buf, rename CPU_TEMP_BUF_NLONGS

2011-06-27 Thread Wayne Xia
Hi, it seems the patched TCG have some problem, I got a segment fault. Running condition: qemu-system-x86_64 -L /home/xiawenc/WorkDir/Source/bios/pc-bios/ when I invoke it with --kvm-enabled, no segment fault. qemu version: commit f44c99607a46484c52f03aed373e3a3a194af721 Author: Blue

[Qemu-devel] [PATCH 12/12] Remove temp_buf, rename CPU_TEMP_BUF_NLONGS

2011-06-26 Thread Blue Swirl
Remove now unused temp_buf from CPUState. Rename CPU_TEMP_BUF_NLONGS to TCG_TEMP_BUF_NLONGS. Signed-off-by: Blue Swirl blauwir...@gmail.com --- cpu-defs.h |3 --- tcg/arm/tcg-target.c |6 +++--- tcg/hppa/tcg-target.c |2 +- tcg/i386/tcg-target.c |4 ++--