aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-25accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]Richard Henderson1-6/+6
2021-05-25accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0Richard Henderson1-6/+5
2021-05-25accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson2-7/+32
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson2-7/+30
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson2-5/+34
2021-05-25accel/tcg: Remove {encode,decode}_pbm_to_runonRichard Henderson1-66/+20
2021-05-25accel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFlushRangeDataRichard Henderson1-12/+12
2021-05-25accel/tcg: Pass length argument to tlb_flush_range_locked()Richard Henderson1-15/+33
2021-05-25accel/tcg: Replace g_new() + memcpy() by g_memdup()Richard Henderson1-11/+4
2021-05-25target/arm: Use correct SP in M-profile exception returnPeter Maydell1-1/+2
2021-05-25hw/arm: Model TCMs in the SSE-300, not the AN547Peter Maydell3-12/+21
2021-05-25hw/arm/mps2-tz: Allow board to specify a boot RAM sizePeter Maydell1-0/+13
2021-05-25hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARDPeter Maydell1-4/+4
2021-05-25hw/arm/armsse.c: Correct modelling of SSE-300 internal SRAMsPeter Maydell1-2/+6
2021-05-25hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specificPeter Maydell1-0/+6
2021-05-25hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524Peter Maydell1-7/+1
2021-05-25hw/intc/arm_gicv3_cpuif: Fix EOIR write access check logicPeter Maydell1-16/+32
2021-05-25hw/arm/smmuv3: Another range invalidation fixEric Auger1-24/+26
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