[Qemu-devel] [Bug 1182490] [NEW] [qemu-1.5] coroutine-win32.c broken on NULL pointer

2013-05-21 Thread Cauchy Song
Public bug reported: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 4340.0x163c] qemu_coroutine_switch (action=COROUTINE_TERMINATE, to_=0x0, from_=0x3ba1c80) at /home/cauchy/vcs/git/qemu/coroutine-win32.c:47 (gdb) bt #0 qemu_coroutine_switch

[Qemu-devel] [Bug 1182490] Re: [qemu-1.5] coroutine-win32.c broken on NULL pointer

2013-05-21 Thread Cauchy Song
git bisect start git bisect bad HEAD git bisect good v1.4.0 fde245ca7ea790495db370cd260259595dbdf874bad NULL pointer a4960ef34829c355fdf25b8ee6b869c92393e366bad ld: undefined reference b5a73f8d8a57e940f9bbeb399a9e47897522ee9abad Kernel panic - not syncing: No

[Qemu-devel] [Bug 1178101] [NEW] Could not enable gtk UI on build for Windows target

2013-05-09 Thread Cauchy Song
Public bug reported: $ ${QEMU_SRC_DIR}/configure --prefix=${BIN_ROOT} --cross- prefix=${HOST_TRIPLET}- --extra-cflags=-I${BIN_ROOT}/include --extra- ldflags=-L${BIN_ROOT}/lib --enable-gtk --disable-xen ERROR: User requested feature gtk configure was not able to find it $ cat config.log

[Qemu-devel] [Bug 1178107] [NEW] qemu-system-*.exe -cpu ? (or -M ?) exit silently

2013-05-09 Thread Cauchy Song
Public bug reported: For example, 'qemu-system-arm -cpu ?' on Linux host give me available cpu list: Available CPUs: arm1026 arm1136 arm1136-r2 ... But on Windows host, I got nothing: C:\opt\qemu-1.5.0-rc0-win64qemu-system-arm -cpu ? C:\opt\qemu-1.5.0-rc0-win64echo %ERRORLEVEL% 0 **

[Qemu-devel] [Bug 1172613] [NEW] [qemu 1.4.1] inconsistent behavior on different architecture

2013-04-25 Thread Cauchy Song
Public bug reported: Running with qemu 1.4.1 and eglibc 2.17 on Debian Linux 7.0 for amd64 armhf $ arm-linux-gnueabihf-gcc hello.c $ qemu-arm ./a.out /lib/ld-linux-armhf.so.3: No such file or directory $ qemu-arm arm-linux-gnueabihf/lib/ld-2.17.so ./a.out