Age | Commit message (Expand) | Author | Files | Lines |
2021-11-08 | target-i386: mmu: fix handling of noncanonical virtual addresses | Paolo Bonzini | 1 | -9/+12 |
2021-11-08 | target-i386: mmu: use pg_mode instead of HF_LMA_MASK | Paolo Bonzini | 1 | -2/+2 |
2021-09-14 | target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folder | Philippe Mathieu-Daudé | 1 | -0/+62 |
2021-09-13 | target/i386: Added vVMLOAD and vVMSAVE feature | Lara Lazier | 2 | -1/+30 |
2021-09-13 | target/i386: Added changed priority check for VIRQ | Lara Lazier | 2 | -15/+7 |
2021-09-13 | target/i386: Added ignore TPR check in ctl_has_irq | Lara Lazier | 1 | -0/+5 |
2021-09-13 | target/i386: Added VGIF V_IRQ masking capability | Lara Lazier | 1 | -0/+12 |
2021-09-13 | target/i386: Moved int_ctl into CPUX86State structure | Lara Lazier | 2 | -35/+17 |
2021-09-13 | target/i386: Added VGIF feature | Lara Lazier | 1 | -2/+29 |
2021-09-13 | target/i386: VMRUN and VMLOAD canonicalizations | Lara Lazier | 1 | -10/+17 |
2021-08-13 | target/i386: Fixed size of constant for Windows | Lara Lazier | 2 | -2/+2 |
2021-07-29 | target/i386: fix typo in ctl_has_irq | Paolo Bonzini | 1 | -1/+1 |
2021-07-29 | target/i386: Added consistency checks for event injection | Lara Lazier | 1 | -0/+6 |
2021-07-23 | target/i386: Added consistency checks for CR3 | Lara Lazier | 2 | -3/+14 |
2021-07-22 | target/i386: Added consistency checks for EFER | Lara Lazier | 1 | -0/+39 |
2021-07-22 | target/i386: Added consistency checks for CR4 | Lara Lazier | 2 | -3/+9 |
2021-07-22 | target/i386: Added V_INTR_PRIO check to virtual interrupts | Lara Lazier | 1 | -1/+11 |
2021-07-13 | target/i386: Tidy hw_breakpoint_remove | Dmitry Voronetskiy | 1 | -2/+2 |
2021-07-12 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into... | Peter Maydell | 1 | -9/+3 |
2021-07-09 | target/i386: Use cpu_breakpoint_test in breakpoint_handler | Richard Henderson | 1 | -9/+3 |
2021-07-09 | target/i386: fix exceptions for MOV to DR | Paolo Bonzini | 2 | -20/+31 |
2021-07-09 | target/i386: Added DR6 and DR7 consistency checks | Lara Lazier | 1 | -1/+8 |
2021-07-09 | target/i386: Added MSRPM and IOPM size check | Lara Lazier | 1 | -0/+15 |
2021-06-16 | target/i386: Added Intercept CR0 writes check | Lara Lazier | 1 | -0/+9 |
2021-06-16 | target/i386: Added consistency checks for CR0 | Lara Lazier | 1 | -3/+9 |
2021-06-16 | target/i386: Added consistency checks for VMRUN intercept and ASID | Lara Lazier | 1 | -0/+10 |
2021-06-16 | target/i386: Refactored intercept checks into cpu_svm_has_intercept | Lara Lazier | 1 | -47/+58 |
2021-05-19 | target/i386: Move helper_check_io to sysemu | Richard Henderson | 1 | -0/+29 |
2021-05-19 | target/i386: Unify invlpg, invlpga | Richard Henderson | 2 | -23/+2 |
2021-05-19 | target/i386: Move invlpg, hlt, monitor, mwait to sysemu | Richard Henderson | 1 | -0/+53 |
2021-05-19 | target/i386: Cleanup read_crN, write_crN, lmsw | Richard Henderson | 1 | -2/+0 |
2021-05-19 | target/i386: Tidy svm_check_intercept from tcg | Richard Henderson | 1 | -3/+2 |
2021-05-19 | target/i386: Implement skinit in translate.c | Richard Henderson | 1 | -7/+0 |
2021-05-11 | target/i386: use mmu_translate for NPT walk | Paolo Bonzini | 1 | -207/+36 |
2021-05-11 | target/i386: allow customizing the next phase of the translation | Paolo Bonzini | 1 | -12/+18 |
2021-05-11 | target/i386: extend pg_mode to more CR0 and CR4 bits | Paolo Bonzini | 2 | -16/+31 |
2021-05-11 | target/i386: pass cr3 to mmu_translate | Paolo Bonzini | 1 | -6/+6 |
2021-05-11 | target/i386: extract mmu_translate | Paolo Bonzini | 1 | -65/+86 |
2021-05-11 | target/i386: move paging mode constants from SVM to cpu.h | Paolo Bonzini | 2 | -16/+23 |
2021-05-11 | target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constants | Paolo Bonzini | 1 | -5/+5 |
2021-05-10 | i386: split seg_helper into user-only and sysemu parts | Claudio Fontana | 2 | -0/+126 |
2021-05-10 | i386: split svm_helper into sysemu and stub-only user | Claudio Fontana | 2 | -0/+743 |
2021-05-10 | i386: separate fpu_helper sysemu-only parts | Claudio Fontana | 2 | -0/+58 |
2021-05-10 | i386: split misc helper user stubs and sysemu part | Claudio Fontana | 2 | -0/+443 |
2021-05-10 | i386: move TCG bpt_helper into sysemu/ | Claudio Fontana | 2 | -0/+294 |
2021-05-10 | i386: split tcg excp_helper into sysemu and user parts | Claudio Fontana | 2 | -0/+583 |
2021-05-10 | i386: split smm helper (sysemu) | Claudio Fontana | 2 | -0/+320 |
2021-05-10 | i386: split off sysemu-only functionality in tcg-cpu | Paolo Bonzini | 2 | -0/+86 |