qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-for-10.0 v3 0/8] hw/vfio: Build various objects once
@ 2025-03-11  8:57 Philippe Mathieu-Daudé
  2025-03-11  8:57 ` [PATCH-for-10.0 v3 1/8] system: Declare qemu_[min/max]rampagesize() in 'system/hostmem.h' Philippe Mathieu-Daudé
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-03-11  8:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, qemu-ppc, Paolo Bonzini, Harsh Prateek Bora,
	Christian Borntraeger, David Hildenbrand, qemu-s390x,
	Ilya Leoshkevich, Igor Mammedov, Richard Henderson,
	Nicholas Piggin, Alex Williamson, Daniel Henrique Barboza,
	Cédric Le Goater, Halil Pasic, Philippe Mathieu-Daudé,
	Eric Farman, Peter Xu

Hi Cédric,

Here are the VFIO cleanup patches ready enough for 10.0,
with Richard and Eric comments from v2 addressed.

I'd prefer the rest (of v2) to wait for 10.1.

Thanks,

Phil.

Philippe Mathieu-Daudé (8):
  system: Declare qemu_[min/max]rampagesize() in 'system/hostmem.h'
  hw/vfio/spapr: Do not include <linux/kvm.h>
  hw/vfio/common: Include missing 'system/tcg.h' header
  hw/vfio/common: Get target page size using runtime helpers
  hw/vfio: Compile some common objects once
  hw/vfio: Compile more objects once
  hw/vfio: Compile iommufd.c once
  hw/vfio: Compile display.c once

 include/exec/ram_addr.h    |  3 ---
 include/system/hostmem.h   |  3 +++
 hw/ppc/spapr_caps.c        |  1 +
 hw/s390x/s390-virtio-ccw.c |  1 +
 hw/vfio/common.c           |  9 ++++++---
 hw/vfio/iommufd.c          |  1 -
 hw/vfio/migration.c        |  1 -
 hw/vfio/spapr.c            |  4 +---
 hw/vfio/meson.build        | 27 ++++++++++++++++-----------
 9 files changed, 28 insertions(+), 22 deletions(-)

-- 
2.47.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-03-11 15:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11  8:57 [PATCH-for-10.0 v3 0/8] hw/vfio: Build various objects once Philippe Mathieu-Daudé
2025-03-11  8:57 ` [PATCH-for-10.0 v3 1/8] system: Declare qemu_[min/max]rampagesize() in 'system/hostmem.h' Philippe Mathieu-Daudé
2025-03-11  9:30   ` David Hildenbrand
2025-03-11  8:57 ` [PATCH-for-10.0 v3 2/8] hw/vfio/spapr: Do not include <linux/kvm.h> Philippe Mathieu-Daudé
2025-03-11  8:57 ` [PATCH-for-10.0 v3 3/8] hw/vfio/common: Include missing 'system/tcg.h' header Philippe Mathieu-Daudé
2025-03-11  8:57 ` [PATCH-for-10.0 v3 4/8] hw/vfio/common: Get target page size using runtime helpers Philippe Mathieu-Daudé
2025-03-11  8:57 ` [PATCH-for-10.0 v3 5/8] hw/vfio: Compile some common objects once Philippe Mathieu-Daudé
2025-03-11  8:57 ` [PATCH-for-10.0 v3 6/8] hw/vfio: Compile more " Philippe Mathieu-Daudé
2025-03-11  8:57 ` [PATCH-for-10.0 v3 7/8] hw/vfio: Compile iommufd.c once Philippe Mathieu-Daudé
2025-03-11  8:57 ` [PATCH-for-10.0 v3 8/8] hw/vfio: Compile display.c once Philippe Mathieu-Daudé
2025-03-11 15:48 ` [PATCH-for-10.0 v3 0/8] hw/vfio: Build various objects once Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).