]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add monitor API for checking whether KVM is enabled
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 17 Jun 2011 14:31:45 +0000 (15:31 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Jul 2011 14:39:04 +0000 (15:39 +0100)
commit7760eaa05063aef5f564c34f5e572a6f86621ea2
tree0fb7905cd8ae8a144ecf844749f87f3ae03a07ea
parent80a4ee46959fac72a986993055626e4c1173f86c
Add monitor API for checking whether KVM is enabled

When attaching to an external QEMU process, it is neccessary
to check if the process is using KVM or not. This can be done
using a monitor command

* src/qemu/qemu_monitor.c, src/qemu/qemu_monitor.h,
  src/qemu/qemu_monitor_json.c, src/qemu/qemu_monitor_json.h,
  src/qemu/qemu_monitor_text.c, src/qemu/qemu_monitor_text.h: Add
  API for checking if KVM is enabled
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
src/qemu/qemu_monitor_text.c
src/qemu/qemu_monitor_text.h