aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé
2021-05-26i386/cpu: Expose AVX_VNNI instruction to guestYang Zhong
2021-05-20Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' i...Peter Maydell
2021-05-20target/i386: Make sure that vsyscall's tb->size != 0Ilya Leoshkevich
2021-05-19target/i386: Remove user-only i/o stubsRichard Henderson
2021-05-19target/i386: Move helper_check_io to sysemuRichard Henderson
2021-05-19target/i386: Create helper_check_ioRichard Henderson
2021-05-19target/i386: Pass in port to gen_check_ioRichard Henderson
2021-05-19target/i386: Tidy gen_check_ioRichard Henderson
2021-05-19target/i386: Exit tb after wrmsrRichard Henderson
2021-05-19target/i386: Eliminate user stubs for read/write_crN, rd/wrmsrRichard Henderson
2021-05-19target/i386: Inline user cpu_svm_check_intercept_paramRichard Henderson
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