Searched hist:"26 a44d9d2d4296701ceebc1085ab28171a1e7e3b" (Results 1 – 3 of 3) sorted by relevance
/qemu/target/i386/emulate/ |
H A D | x86_emu.h | 26a44d9d2d4296701ceebc1085ab28171a1e7e3b Fri Mar 07 19:55:12 UTC 2025 Wei Liu <liuwe@linux.microsoft.com> target/i386/hvf: introduce x86_emul_ops
This will be used to remove HVF specific code from the instruction emulator.
For now we only introduce two hooks for x86_decode.c. More hooks will be added when the code is refactored.
The emulator initialization function now takes in a pointer to the ops structure.
Signed-off-by: Wei Liu <liuwe@linux.microsoft.com> Link: https://lore.kernel.org/r/1741377325-28175-2-git-send-email-liuwe@linux.microsoft.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | x86_emu.c | 26a44d9d2d4296701ceebc1085ab28171a1e7e3b Fri Mar 07 19:55:12 UTC 2025 Wei Liu <liuwe@linux.microsoft.com> target/i386/hvf: introduce x86_emul_ops
This will be used to remove HVF specific code from the instruction emulator.
For now we only introduce two hooks for x86_decode.c. More hooks will be added when the code is refactored.
The emulator initialization function now takes in a pointer to the ops structure.
Signed-off-by: Wei Liu <liuwe@linux.microsoft.com> Link: https://lore.kernel.org/r/1741377325-28175-2-git-send-email-liuwe@linux.microsoft.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/qemu/target/i386/hvf/ |
H A D | hvf.c | 26a44d9d2d4296701ceebc1085ab28171a1e7e3b Fri Mar 07 19:55:12 UTC 2025 Wei Liu <liuwe@linux.microsoft.com> target/i386/hvf: introduce x86_emul_ops
This will be used to remove HVF specific code from the instruction emulator.
For now we only introduce two hooks for x86_decode.c. More hooks will be added when the code is refactored.
The emulator initialization function now takes in a pointer to the ops structure.
Signed-off-by: Wei Liu <liuwe@linux.microsoft.com> Link: https://lore.kernel.org/r/1741377325-28175-2-git-send-email-liuwe@linux.microsoft.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|