summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-20Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210511' int...Peter Maydell
2021-05-20tests/tcg/x86_64: add vsyscall smoke testIlya Leoshkevich
2021-05-20target/i386: Make sure that vsyscall's tb->size != 0Ilya Leoshkevich
2021-05-20vfio-ccw: Attempt to clean up all IRQs on errorEric Farman
2021-05-20hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parentPhilippe Mathieu-Daudé
2021-05-20vfio-ccw: Permit missing IRQsEric Farman
2021-05-20accel/tcg: Assert that tb->size != 0 after translationIlya Leoshkevich
2021-05-20target/xtensa: Make sure that tb->size != 0Ilya Leoshkevich
2021-05-20target/arm: Make sure that commpage's tb->size != 0Ilya Leoshkevich
2021-05-20target/s390x: Fix translation exception on illegal instructionIlya Leoshkevich
2021-05-20Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-x86-20210519' into...Peter Maydell
2021-05-20qapi/parser: Remove superfluous list comprehensionJohn Snow
2021-05-20qapi/parser: add type hint annotationsJohn Snow
2021-05-20qapi/parser: Rework _check_pragma_list_of_str as a TypeGuardJohn Snow
2021-05-20qapi/parser: Fix token membership tests when token can be NoneJohn Snow
2021-05-20qapi: add must_match helperJohn Snow
2021-05-20qapi/parser: Use @staticmethod where appropriateJohn Snow
2021-05-20qapi/parser: assert object keys are stringsJohn Snow
2021-05-20qapi/parser: enforce all top-level expressions must be dict in _parse()John Snow
2021-05-20qapi/parser: Assert lexer value is a stringJohn Snow
2021-05-20qapi/parser: factor parsing routine into methodJohn Snow
2021-05-20qapi/source: Remove line number from QAPISourceInfo initializerJohn Snow
2021-05-20qapi: Add test for nonexistent schema fileJohn Snow
2021-05-20qapi/parser: Don't try to handle file errorsJohn Snow
2021-05-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-up...Peter Maydell
2021-05-19Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210519' in...Peter Maydell
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