]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commit
target/i386/hvf: provide and use simulate_{wrmsr, rdmsr} in emul_ops
authorWei Liu <liuwe@linux.microsoft.com>
Fri, 7 Mar 2025 19:55:18 +0000 (11:55 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Apr 2025 16:23:26 +0000 (18:23 +0200)
commit585678640c778ee35a86638eacb22372bda70ee1
tree8d0813fbfcd7e95a9240db47aa7e4d61d1a6c5a9
parent63d8bc669302ec22bd394c45380848a2d5947943
target/i386/hvf: provide and use simulate_{wrmsr, rdmsr} in emul_ops

Change the first argument's type to be CPUState to match other hooks.

Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
Link: https://lore.kernel.org/r/1741377325-28175-8-git-send-email-liuwe@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/hvf/hvf-i386.h
target/i386/hvf/hvf.c
target/i386/hvf/x86_emu.c
target/i386/hvf/x86_emu.h