qemu-e2k/hw/vfio
Marc-André Lureau 8e3b0cbb72 Replace qemu_real_host_page variables with inlined functions
Replace the global variables with inlined helper functions. getpagesize() is very
likely annotated with a "const" function attribute (at least with glibc), and thus
optimization should apply even better.

This avoids the need for a constructor initialization too.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220323155743.1585078-12-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-04-06 10:50:38 +02:00
..
amd-xgbe.c
ap.c
calxeda-xgmac.c
ccw.c
common.c Replace qemu_real_host_page variables with inlined functions 2022-04-06 10:50:38 +02:00
display.c
igd.c
Kconfig
meson.build
migration.c
pci-quirks.c
pci.c Replace qemu_real_host_page variables with inlined functions 2022-04-06 10:50:38 +02:00
pci.h
platform.c Use g_new() & friends where that makes obvious sense 2022-03-21 15:44:44 +01:00
spapr.c Replace qemu_real_host_page variables with inlined functions 2022-04-06 10:50:38 +02:00
trace-events
trace.h