mbox series

[for-8.2,0/2] arm/kvm: use kvm_{get,set}_one_reg

Message ID 20230718111404.23479-1-cohuck@redhat.com (mailing list archive)
Headers show
Series arm/kvm: use kvm_{get,set}_one_reg | expand

Message

Cornelia Huck July 18, 2023, 11:14 a.m. UTC
The kvm_{get,set}_one_reg functions have been around for a very long
time, and using them instead of open-coding the ioctl invocations
saves lines of code, and gives us a tracepoint as well. They cannot
be used by invocations of the ioctl not acting on a CPUState, but
that still leaves a lot of conversions in the target/arm code.

target/mips and target/ppc also have some potential for conversions,
but as I cannot test either (and they are both in 'Odd fixes' anyway),
I left them alone.

Survives some testing on a Mt. Snow.

Cornelia Huck (2):
  arm/kvm: convert to kvm_set_one_reg
  arm/kvm: convert to kvm_get_one_reg

 target/arm/kvm.c   |  28 +++--------
 target/arm/kvm64.c | 123 ++++++++++++---------------------------------
 2 files changed, 39 insertions(+), 112 deletions(-)