]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commit
target/i386/hvf: remove HVF specific calls from x86_decode.c
authorWei Liu <liuwe@linux.microsoft.com>
Fri, 7 Mar 2025 19:55:13 +0000 (11:55 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Apr 2025 16:23:26 +0000 (18:23 +0200)
commit0860abbe849e7345fee28c08fa200f7cc315f175
treea4e0d621bcefb35887bc8d2cc5b41aadc805803d
parent26a44d9d2d4296701ceebc1085ab28171a1e7e3b
target/i386/hvf: remove HVF specific calls from x86_decode.c

Use the newly defined emul_ops. This allows the module to be reused
by other accelerator in the future.

No functional change intended.

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