Re: [Qemu-devel] Crash when using -daemonize

2015-03-10 Thread Paolo Bonzini
On 09/03/2015 22:34, Christian Borntraeger wrote: > I think it is. > Paolo has posted a quick fix in the thread of "vl: take iothread lock very > early". > > Can you verify? > > Paolo, what is the status of this fix? > Sending a pull request today with the proper fix. Paolo

Re: [Qemu-devel] Crash when using -daemonize

2015-03-09 Thread Stefan Berger
On 03/09/2015 05:34 PM, Christian Borntraeger wrote: Am 09.03.2015 um 22:03 schrieb Stefan Berger: Since an upgrade to Fedora 21, I get crashes with QEMU when using -daemonize. I noticed this since libvirt could not QMP probe QEMU. This is the command line used: x86_64-softmmu/qemu-system-x86

Re: [Qemu-devel] Crash when using -daemonize

2015-03-09 Thread Christian Borntraeger
Am 09.03.2015 um 22:03 schrieb Stefan Berger: > Since an upgrade to Fedora 21, I get crashes with QEMU when using -daemonize. > I noticed this since libvirt could not QMP probe QEMU. > > This is the command line used: > > x86_64-softmmu/qemu-system-x86_64 -S -no-user-config -nodefaults -nographi

[Qemu-devel] Crash when using -daemonize

2015-03-09 Thread Stefan Berger
Since an upgrade to Fedora 21, I get crashes with QEMU when using -daemonize. I noticed this since libvirt could not QMP probe QEMU. This is the command line used: x86_64-softmmu/qemu-system-x86_64 -S -no-user-config -nodefaults -nographic -M none -pidfile /tmp/foo -daemonize Here's the back