]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: implement XSAVE and XRSTOR of AVX registers
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Sep 2022 17:18:26 +0000 (19:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 11:58:05 +0000 (13:58 +0200)
commit892544317fe1f6a181e47c44307a38ba42fcdd18
treef595b5398caaafadabf3bf361e9ab1124b3c6633
parentf8d19eec0d53db298fc8269c2414fc2d214f22a4
target/i386: implement XSAVE and XRSTOR of AVX registers

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