qemu/contrib/vhost-user-gpu
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
..
50-qemu-gpu.json.in
meson.build
vhost-user-gpu.c Use g_new() & friends where that makes obvious sense 2022-03-21 15:44:44 +01:00
virgl.c
virgl.h
vugbm.c Replace qemu_real_host_page variables with inlined functions 2022-04-06 10:50:38 +02:00
vugbm.h
vugpu.h