[pve-devel] [PATCH 2/2] add enable-kvm and qmp stdio to kvm cmd for qemu.git 1.3

2012-11-21 Thread Stefan Priebe
--- PVE/QemuServer.pm |4 1 file changed, 4 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 7a11e82..7d4a1a1 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -2155,6 +2155,10 @@ sub config_to_command { push @$cmd, '-daemonize'; +push @$cmd,

Re: [pve-devel] [PATCH 2/2] add enable-kvm and qmp stdio to kvm cmd for qemu.git 1.3

2012-11-21 Thread Dietmar Maurer
+push @$cmd, '-qmp', stdio; + What is this? ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH 2/2] add enable-kvm and qmp stdio to kvm cmd for qemu.git 1.3

2012-11-21 Thread Dietmar Maurer
Am 21.11.2012 09:15, schrieb Dietmar Maurer: +push @$cmd, '-qmp', stdio; + What is this? http://wiki.qemu.org/QMP Without this the monitor does not work at all and -monitor stdio is only a read only monitor where you can't change settings. But stdio is redirected to /dev/null,

Re: [pve-devel] [PATCH 2/2] add enable-kvm and qmp stdio to kvm cmd for qemu.git 1.3

2012-11-21 Thread Stefan Priebe - Profihost AG
Am 21.11.2012 09:40, schrieb Dietmar Maurer: Am 21.11.2012 09:15, schrieb Dietmar Maurer: +push @$cmd, '-qmp', stdio; + What is this? http://wiki.qemu.org/QMP Without this the monitor does not work at all and -monitor stdio is only a read only monitor where you can't change settings.

Re: [pve-devel] [PATCH 2/2] add enable-kvm and qmp stdio to kvm cmd for qemu.git 1.3

2012-11-21 Thread Dietmar Maurer
mhm correct. But only -qmp without a parameter does not work. And i haven't found another useful parameter. With -qmp stdio it just works fine. So this was more a try and error ;-) We already use qmp - so what is wrong with the current code? ___

Re: [pve-devel] [PATCH 2/2] add enable-kvm and qmp stdio to kvm cmd for qemu.git 1.3

2012-11-21 Thread Alexandre DERUMIER
But only -qmp without a parameter does not work That's strange, I can use monitor in proxmox gui without -qmp stdio ... - Mail original - De: Stefan Priebe - Profihost AG s.pri...@profihost.ag À: Dietmar Maurer diet...@proxmox.com Cc: pve-devel@pve.proxmox.com Envoyé: Mercredi 21