]> git.ipfire.org Git - thirdparty/qemu.git/commit
xen: handle inbound migration of VMs without ioreq server pages
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 1 Aug 2016 09:16:25 +0000 (10:16 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 12 Aug 2016 23:38:30 +0000 (16:38 -0700)
commitb7665c6027c972c23668ee74b878b5c617218514
tree19e37bd685e3a9c46805d2b86a727ea9fd59263a
parentc4f68f0b52f4d84658ee977eb7e44a80857e0b50
xen: handle inbound migration of VMs without ioreq server pages

VMs created on older versions on Xen will not have been provisioned with
pages to support creation of non-default ioreq servers. In this case
the ioreq server API is not supported and QEMU's only option is to fall
back to using the default ioreq server pages as it did prior to
commit 3996e85c ("Xen: Use the ioreq-server API when available").

This patch therefore changes the code in xen_common.h to stop considering
a failure of xc_hvm_create_ioreq_server() as a hard failure but simply
as an indication that the guest is too old to support the ioreq server
API. Instead a boolean is set to cause reversion to old behaviour such
that the default ioreq server is then used.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
include/hw/xen/xen_common.h
trace-events
xen-hvm.c