On 6/26/24 11:05 AM, Chalapathi V wrote: > In this commit target specific dependency from include/hw/ppc/pnv_xscom.h > has been removed so that pnv_xscom.h can be included outside hw/ppc. > > Signed-off-by: Chalapathi V <chalapath...@linux.ibm.com>
Reviewed-by: Caleb Schlossin <cal...@linux.vnet.ibm.com> Thanks, Caleb Schlossin ________________________________ From: Chalapathi V <chalapath...@linux.ibm.com> Sent: Wednesday, June 26, 2024 4:05 AM To: qemu-devel@nongnu.org <qemu-devel@nongnu.org> Cc: qemu-...@nongnu.org <qemu-...@nongnu.org>; fbar...@linux.ibm.com <fbar...@linux.ibm.com>; npig...@gmail.com <npig...@gmail.com>; c...@kaod.org <c...@kaod.org>; CALEB SCHLOSSIN <cal...@us.ibm.com>; Chalapathi V <chalapath...@ibm.com>; chalapath...@linux.ibm.com <chalapath...@linux.ibm.com>; saif.ab...@linux.ibm.com <saif.ab...@linux.ibm.com>; Dan Tan <dan...@us.ibm.com>; mil...@linux.ibm.com <mil...@linux.ibm.com> Subject: [PATCH v5 1/6] ppc/pnv: Remove ppc target dependency from pnv_xscom.h In this commit target specific dependency from include/hw/ppc/pnv_xscom.h has been removed so that pnv_xscom.h can be included outside hw/ppc. Signed-off-by: Chalapathi V <chalapath...@linux.ibm.com> --- include/hw/ppc/pnv_xscom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hw/ppc/pnv_xscom.h b/include/hw/ppc/pnv_xscom.h index 6209e18492..c8dd42bffd 100644 --- a/include/hw/ppc/pnv_xscom.h +++ b/include/hw/ppc/pnv_xscom.h @@ -21,9 +21,9 @@ #define PPC_PNV_XSCOM_H #include "exec/memory.h" -#include "hw/ppc/pnv.h" typedef struct PnvXScomInterface PnvXScomInterface; +typedef struct PnvChip PnvChip; #define TYPE_PNV_XSCOM_INTERFACE "pnv-xscom-interface" #define PNV_XSCOM_INTERFACE(obj) \ -- 2.39.3