other: 0.131 semantic: 0.126 device: 0.087 files: 0.087 performance: 0.081 PID: 0.077 network: 0.066 graphic: 0.061 vnc: 0.059 permissions: 0.055 socket: 0.048 debug: 0.048 boot: 0.045 KVM: 0.027 debug: 0.377 performance: 0.205 boot: 0.152 PID: 0.050 other: 0.037 files: 0.035 device: 0.033 vnc: 0.025 socket: 0.025 network: 0.024 semantic: 0.015 graphic: 0.012 permissions: 0.008 KVM: 0.004 [Qemu-devel] [BUG] trace: QEMU hangs on initialization with the "simple" backend While starting the softmmu version of QEMU, the simple backend waits for the writeout thread to signal a condition variable when initializing the output file path. But since the writeout thread has not been created, it just waits forever. Thanks, Lluis On Tue, Feb 09, 2016 at 09:24:04PM +0100, Lluís Vilanova wrote: > While starting the softmmu version of QEMU, the simple backend waits for the > writeout thread to signal a condition variable when initializing the output > file > path. But since the writeout thread has not been created, it just waits > forever. Denis Lunev posted a fix: https://patchwork.ozlabs.org/patch/580968/ Stefan signature.asc Description: PGP signature Stefan Hajnoczi writes: > On Tue, Feb 09, 2016 at 09:24:04PM +0100, Lluís Vilanova wrote: > > While starting the softmmu version of QEMU, the simple backend waits for the > > writeout thread to signal a condition variable when initializing the output > > file > > path. But since the writeout thread has not been created, it just waits > > forever. > Denis Lunev posted a fix: > https://patchwork.ozlabs.org/patch/580968/ Great, thanks. Lluis