aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-05-20Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' i...Peter Maydell4-5/+17
2021-05-20target/i386: Make sure that vsyscall's tb->size != 0Ilya Leoshkevich1-0/+1
2021-05-20target/xtensa: Make sure that tb->size != 0Ilya Leoshkevich1-0/+3
2021-05-20target/arm: Make sure that commpage's tb->size != 0Ilya Leoshkevich1-0/+2
2021-05-20target/s390x: Fix translation exception on illegal instructionIlya Leoshkevich1-5/+11
2021-05-20Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-x86-20210519' into...Peter Maydell14-753/+592
2021-05-19target/i386: Remove user-only i/o stubsRichard Henderson4-58/+7
2021-05-19target/i386: Move helper_check_io to sysemuRichard Henderson4-30/+40
2021-05-19target/i386: Create helper_check_ioRichard Henderson3-34/+5
2021-05-19target/i386: Pass in port to gen_check_ioRichard Henderson1-26/+29
2021-05-19target/i386: Tidy gen_check_ioRichard Henderson1-27/+30
2021-05-19target/i386: Exit tb after wrmsrRichard Henderson1-0/+2
2021-05-19target/i386: Eliminate user stubs for read/write_crN, rd/wrmsrRichard Henderson3-24/+8
2021-05-19target/i386: Inline user cpu_svm_check_intercept_paramRichard Henderson3-29/+8
2021-05-19target/i386: Unify invlpg, invlpgaRichard Henderson4-33/+15
2021-05-19target/i386: Move invlpg, hlt, monitor, mwait to sysemuRichard Henderson5-58/+63
2021-05-19target/i386: Pass env to do_pause and do_hltRichard Henderson1-14/+8
2021-05-19target/i386: Cleanup read_crN, write_crN, lmswRichard Henderson4-58/+54
2021-05-19target/i386: Remove user stub for cpu_vmexitRichard Henderson2-7/+3
2021-05-19target/i386: Remove pc_start argument to gen_svm_check_interceptRichard Henderson1-24/+21
2021-05-19target/i386: Tidy svm_check_intercept from tcgRichard Henderson3-16/+7
2021-05-19target/i386: Simplify gen_debug usageRichard Henderson1-5/+4
2021-05-19target/i386: Mark some helpers as noreturnRichard Henderson5-26/+29
2021-05-19target/i386: Eliminate SVM helpers for user-onlyRichard Henderson3-40/+10
2021-05-19target/i386: Implement skinit in translate.cRichard Henderson4-16/+3
2021-05-19target/i386: Assert !GUEST for user-onlyRichard Henderson1-2/+6
2021-05-19target/i386: Assert !SVME for user-onlyRichard Henderson1-10/+11
2021-05-19target/i386: Add stub generator for helper_set_drRichard Henderson1-2/+13
2021-05-19target/i386: Reorder DisasContext membersRichard Henderson1-13/+14
2021-05-19target/i386: Fix the comment for repz_optRichard Henderson1-9/+4
2021-05-19target/i386: Reduce DisasContext jmp_opt, repz_opt to boolRichard Henderson1-2/+2
2021-05-19target/i386: Leave TF in DisasContext.flagsRichard Henderson1-8/+6
2021-05-19target/i386: Reduce DisasContext popl_esp_hack and rip_offset to uint8_tRichard Henderson1-2/+2
2021-05-19target/i386: Reduce DisasContext.vex_[lv] to uint8_tRichard Henderson1-2/+2
2021-05-19target/i386: Reduce DisasContext.prefix to uint8_tRichard Henderson1-1/+1
2021-05-19target/i386: Reduce DisasContext.override to int8_tRichard Henderson1-1/+1
2021-05-19target/i386: Reduce DisasContext.flags to uint32_tRichard Henderson1-1/+1
2021-05-19target/i386: Remove DisasContext.f_st as unusedRichard Henderson1-2/+0
2021-05-19target/i386: Move rex_w into DisasContextRichard Henderson1-7/+9
2021-05-19target/i386: Move rex_r into DisasContextRichard Henderson1-39/+45
2021-05-19target/i386: Tidy REX_B, REX_X definitionRichard Henderson1-10/+7
2021-05-19target/i386: Introduce REX_PREFIXRichard Henderson1-18/+11
2021-05-19target/i386: Assert !ADDSEG for x86_64 user-onlyRichard Henderson1-5/+6
2021-05-19target/i386: Assert LMA for x86_64 user-onlyRichard Henderson1-5/+5
2021-05-19target/i386: Assert CODE64 for x86_64 user-onlyRichard Henderson1-4/+8
2021-05-19target/i386: Assert SS32 for x86_64 user-onlyRichard Henderson1-7/+8
2021-05-19target/i386: Assert CODE32 for x86_64 user-onlyRichard Henderson1-6/+7
2021-05-19target/i386: Assert !VM86 for x86_64 user-onlyRichard Henderson1-18/+22
2021-05-19target/i386: Assert IOPL is 0 for user-onlyRichard Henderson1-6/+10
2021-05-19target/i386: Assert CPL is 3 for user-onlyRichard Henderson1-11/+21