search for: qom

Displaying 20 results from an estimated 47 matches for "qom".

Did you mean: com
2015 Feb 11
0
Re: libvirt 1.2.10 and latest EL6 qemu-kvm
...llowing qemu EL6 package from centos: qemu-kvm-0.12.1.2-2.448.el6_6.x86_64 Using 1.2.12 and this version of qemu-kvm, I still get the following error when trying to start a domain: error: Failed to start domain btcab0001ap.unix.banksys.be error: internal error: unable to execute QEMU command 'qom-list': The command qom-list has not been found The older qemu package (qemu-kvm-0.12.1.2-2.415.el6_5.14.x86_64) works just fine though (I also tried the qemu-rhev-packages for el6 from ovirt, but no change). I verified the changelog from libvirt 1.2.12 and the earlier suggested fix is in there...
2015 Jan 19
2
Re: [libvirt] libvirt 1.2.10 and latest EL6 qemu-kvm
...> qemu-kvm-0.12.1.2-2.448.el6_6.x86_64 > > And as a result, when doing 'virsh start' (virsh define worked ok), the following error occured: > > 2015-01-19 15:05:26.539+0000: 4347: error : qemuMonitorJSONCheckError:379 : internal error: unable to execute QEMU command 'qom-list': The command qom-list has not been You seem to be hitting this bug (although the bug is for RHEL7, looks like the same behavior): https://bugzilla.redhat.com/show_bug.cgi?id=1082124 Where Michal Privoznik says, it should already be fixed with these commits in libvirt: 730af8f2cd...
2015 Jun 23
2
Re: Libvirt
...gt; > > I am facing the same problem you were discussing here: > > https://www.redhat.com/archives/libvirt-users/2015-January/msg00070.html > > > > I am getting this error: > > Starting install... > > ERROR internal error: unable to execute QEMU command 'qom-list': The > > command qom-list has not been found > > Domain installation does not appear to have been successful. > > If it was, you can restart your domain by running: > > virsh --connect qemu:///system start myguest > > otherwise, please restart your installa...
2013 Nov 12
0
newer libvirt version issues
....so: undefined symbol: networkAllocateActualDevice And every time libvirt segfaults, there's this in the logs: debug : virJSONValueToString:1133 : result={"id":"libvirt-6","error":{"class":"CommandNotFound","desc":"The command qom-list has not been found","data":{"name":"qom-list"}}} debug : virEventPollRunOnce:627 : EVENT_POLL_RUN: nhandles=32 timeout=1684 9479: debug : qemuMonitorJSONCheckError:341 : unable to execute QEMU command {"execute":"qom-list","argumen...
2015 Jun 23
3
Libvirt
Dear Sir, I am facing the same problem you were discussing here: https://www.redhat.com/archives/libvirt-users/2015-January/msg00070.html I am getting this error: Starting install... ERROR internal error: unable to execute QEMU command 'qom-list': The command qom-list has not been found Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///system start myguest otherwise, please restart your installation. [root@server-topcon horai]# my virtual mach...
2017 Apr 28
2
Re: Libvirtd freezes
On 04/27/2017 04:31 PM, Stefano Ricci wrote: > Here is the backtrace of the libvirt process just started [Just a side note, you shouldn't top post on technical lists. Gmail sucks at this.] > > https://pastebin.com/R66myzFp Looks like libvirtd is trying to spawn /usr/bin/qemu-system-x86_64 but it takes ages to init. In the debug logs you might see the actual command line that
2017 Apr 29
2
Re: Libvirtd freezes
...dev"}, {"name": > "query-blockstats"}, {"name": "query-block-jobs"}, {"name": > "query-block"}, {"name": "query-balloon"}, {"name": > "query-acpi-ospm-status"}, {"name": "qom-set"}, {"name": > "qom-list-types"}, {"name": "qom-list"}, {"name": "qom-get"}, {"name": > "qmp_capabilities"}, {"name": "pmemsave"}, {"name": "object-del"}, > {&quo...
2014 Jul 03
2
Re: memoryStats question
At Thu, 03 Jul 2014 17:32:20 +0300, Gleb Voronich wrote: > > > > Actually, you should get more stats when using the virtio balloon > > driver in your guests. > I use the balloon but I can't get more stats. > I use python binding for libvirt and as far as I can see it calls > virDomainMemoryStats exactly. Which OS are you using in your guests? Of course, you need
2015 Jan 19
0
Re: [libvirt] libvirt 1.2.10 and latest EL6 qemu-kvm
...8.el6_6.x86_64 >> >> And as a result, when doing 'virsh start' (virsh define worked ok), >the following error occured: >> >> 2015-01-19 15:05:26.539+0000: 4347: error : >qemuMonitorJSONCheckError:379 : internal error: unable to execute QEMU >command 'qom-list': The command qom-list has not been > >You seem to be hitting this bug (although the bug is for RHEL7, looks >like the same behavior): > > https://bugzilla.redhat.com/show_bug.cgi?id=1082124 > >Where Michal Privoznik says, it should already be fixed with these >c...
2017 Apr 29
0
Re: Libvirtd freezes
...quot;query-chardev"}, {"name": "query-blockstats"}, {"name": "query-block-jobs"}, {"name": "query-block"}, {"name": "query-balloon"}, {"name": "query-acpi-ospm-status"}, {"name": "qom-set"}, {"name": "qom-list-types"}, {"name": "qom-list"}, {"name": "qom-get"}, {"name": "qmp_capabilities"}, {"name": "pmemsave"}, {"name": "object-del"}, {"name": &...
2017 Apr 30
0
Re: Libvirtd freezes
...{"name": >> "query-blockstats"}, {"name": "query-block-jobs"}, {"name": >> "query-block"}, {"name": "query-balloon"}, {"name": >> "query-acpi-ospm-status"}, {"name": "qom-set"}, {"name": >> "qom-list-types"}, {"name": "qom-list"}, {"name": "qom-get"}, {"name": >> "qmp_capabilities"}, {"name": "pmemsave"}, {"name": "object-del"}, &g...
2012 May 15
12
[PATCH 1/4] Introduce a new hotplug state: Force eject.
This hotplug state will be used to remove a device without the guest cooperation. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> --- hw/acpi_piix4.c | 5 +++++ hw/pci.h | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/hw/acpi_piix4.c b/hw/acpi_piix4.c index 585da4e..dfd5a9d 100644 --- a/hw/acpi_piix4.c +++ b/hw/acpi_piix4.c @@ -587,6 +587,11 @@
2015 Jun 23
0
Re: Libvirt
...com> wrote: > Dear Sir, > > I am facing the same problem you were discussing here: > https://www.redhat.com/archives/libvirt-users/2015-January/msg00070.html > > I am getting this error: > Starting install... > ERROR internal error: unable to execute QEMU command 'qom-list': The > command qom-list has not been found > Domain installation does not appear to have been successful. > If it was, you can restart your domain by running: > virsh --connect qemu:///system start myguest > otherwise, please restart your installation. > [root@server-t...
2015 Jun 23
0
Re: Libvirt
...o Hora wrote: > Dear Sir, > > I am facing the same problem you were discussing here: > https://www.redhat.com/archives/libvirt-users/2015-January/msg00070.html > > I am getting this error: > Starting install... > ERROR internal error: unable to execute QEMU command 'qom-list': The > command qom-list has not been found > Domain installation does not appear to have been successful. > If it was, you can restart your domain by running: > virsh --connect qemu:///system start myguest > otherwise, please restart your installation. > [root@server-t...
2014 May 13
1
strange and annoying messages from lib-virtd
...d is some kind of bug related to CPU feature reporting. I'm not really interested what is the reason of the message (I'm sure it will be fixed in an upcoming release), but I would like to get rid of these annoying messages libvirtd[1319]: internal error: unable to execute QEMU command 'qom-get': guest hasn't updated any stats yet do you have any idea? Thank you L:
2014 Jul 03
0
Re: memoryStats question
...virDomainMemoryStats exactly. > > Which OS are you using in your guests? > > Of course, you need to have the virtio balloon driver up and runnig in > your guests. You also have to have new enough qemu that reports stats without blocking (qemu 0.14 or newer added stat reporting via qom-get, since the older query-balloon interface blocks) and libvirt that knows how to read stats via qom-get (libvirt 1.1.1 or newer). -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
2015 Oct 26
9
[PATCH 0/7] Hyper-V Synthetic interrupt controller
...+++++++++++++++ include/standard-headers/asm-x86/hyperv.h | 12 +++ include/sysemu/kvm.h | 1 + kvm-all.c | 33 ++++++ linux-headers/linux/kvm.h | 25 +++++ target-i386/Makefile.objs | 2 +- target-i386/cpu-qom.h | 1 + target-i386/cpu.c | 1 + target-i386/cpu.h | 5 + target-i386/hyperv.c | 127 +++++++++++++++++++++++ target-i386/hyperv.h | 42 ++++++++ target-i386/kvm.c...
2015 Oct 26
9
[PATCH 0/7] Hyper-V Synthetic interrupt controller
...+++++++++++++++ include/standard-headers/asm-x86/hyperv.h | 12 +++ include/sysemu/kvm.h | 1 + kvm-all.c | 33 ++++++ linux-headers/linux/kvm.h | 25 +++++ target-i386/Makefile.objs | 2 +- target-i386/cpu-qom.h | 1 + target-i386/cpu.c | 1 + target-i386/cpu.h | 5 + target-i386/hyperv.c | 127 +++++++++++++++++++++++ target-i386/hyperv.h | 42 ++++++++ target-i386/kvm.c...
2020 Jun 05
3
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
....g., > fix !CONFIG_NUMA compilation). Hi David, Thanks for your work! I am trying your https://github.com/davidhildenbrand/linux.git virtio-mem-v5 which works fine for me, but just a 'DMA error' happens when a vm start with less than 2GB memory, Do I missed sth? Thanks Alex (qemu) qom-set vm0 requested-size 1g (qemu) [ 26.560026] virtio_mem virtio0: plugged size: 0x0 [ 26.560648] virtio_mem virtio0: requested size: 0x40000000 [ 26.561730] systemd-journald[167]: no db file to read /run/udev/data/+virtio:virtio0: No such file or directory [ 26.563138] systemd-journald[167]...
2020 Jun 05
3
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
....g., > fix !CONFIG_NUMA compilation). Hi David, Thanks for your work! I am trying your https://github.com/davidhildenbrand/linux.git virtio-mem-v5 which works fine for me, but just a 'DMA error' happens when a vm start with less than 2GB memory, Do I missed sth? Thanks Alex (qemu) qom-set vm0 requested-size 1g (qemu) [ 26.560026] virtio_mem virtio0: plugged size: 0x0 [ 26.560648] virtio_mem virtio0: requested size: 0x40000000 [ 26.561730] systemd-journald[167]: no db file to read /run/udev/data/+virtio:virtio0: No such file or directory [ 26.563138] systemd-journald[167]...