aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-25gitlab: add special rule for the hexagon containerAlex Bennée
2021-05-25gitlab: explicitly reference the upstream registryAlex Bennée
2021-05-24Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-05-24Merge remote-tracking branch 'remotes/xtensa/tags/20210521-xtensa' into stagingPeter Maydell
2021-05-21coroutine-sleep: introduce qemu_co_sleepPaolo Bonzini
2021-05-21coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini
2021-05-21coroutine-sleep: move timer out of QemuCoSleepStatePaolo Bonzini
2021-05-21coroutine-sleep: allow qemu_co_sleep_wake that wakes nothingPaolo Bonzini
2021-05-21coroutine-sleep: disallow NULL QemuCoSleepState** argumentPaolo Bonzini
2021-05-21coroutine-sleep: use a stack-allocated timerPaolo Bonzini
2021-05-21bitops.h: Improve find_xxx_bit() documentationPhilippe Mathieu-Daudé
2021-05-21multi-process: Initialize variables declared with g_auto*Zenghui Yu
2021-05-21Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210521-pull-request' i...Peter Maydell
2021-05-21Merge remote-tracking branch 'remotes/vsementsov/tags/pull-simplebench-2021-0...Peter Maydell
2021-05-21Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-05-11' into st...Peter Maydell
2021-05-21ui/gtk: add clipboard supportGerd Hoffmann
2021-05-21ui/gtk: move struct GtkDisplayState to ui/gtk.hGerd Hoffmann
2021-05-21ui/vnc: clipboard supportGerd Hoffmann
2021-05-21ui/vdagent: add clipboard supportGerd Hoffmann
2021-05-21ui/vdagent: add mouse supportGerd Hoffmann
2021-05-21ui/vdagent: core infrastructureGerd Hoffmann
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-20target/xtensa: clean up unaligned accessMax Filippov
2021-05-20target/xtensa: fix access ring in l32exMax Filippov
2021-05-20target/xtensa: don't generate extra EXCP_DEBUG on exceptionMax Filippov
2021-05-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-05-20' into ...Peter Maydell
2021-05-20Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' i...Peter Maydell
2021-05-20qapi/parser: add docstringsJohn Snow
2021-05-20qapi/parser: allow 'ch' variable nameJohn Snow
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