On Tue, Mar 18, 2025 at 10:54:03AM +0100, Cédric Le Goater wrote: > Gather all CPR related declarations into "cpr.h" to reduce exposure > of VFIO internals in "hw/vfio/vfio-common.h". > > Order file list in meson.build while at it. > > Signed-off-by: Cédric Le Goater <c...@redhat.com> > --- > hw/vfio/cpr.h | 15 +++++++++++++++ > include/hw/vfio/vfio-common.h | 3 --- > hw/vfio/container.c | 1 + > hw/vfio/cpr.c | 1 + > hw/vfio/iommufd.c | 1 + > hw/vfio/meson.build | 2 +- > 6 files changed, 19 insertions(+), 4 deletions(-) > create mode 100644 hw/vfio/cpr.h > > diff --git a/hw/vfio/cpr.h b/hw/vfio/cpr.h > new file mode 100644 > index > 0000000000000000000000000000000000000000..88a5e7f878a3e01df3410f6f0a9c8b5ccddefe28 > --- /dev/null > +++ b/hw/vfio/cpr.h > @@ -0,0 +1,15 @@ > +/* > + * VFIO display
Copy-paste error? regards john