aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/randomize_layout_plugin.c
diff options
context:
space:
mode:
authorRicardo Koller <[email protected]>2021-09-07 11:09:56 -0700
committerMarc Zyngier <[email protected]>2021-10-21 11:36:34 +0100
commitffb4ce3c49366f02f1c064fbe2e66a96ab5f98b8 (patch)
tree403af3fb6cac4bde2432177a2a01637cf52fbb41 /scripts/gcc-plugins/randomize_layout_plugin.c
parent9e1ff307c779ce1f0f810c7ecce3d95bbae40896 (diff)
KVM: selftests: Make memslot_perf_test arch independent
memslot_perf_test uses ucalls for synchronization between guest and host. Ucalls API is architecture independent: tests do not need to know details like what kind of exit they generate on a specific arch. More specifically, there is no need to check whether an exit is KVM_EXIT_IO in x86 for the host to know that the exit is ucall related, as get_ucall() already makes that check. Change memslot_perf_test to not require specifying what exit does a ucall generate. Also add a missing ucall_init. Signed-off-by: Ricardo Koller <[email protected]> Reviewed-by: Andrew Jones <[email protected]> Reviewed-by: Oliver Upton <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gcc-plugins/randomize_layout_plugin.c')
0 files changed, 0 insertions, 0 deletions