You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/i386/emulate
Nguyen Dinh Phi 46b06eaeb4 target/i386: emulate: Make sure fetch_instruction exist before calling it
Currently, this function is only available in MSHV. If a different accelerator
is used, and the code jumps to this section, a segfault will occur.
(I ran into this with HVF)

Signed-off-by: Nguyen Dinh Phi <phind.uet@gmail.com>
Link: https://lore.kernel.org/r/20251114082915.71884-2-phind.uet@gmail.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4 weeks ago
..
meson.build target/i386/mshv: Add x86 decoder/emu implementation 2 months ago
panic.h
x86.h target/i386: move x86 instruction emulator out of hvf 8 months ago
x86_decode.c target/i386: emulate: Make sure fetch_instruction exist before calling it 4 weeks ago
x86_decode.h target/i386/emulate: Allow instruction decoding from stream 2 months ago
x86_emu.c target/i386/emulate: Allow instruction decoding from stream 2 months ago
x86_emu.h target/i386/emulate: Allow instruction decoding from stream 2 months ago
x86_flags.c target/i386/emulate: replace FSF postal address with licenses URL 6 months ago
x86_flags.h target/i386/emulate: replace FSF postal address with licenses URL 6 months ago