aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-20qapi/parser: Rework _check_pragma_list_of_str as a TypeGuardJohn Snow1-14/+16
2021-05-20qapi/parser: Fix token membership tests when token can be NoneJohn Snow8-2/+9
2021-05-20qapi: add must_match helperJohn Snow3-11/+16
2021-05-20qapi/parser: Use @staticmethod where appropriateJohn Snow1-2/+4
2021-05-20qapi/parser: assert object keys are stringsJohn Snow1-0/+2
2021-05-20qapi/parser: enforce all top-level expressions must be dict in _parse()John Snow3-8/+10
2021-05-20qapi/parser: Assert lexer value is a stringJohn Snow1-0/+1
2021-05-20qapi/parser: factor parsing routine into methodJohn Snow1-12/+28
2021-05-20qapi/source: Remove line number from QAPISourceInfo initializerJohn Snow2-8/+4
2021-05-20qapi: Add test for nonexistent schema fileJohn Snow3-1/+7
2021-05-20qapi/parser: Don't try to handle file errorsJohn Snow4-17/+18
2021-05-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-up...Peter Maydell38-161/+928
2021-05-19Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210519' in...Peter Maydell27-2810/+2994
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