aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-20hw/riscv: spike: Remove the out-of-date commentsBin Meng1-5/+0
2023-01-20hw/char: riscv_htif: Support console output via proxy syscallBin Meng1-1/+16
2023-01-20hw/char: riscv_htif: Remove forward declarations for non-existent variablesBin Meng1-3/+0
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng5-32/+24
2023-01-20hw/char: riscv_htif: Use conventional 's' for HTIFStateBin Meng1-32/+32
2023-01-20hw/char: riscv_htif: Drop useless assignment of memory regionBin Meng3-13/+6
2023-01-20hw/char: riscv_htif: Drop {to, from}host_size in HTIFStateBin Meng1-2/+0
2023-01-20hw/char: riscv_htif: Avoid using magic numbersBin Meng1-20/+52
2023-01-19Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into st...Peter Maydell19-649/+726
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell21-35/+43
2023-01-19ui: Simplify control flow in qemu_mouse_set()Markus Armbruster1-13/+11
2023-01-19ui: Split hmp_mouse_set() and move the HMP part to ui/Markus Armbruster5-10/+17
2023-01-19ui: Don't check for mode change after mouse_set errorMarkus Armbruster1-0/+1
2023-01-19ui: Reduce nesting in hmp_change_vnc() slightlyMarkus Armbruster1-10/+7
2023-01-19ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.cMarkus Armbruster4-30/+42
2023-01-19ui: Improve "change vnc" error reportingMarkus Armbruster1-4/+4
2023-01-19ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.cMarkus Armbruster5-404/+425
2023-01-19ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.cMarkus Armbruster3-41/+100
2023-01-19ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.cMarkus Armbruster3-118/+137
2023-01-19ui: Clean up a few things checkpatch.pl would flag later onMarkus Armbruster2-13/+15
2023-01-19ui/spice: Give hmp_info_spice()'s channel_names[] static linkageMarkus Armbruster1-1/+1
2023-01-19ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster4-32/+0
2023-01-19ui/spice: Require spice-server >= 0.14.0Markus Armbruster6-18/+3
2023-01-19Revert "hmp: info spice: take out webdav"Markus Armbruster1-5/+0
2023-01-19ui/spice: Require spice-protocol >= 0.14.0Markus Armbruster2-5/+1
2023-01-19ui: Fix silent truncation of numeric keys in HMP sendkeyMarkus Armbruster1-2/+6
2023-01-19ui: Check numeric part of expire_password argument @time properlyMarkus Armbruster1-2/+15
2023-01-19Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell26-581/+528
2023-01-19coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster3-2/+3
2023-01-19coroutine: Move coroutine_fn to qemu/osdep.h, trim includesMarkus Armbruster6-17/+23
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster15-15/+0
2023-01-18Merge tag 'pull-request-2023-01-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell78-267/+300
2023-01-18s390x/pv: Implement a CGS check helperCédric Le Goater1-0/+40
2023-01-18tests/vm/haiku.x86_64: Update the Haiku VM to Beta 4Thomas Huth1-4/+3
2023-01-18tests/qtest/libqos/e1000e: Remove duplicate register definitionsAkihiko Odaki2-15/+10
2023-01-18tests/qtest/e1000e-test: Fix the code styleAkihiko Odaki2-3/+5
2023-01-18tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPIFabiano Rosas1-2/+2
2023-01-18MAINTAINERS: Remove bouncing mail address from Kamil RytarowskiThomas Huth1-2/+0
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé69-238/+237
2023-01-18Makefile: allow 'make uninstall'Peter Maydell1-1/+1
2023-01-18Upgrade all packages in the FreeBSD VMs to ensure the freshnessLi-Wen Hsu1-2/+2
2023-01-17tcg/riscv: Implement direct branch for goto_tbRichard Henderson1-2/+17
2023-01-17tcg/riscv: Introduce OPC_NOPRichard Henderson1-1/+2
2023-01-17tcg/arm: Implement direct branch for goto_tbRichard Henderson1-15/+37
2023-01-17tcg/sparc64: Reorg goto_tb implementationRichard Henderson1-50/+37
2023-01-17tcg/sparc64: Remove USE_REG_TBRichard Henderson1-41/+21
2023-01-17tcg/ppc: Reorg goto_tb implementationRichard Henderson2-114/+41
2023-01-17tcg/aarch64: Reorg goto_tb implementationRichard Henderson2-39/+29
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson17-27/+14
2023-01-17tcg: Always define tb_target_set_jmp_targetRichard Henderson4-0/+24