Age | Commit message (Expand) | Author |
2024-06-08 | target/i386: fix pushed value of EFLAGS.RF | Paolo Bonzini |
2024-05-25 | target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS | Paolo Bonzini |
2023-12-29 | target/i386: clean up cpu_cc_compute_all | Paolo Bonzini |
2023-10-12 | target/i386: fix shadowed variable pasto | Paolo Bonzini |
2023-09-26 | target/i386/seg_helper: remove shadowed variable | Paolo Bonzini |
2023-09-26 | target/i386/seg_helper: introduce tss_set_busy | Paolo Bonzini |
2023-06-26 | target/i386: implement SYSCALL/SYSRET in 32-bit emulators | Paolo Bonzini |
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 |