On Wed, Jul 12, 2017 at 02:56:53PM +0200, Jiri Denemark wrote:
When libvirt starts a new QEMU domain, it replaces host-model CPUs
with
the appropriate custom CPU definition. However, when reconnecting to a
domain started by older libvirt (< 2.3), the domain would still have a
host-model CPU in its active definition.
https://bugzilla.redhat.com/show_bug.cgi?id=1463957
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_process.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>