aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-25gdbstub: tidy away reverse debugging check into functionAlex Bennée1-2/+11
2021-05-25hmp-commands: expand type of icount to "l" in replay commandsAlex Bennée1-2/+2
2021-05-25gdbstub: Replace GdbCmdContext with plain g_array()Alex Bennée1-168/+154
2021-05-25gdbstub: Constify GdbCmdParseEntryPhilippe Mathieu-Daudé1-4/+4
2021-05-25gitlab: add special rule for the hexagon containerAlex Bennée2-1/+32
2021-05-25gitlab: explicitly reference the upstream registryAlex Bennée1-2/+1
2021-05-24Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell7-70/+79
2021-05-24Merge remote-tracking branch 'remotes/xtensa/tags/20210521-xtensa' into stagingPeter Maydell10-89/+288
2021-05-21coroutine-sleep: introduce qemu_co_sleepPaolo Bonzini2-7/+24
2021-05-21coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini4-43/+39
2021-05-21coroutine-sleep: move timer out of QemuCoSleepStatePaolo Bonzini1-4/+4
2021-05-21coroutine-sleep: allow qemu_co_sleep_wake that wakes nothingPaolo Bonzini3-18/+15
2021-05-21coroutine-sleep: disallow NULL QemuCoSleepState** argumentPaolo Bonzini2-15/+8
2021-05-21coroutine-sleep: use a stack-allocated timerPaolo Bonzini1-5/+4
2021-05-21bitops.h: Improve find_xxx_bit() documentationPhilippe Mathieu-Daudé1-3/+12
2021-05-21multi-process: Initialize variables declared with g_auto*Zenghui Yu2-5/+3
2021-05-21Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210521-pull-request' i...Peter Maydell18-68/+1800
2021-05-21Merge remote-tracking branch 'remotes/vsementsov/tags/pull-simplebench-2021-0...Peter Maydell4-22/+144
2021-05-21Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-05-11' into st...Peter Maydell1-7/+22
2021-05-21ui/gtk: add clipboard supportGerd Hoffmann4-1/+204
2021-05-21ui/gtk: move struct GtkDisplayState to ui/gtk.hGerd Hoffmann2-55/+57
2021-05-21ui/vnc: clipboard supportGerd Hoffmann4-6/+363
2021-05-21ui/vdagent: add clipboard supportGerd Hoffmann4-1/+301
2021-05-21ui/vdagent: add mouse supportGerd Hoffmann3-1/+155
2021-05-21ui/vdagent: core infrastructureGerd Hoffmann4-1/+386
2021-05-21ui: add clipboard documentationGerd Hoffmann3-1/+141
2021-05-21ui: add clipboard infrastructureGerd Hoffmann3-0/+155
2021-05-21build: add separate spice-protocol config optionGerd Hoffmann2-4/+36
2021-05-21ui/spice-display: check NULL pointer in interface_release_resource()Mauro Matteo Cascella1-0/+4
2021-05-21vnc: spelling fix (enable->enabled)Michael Tokarev1-1/+1
2021-05-20target/xtensa: clean up unaligned accessMax Filippov7-70/+288
2021-05-20target/xtensa: fix access ring in l32exMax Filippov1-1/+1
2021-05-20target/xtensa: don't generate extra EXCP_DEBUG on exceptionMax Filippov4-19/+0
2021-05-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-05-20' into ...Peter Maydell18-82/+210
2021-05-20Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' i...Peter Maydell13-17/+48
2021-05-20qapi/parser: add docstringsJohn Snow1-0/+69
2021-05-20qapi/parser: allow 'ch' variable nameJohn Snow1-0/+1
2021-05-20Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210511' int...Peter Maydell15-552/+348
2021-05-20tests/tcg/x86_64: add vsyscall smoke testIlya Leoshkevich2-1/+17
2021-05-20target/i386: Make sure that vsyscall's tb->size != 0Ilya Leoshkevich1-0/+1
2021-05-20vfio-ccw: Attempt to clean up all IRQs on errorEric Farman1-3/+5
2021-05-20hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parentPhilippe Mathieu-Daudé5-4/+2
2021-05-20vfio-ccw: Permit missing IRQsEric Farman1-5/+7
2021-05-20accel/tcg: Assert that tb->size != 0 after translationIlya 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-20qapi/parser: Remove superfluous list comprehensionJohn Snow1-1/+1
2021-05-20qapi/parser: add type hint annotationsJohn Snow1-20/+38