]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: Convert do_xrstor_* to X86Access
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 8 Apr 2024 19:14:47 +0000 (09:14 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 26 May 2024 19:51:50 +0000 (12:51 -0700)
commit58955a96d9ce59ada80af88e4ba7c8ecfb79c87f
tree812509bd3dbf678d8cb528bbcb7ff44d42e480c5
parent6b1b736bae9b89882ed293d0256f2a0de1d03f9c
target/i386: Convert do_xrstor_* to X86Access

The body of do_xrstor is now fully converted.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/tcg/fpu_helper.c