summaryrefslogtreecommitdiffstats
path: root/hw/i386/xen
diff options
context:
space:
mode:
authorMichael Tokarev2020-07-27 16:00:48 +0200
committerAnthony PERARD2020-10-19 17:22:58 +0200
commit5b6a8f4392146c9c130cf510f780dbf5ba7f6046 (patch)
tree63c7cf609271498624b61be6e845fc6a1261e640 /hw/i386/xen
parentMerge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201019' int... (diff)
downloadqemu-5b6a8f4392146c9c130cf510f780dbf5ba7f6046.tar.gz
qemu-5b6a8f4392146c9c130cf510f780dbf5ba7f6046.tar.xz
qemu-5b6a8f4392146c9c130cf510f780dbf5ba7f6046.zip
xen: xenguest is not used so is not needed
There's no references in only file which includes xenguest.h to any xen definitions. And there's no references to -lxenguest in qemu, either. Drop it. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Anthony PERARD <anthony.perard@citrix.com> Message-Id: <20200727140048.19779-1-mjt@msgid.tls.msk.ru> [perard: rebased] Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Diffstat (limited to 'hw/i386/xen')
-rw-r--r--hw/i386/xen/xen_platform.c2
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