]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Probe machine types from kvm binary too
authorMark McLoughlin <markmc@redhat.com>
Mon, 7 Sep 2009 11:52:12 +0000 (12:52 +0100)
committerMark McLoughlin <markmc@redhat.com>
Thu, 10 Sep 2009 11:37:42 +0000 (12:37 +0100)
commit3e14a8dc805b28d1096b073d2d645cd824426be7
tree8e51329dc8e077797783c5adfafa104bf50f4978
parentf5dd3bcde9ba3391652321b9e5f110c2c70bed23
Probe machine types from kvm binary too

Currently we only probe the main qemu binary for machine types, but we
should also probe the kvm binary.

* src/qemu_conf.c: probe kvm binary machines in qemudCapsInitGuest()
src/qemu_conf.c