search for: qemumonitoropen

Displaying 3 results from an estimated 3 matches for "qemumonitoropen".

2014 Nov 07
3
Is there a way to disable libvirt qemu monitor while creating kvm vm using virsh?
Hi, Now for some reason, I need to add “ -qmp tcp:127.0.0.1:1235” when creating a KVM VM using libvirt. This command meaning in “qemu-kvm --help” is: -qmp dev like -monitor but opens in 'control' mode. I added command-line equivalent options into the xml file, like below format: <qemu:commandline> <qemu:arg value="-s"/> <qemu:arg
2014 Nov 11
2
Re: Is there a way to disable libvirt qemu monitor while creating kvm vm using virsh?
...onitor,server,nowait >> -mon chardev=charmonitor,id=monitor,mode=control >> >> Looks like libvirt automatically adds the monitor options upon VM >> creation. > > As I understand it, libvirt uses its own APIs to handle interactions > with QEMU monitor console, e.g. qemuMonitorOpen(), etc. > > If you're fine delving into code, you might want to libvirt > sources, specificially this directory: libvirt/src/qemu. Messing up the source code is the last thing I want to do. I am using the default libvirt coming with CentOs6.5, last time I modified and installed the l...
2014 Nov 09
0
Re: Is there a way to disable libvirt qemu monitor while creating kvm vm using virsh?
...r/lib/libvirt/qemu/vmifs_test.monitor,server,nowait > -mon chardev=charmonitor,id=monitor,mode=control > > Looks like libvirt automatically adds the monitor options upon VM > creation. As I understand it, libvirt uses its own APIs to handle interactions with QEMU monitor console, e.g. qemuMonitorOpen(), etc. If you're fine delving into code, you might want to libvirt sources, specificially this directory: libvirt/src/qemu. > Is there a way to disable this and use “—qmp” instead when creating > VM? I doubt libvirt developers will agree with this proposal. But if you're intending...