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
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 (action=COROUTINE_TERMIN
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-win64>qemu-system-arm -cpu ?
C:\opt\qemu-1.5.0-rc0-win64>echo %ERRORLEVEL%
0
**
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.l
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
./a.ou