index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
tcg
/
seg_helper.c
Age
Commit message (
Expand
)
Author
2023-01-11
i386: Emit correct error code for 64-bit IDT entry
Joe Richey
2022-10-11
target/i386: Truncate values for lcall_real to i32
Richard Henderson
2022-03-15
target/i386: Throw a #SS when loading a non-canonical IST
Gareth Webb
2021-09-14
target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folder
Philippe Mathieu-Daudé
2021-09-14
target/i386: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
2021-09-14
target/i386: Simplify TARGET_X86_64 #ifdef'ry
Philippe Mathieu-Daudé
2021-09-13
target/i386: Moved int_ctl into CPUX86State structure
Lara Lazier
2021-06-04
target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versa
Paolo Bonzini
2021-06-04
target/i386: tcg: fix loading of registers from 16-bit TSS
Paolo Bonzini
2021-06-04
target/i386: tcg: fix segment register offsets for 16-bit TSS
Paolo Bonzini
2021-05-19
target/i386: Move helper_check_io to sysemu
Richard Henderson
2021-05-19
target/i386: Create helper_check_io
Richard Henderson
2021-05-10
i386: split seg_helper into user-only and sysemu parts
Claudio Fontana
2021-05-10
i386: split smm helper (sysemu)
Claudio Fontana
2021-03-19
target/i386: svm: do not discard high 32 bits of EXITINFO1
Paolo Bonzini
2021-01-12
target/i386: Use X86Seg enum for segment registers
Philippe Mathieu-Daudé
2021-01-02
target/i386: Check privilege level for protected mode 'int N' task gate
Peter Maydell
2020-12-16
i386: move TCG cpu class initialization to tcg/
Claudio Fontana
2020-12-16
i386: move TCG accel files into tcg/
Claudio Fontana