Il 17/04/2013 09:06, Gerd Hoffmann ha scritto: >> > cheers, >> > Gerd > Trapped into the next issue. Added qmp monitor to the virtual machine, > linked to unix socket. Start playing with the qom-* scrips in QMP. > qemu hangs after the first qmp-list command (triggered by socket > disconnect?).
Hmm, I cannot reproduce this. x86_64-softmmu/qemu-system-x86_64 -qmp unix:/home/pbonzini/qmp.sock,nowait,server -vnc :1 (Tried also without nowait, with SDL or -nographic, with KVM, with an additional "-serial mon:stdio"). Multiple executions of "./qom-list -s /home/pbonzini/qmp.sock /machine" work, both with and without these three patches. Paolo