aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson11-40/+3
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson17-36/+61
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson3-6/+8
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson4-27/+14
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson3-7/+7
2023-01-17tcg: Split out tcg_out_goto_tbRichard Henderson11-171/+197
2023-01-17tcg: Introduce get_jmp_target_addrRichard Henderson5-4/+13
2023-01-17tcg: Introduce set_jmp_insn_offsetRichard Henderson7-14/+19
2023-01-17tcg: Replace asserts on tcg_jmp_insn_offsetRichard Henderson6-6/+6
2023-01-17tcg/sparc64: Remove unused goto_tb code for indirect jumpRichard Henderson1-29/+12
2023-01-17tcg/ppc: Remove unused goto_tb code for indirect jumpRichard Henderson1-19/+13