aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-21ui: add clipboard documentationGerd Hoffmann
2021-05-21ui: add clipboard infrastructureGerd Hoffmann
2021-05-21build: add separate spice-protocol config optionGerd Hoffmann
2021-05-21ui/spice-display: check NULL pointer in interface_release_resource()Mauro Matteo Cascella
2021-05-21vnc: spelling fix (enable->enabled)Michael Tokarev
2021-05-20Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' i...Peter Maydell
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-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
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