]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Split up qemudGetOldMachines()
authorMark McLoughlin <markmc@redhat.com>
Mon, 7 Sep 2009 11:12:42 +0000 (12:12 +0100)
committerMark McLoughlin <markmc@redhat.com>
Thu, 10 Sep 2009 11:37:42 +0000 (12:37 +0100)
commit44646747a7fa9dfe5c9d4d3839559fdb6069cb9e
tree4ac1c083759e74a993558523fcf9c70fcf12155d
parentaa67241bde66034ccf3ffe93f65a3d942cda97a0
Split up qemudGetOldMachines()

We need to look at all the domain infos in guest capabilities, not
just the defaults.

In order to allow that, split out a qemudGetOldMachinesFromInfo()
from qemudGetOldMachines(). We'll make more use of it in the next
patch.

* src/qemu_conf.c: split out qemudGetOldMachinesFromInfo() from
  qemudGetOldMachines()
src/qemu_conf.c