On Mon, Jun 05, 2017 at 11:27:02AM +0200, Jiri Denemark wrote:
Since the domain XML saved in a snapshot or saved image uses the
original guest CPU definition but we still want to enforce ABI when
restoring the domain if libvirt and QEMU are new enough, we save the
live updated CPU definition in a save cookie.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_domain.c | 22 +++++++++++++++++++---
src/qemu/qemu_domain.h | 2 ++
2 files changed, 21 insertions(+), 3 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>