From 5b6a8f4392146c9c130cf510f780dbf5ba7f6046 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Mon, 27 Jul 2020 17:00:48 +0300 Subject: 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 Reviewed-by: Anthony PERARD Message-Id: <20200727140048.19779-1-mjt@msgid.tls.msk.ru> [perard: rebased] Signed-off-by: Anthony PERARD --- hw/i386/xen/xen_platform.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/i386/xen') diff --git a/hw/i386/xen/xen_platform.c b/hw/i386/xen/xen_platform.c index e960103..7c4db35 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 #include "qom/object.h" //#define DEBUG_PLATFORM -- cgit v1.1