RE: [PATCH for-10.1 v2 09/37] vfio: Move VFIOHostDMAWindow definition into spapr.c

2025-03-27 Thread Duan, Zhenzhong
>-Original Message- >From: Cédric Le Goater >Subject: [PATCH for-10.1 v2 09/37] vfio: Move VFIOHostDMAWindow definition >into spapr.c > >VFIOHostDMAWindow is only used in file "spapr.c". Move it there. > >Reviewed-by: John Levon >Lin

[PATCH for-10.1 v2 09/37] vfio: Move VFIOHostDMAWindow definition into spapr.c

2025-03-26 Thread Cédric Le Goater
VFIOHostDMAWindow is only used in file "spapr.c". Move it there. Reviewed-by: John Levon Link: https://lore.kernel.org/qemu-devel/20250318095415.670319-9-...@redhat.com Signed-off-by: Cédric Le Goater --- include/hw/vfio/vfio-common.h | 7 --- hw/vfio/spapr.c | 7 +++ 2 fi