summaryrefslogtreecommitdiff
path: root/target/i386/tcg
AgeCommit message (Expand)Author
2021-05-19target/i386: Unify invlpg, invlpgaRichard Henderson
2021-05-19target/i386: Move invlpg, hlt, monitor, mwait to sysemuRichard Henderson
2021-05-19target/i386: Pass env to do_pause and do_hltRichard Henderson
2021-05-19target/i386: Cleanup read_crN, write_crN, lmswRichard Henderson
2021-05-19target/i386: Remove user stub for cpu_vmexitRichard Henderson
2021-05-19target/i386: Remove pc_start argument to gen_svm_check_interceptRichard Henderson
2021-05-19target/i386: Tidy svm_check_intercept from tcgRichard Henderson
2021-05-19target/i386: Simplify gen_debug usageRichard Henderson
2021-05-19target/i386: Mark some helpers as noreturnRichard Henderson
2021-05-19target/i386: Eliminate SVM helpers for user-onlyRichard Henderson
2021-05-19target/i386: Implement skinit in translate.cRichard Henderson
2021-05-19target/i386: Assert !GUEST for user-onlyRichard Henderson
2021-05-19target/i386: Assert !SVME for user-onlyRichard Henderson
2021-05-19target/i386: Add stub generator for helper_set_drRichard Henderson
2021-05-19target/i386: Reorder DisasContext membersRichard Henderson
2021-05-19target/i386: Fix the comment for repz_optRichard Henderson
2021-05-19target/i386: Reduce DisasContext jmp_opt, repz_opt to boolRichard Henderson
2021-05-19target/i386: Leave TF in DisasContext.flagsRichard Henderson
2021-05-19target/i386: Reduce DisasContext popl_esp_hack and rip_offset to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.vex_[lv] to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.prefix to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.override to int8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.flags to uint32_tRichard Henderson
2021-05-19target/i386: Remove DisasContext.f_st as unusedRichard Henderson
2021-05-19target/i386: Move rex_w into DisasContextRichard Henderson
2021-05-19target/i386: Move rex_r into DisasContextRichard Henderson
2021-05-19target/i386: Tidy REX_B, REX_X definitionRichard Henderson
2021-05-19target/i386: Introduce REX_PREFIXRichard Henderson
2021-05-19target/i386: Assert !ADDSEG for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert LMA for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert CODE64 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert SS32 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert CODE32 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert !VM86 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert IOPL is 0 for user-onlyRichard Henderson
2021-05-19target/i386: Assert CPL is 3 for user-onlyRichard Henderson
2021-05-19target/i386: Assert PE is set for user-onlyRichard Henderson
2021-05-19target/i386: Split out check_ioplRichard Henderson
2021-05-19target/i386: Split out check_vm86_ioplRichard Henderson
2021-05-19target/i386: Unify code paths for IRETRichard Henderson
2021-05-19target/i386: Split out check_cpl0Richard Henderson
2021-05-19target/i386: Split out gen_exception_gpfRichard Henderson
2021-05-11target/i386: use mmu_translate for NPT walkPaolo Bonzini
2021-05-11target/i386: allow customizing the next phase of the translationPaolo Bonzini
2021-05-11target/i386: extend pg_mode to more CR0 and CR4 bitsPaolo Bonzini
2021-05-11target/i386: pass cr3 to mmu_translatePaolo Bonzini
2021-05-11target/i386: extract mmu_translatePaolo Bonzini
2021-05-11target/i386: move paging mode constants from SVM to cpu.hPaolo Bonzini
2021-05-11target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constantsPaolo Bonzini
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana