]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_process: skip only cpu features
authorPavel Hrdina <phrdina@redhat.com>
Tue, 29 Mar 2016 13:13:52 +0000 (15:13 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 30 Mar 2016 08:35:15 +0000 (10:35 +0200)
commite7cc2e3befad24471e070d39cf6f90cc9f7aaf32
tree162fe825549051618a97a5147be5b5e0d90d0548
parentec4c80b08527908316491b4f5ab4980e16412987
qemu_process: skip only cpu features

This check is there to allow restore saved domain with older libvirt
where we included invtsc by default for host-passthrough model.  Don't
skip the whole function, but only the part that checks for invtsc.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_process.c