]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
xen: Drop includes of xen/hvm/params.h
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 18 Jun 2019 11:23:40 +0000 (12:23 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 24 Jun 2019 09:42:30 +0000 (10:42 +0100)
xen-mapcache.c doesn't needs params.h.

xen-hvm.c uses defines available in params.h but so is xen_common.h
which is included before. HVM_PARAM_* flags are only needed to make
xc_hvm_param_{get,set} calls so including only xenctrl.h, which is
where the definition the function is, should be enough.
(xenctrl.h does include params.h)

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Message-Id: <20190618112341.513-4-anthony.perard@citrix.com>

hw/i386/xen/xen-hvm.c
hw/i386/xen/xen-mapcache.c

index ed9c37c72d116e314fe5e4a06901a4e2be0c64b3..469f1260a412a05a3918b5a4c88be2023e8a6cb0 100644 (file)
@@ -27,7 +27,6 @@
 #include "exec/address-spaces.h"
 
 #include <xen/hvm/ioreq.h>
-#include <xen/hvm/params.h>
 #include <xen/hvm/e820.h>
 
 //#define DEBUG_XEN_HVM
index 254759f776f14fac962e3674a9d4de07356c3771..dc73c86c61bf7197aedc4afb49355ed0cd13ce06 100644 (file)
@@ -17,8 +17,6 @@
 #include "hw/xen/xen-legacy-backend.h"
 #include "qemu/bitmap.h"
 
-#include <xen/hvm/params.h>
-
 #include "sysemu/xen-mapcache.h"
 #include "trace.h"