diff options
author | Peter Maydell | 2020-10-20 12:20:36 +0200 |
---|---|---|
committer | Peter Maydell | 2020-10-20 12:20:36 +0200 |
commit | 4c41341af76cfc85b5a6c0f87de4838672ab9f89 (patch) | |
tree | 20c52f0ce6a2945594757e6080f9a900e64945ad /hw/i386/xen/xen_platform.c | |
parent | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201019' int... (diff) | |
parent | hw/xen: Set suppress-vmdesc for Xen machines (diff) | |
download | qemu-4c41341af76cfc85b5a6c0f87de4838672ab9f89.tar.gz qemu-4c41341af76cfc85b5a6c0f87de4838672ab9f89.tar.xz qemu-4c41341af76cfc85b5a6c0f87de4838672ab9f89.zip |
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20201020' into staging
Xen queue
* cleanup patches.
* improve xen backend setup performance when other xen guests are
running/booting.
* improve xen guest migration when running in a stubdomain.
# gpg: Signature made Tue 20 Oct 2020 10:55:11 BST
# gpg: using RSA key F80C006308E22CFD8A92E7980CF5572FD7FB55AF
# gpg: issuer "anthony.perard@citrix.com"
# gpg: Good signature from "Anthony PERARD <anthony.perard@gmail.com>" [marginal]
# gpg: aka "Anthony PERARD <anthony.perard@citrix.com>" [marginal]
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 5379 2F71 024C 600F 778A 7161 D8D5 7199 DF83 42C8
# Subkey fingerprint: F80C 0063 08E2 2CFD 8A92 E798 0CF5 572F D7FB 55AF
* remotes/aperard/tags/pull-xen-20201020:
hw/xen: Set suppress-vmdesc for Xen machines
xen-bus: reduce scope of backend watch
xen: Rename XENBACKEND_DEVICE to XENBACKEND
xen: xenguest is not used so is not needed
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/i386/xen/xen_platform.c')
-rw-r--r-- | hw/i386/xen/xen_platform.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/i386/xen/xen_platform.c b/hw/i386/xen/xen_platform.c index e9601031bf..7c4db35deb 100644 --- a/hw/i386/xen/xen_platform.c +++ b/hw/i386/xen/xen_platform.c @@ -37,8 +37,6 @@ #include "sysemu/block-backend.h" #include "qemu/error-report.h" #include "qemu/module.h" - -#include <xenguest.h> #include "qom/object.h" //#define DEBUG_PLATFORM |