target/i386/hvf: move and rename simulate_{rdmsr, wrmsr}
authorWei Liu <liuwe@linux.microsoft.com>
Fri, 21 Feb 2025 08:36:19 +0000 (00:36 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 25 Feb 2025 15:18:12 +0000 (16:18 +0100)
commit99e5aaf9afeed3e0437f6dbc7672e3028d2b2f4b
treedcd3dc48834ef8afd802f1bebb0e24c9b28374e9
parentdbccd48df0954069c12e13883ee8b2929a57ac6a
target/i386/hvf: move and rename simulate_{rdmsr, wrmsr}

This requires making raise_exception non-static. That function needs to be
renamed to avoid clashing with a function in TCG.

Mostly code movement. No functional change.

Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
Link: https://lore.kernel.org/r/1740126987-8483-12-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