
13 Jul
2017
13 Jul
'17
7:55 a.m.
On Wed, Jul 12, 2017 at 16:42:36 +0200, Pavel Hrdina wrote:
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@redhat.com> --- src/qemu/qemu_process.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Thanks for the review. Pushed. Jirka