Re: [Qemu-devel] Core dumps - commit a0abe474d587499a1553372c1692811f81fd3eda

2012-02-24 Thread Peter Maydell
On 24 February 2012 05:49, Gerhard Wiesinger wrote: > I'm getting coredumps: > #0  qemu_opt_find (opts=0x0, name=0x7f18e8c833db "kernel") at > qemu-option.c:535 > 535         QTAILQ_FOREACH_REVERSE(opt, &opts->head, QemuOptHead, next) { > Yeah, I posted a fix for this on Tuesday: http://patchwork

Re: [Qemu-devel] Core dumps - commit a0abe474d587499a1553372c1692811f81fd3eda

2012-02-23 Thread Roy Tam
Hi, 2012/2/24 Gerhard Wiesinger : > Hi, > > I'm getting coredumps: > #0  qemu_opt_find (opts=0x0, name=0x7f18e8c833db "kernel") at > qemu-option.c:535 > 535         QTAILQ_FOREACH_REVERSE(opt, &opts->head, QemuOptHead, next) { > > I bisected it down to the following commit: > a0abe474d587499a15533

[Qemu-devel] Core dumps - commit a0abe474d587499a1553372c1692811f81fd3eda

2012-02-23 Thread Gerhard Wiesinger
Hi, I'm getting coredumps: #0 qemu_opt_find (opts=0x0, name=0x7f18e8c833db "kernel") at qemu-option.c:535 535 QTAILQ_FOREACH_REVERSE(opt, &opts->head, QemuOptHead, next) { I bisected it down to the following commit: a0abe474d587499a1553372c1692811f81fd3eda is the first bad commit commit