> -----Original Message----- > From: Anthony PERARD [mailto:anthony.per...@citrix.com] > Sent: 18 June 2019 12:24 > To: qemu-de...@nongnu.org > Cc: Anthony Perard <anthony.per...@citrix.com>; Paul Durrant > <paul.durr...@citrix.com>; Stefano > Stabellini <sstabell...@kernel.org>; xen-devel@lists.xenproject.org > Subject: [PATCH v2 3/4] xen: Drop includes of xen/hvm/params.h > > 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.per...@citrix.com>
Reviewed-by: Paul Durrant <paul.durr...@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel