]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Properly setup CPU models in qemuCaps
authorJiri Denemark <jdenemar@redhat.com>
Thu, 4 Aug 2016 11:25:02 +0000 (13:25 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 22 Sep 2016 13:40:08 +0000 (15:40 +0200)
commitb89fa6d1b6ad4cb231a816fc74ff80d46f740ac1
tree395bdb30d759ede0a064f87a8c7dc13f24f9602d
parente9634933eab0a8873378c4e9a938b8dce70b0264
qemuxml2argvtest: Properly setup CPU models in qemuCaps

Adding x86 CPU models into a list of supported CPUs for non-x86
architectures is not a very good idea. Each architecture we test needs
to maintain its own list of supported CPU models.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
tests/qemuxml2argvdata/qemuxml2argv-pseries-cpu-exact.args
tests/qemuxml2argvdata/qemuxml2argv-pseries-cpu-exact.xml
tests/qemuxml2argvtest.c