aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-17tcg/tci: Split out tcg_out_op_rrrRichard Henderson1-5/+14
2021-03-17tcg/tci: Split out tcg_out_op_rrRichard Henderson1-13/+23
2021-03-17tcg/tci: Split out tcg_out_op_pRichard Henderson1-6/+12
2021-03-17tcg/tci: Split out tcg_out_op_lRichard Henderson1-3/+11
2021-03-17tcg/tci: Split out tcg_out_op_rrsRichard Henderson1-43/+37
2021-03-17Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210316' into...Peter Maydell11-116/+159
2021-03-17Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210316-pull-request' i...Peter Maydell10-35/+234
2021-03-17tcg/tci: Push opcode emit into each caseRichard Henderson1-3/+32
2021-03-17tcg/tci: Implement the disassembler properlyRichard Henderson4-64/+284
2021-03-17tcg/tci: Remove tci_disasRichard Henderson2-12/+0
2021-03-17tcg/tci: Hoist op_size checking into tci_args_*Richard Henderson1-14/+73
2021-03-17tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm}Richard Henderson1-66/+81
2021-03-17tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bitsRichard Henderson2-6/+6
2021-03-17tcg/tci: Clean up deposit operationsRichard Henderson3-28/+30
2021-03-17tcg/tci: Split out tci_args_rrrrRichard Henderson1-5/+11
2021-03-17tcg/tci: Split out tci_args_rrrrrrRichard Henderson1-11/+20
2021-03-17tcg/tci: Reuse tci_args_l for goto_tbRichard Henderson3-23/+9
2021-03-17tcg/tci: Reuse tci_args_l for exit_tbRichard Henderson2-10/+5
2021-03-17tcg/tci: Reuse tci_args_l for calls.Richard Henderson1-19/+19
2021-03-17tcg/tci: Split out tci_args_ri and tci_args_rIRichard Henderson1-16/+22
2021-03-17tcg/tci: Split out tci_args_rrcl and tci_args_rrrrclRichard Henderson1-20/+32
2021-03-17tcg/tci: Split out tci_args_rrrrrcRichard Henderson1-6/+19
2021-03-17tcg/tci: Split out tci_args_lRichard Henderson1-2/+8
2021-03-17tcg/tci: Split out tci_args_rrrcRichard Henderson1-10/+14
2021-03-17tcg/tci: Split out tci_args_rrrRichard Henderson1-97/+57
2021-03-17tcg/tci: Split out tci_args_rrRichard Henderson1-36/+31
2021-03-17tcg/tci: Split out tci_args_rrsRichard Henderson1-44/+67
2021-03-17tcg/tci: Rename tci_read_r to tci_read_rvalRichard Henderson1-96/+96
2021-03-17tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64Richard Henderson1-4/+0
2021-03-17Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell24-0/+1330
2021-03-17Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell7-52/+98
2021-03-17hw/core: Only build guest-loader if libfdt is availablePhilippe Mathieu-Daudé2-2/+6
2021-03-17plugins: Fixes typo in qemu-plugin.hYonggang Luo1-2/+2
2021-03-17plugins: getting qemu_plugin_get_hwaddr only expose one function prototypeYonggang Luo1-5/+3
2021-03-17plugins: expand kernel-doc for memory query and instrumentationAlex Bennée1-6/+30
2021-03-17plugins: expand kernel-doc for instruction query and instrumentationAlex Bennée1-2/+51
2021-03-17plugins: expand inline exec kernel-doc documentation.Alex Bennée1-1/+11
2021-03-17plugins: add qemu_plugin_id_t to kernel-docAlex Bennée1-0/+3
2021-03-17plugins: add qemu_plugin_cb_flags to kernel-docAlex Bennée1-3/+13
2021-03-17plugins: expand the typedef kernel-docs for translationAlex Bennée1-10/+13
2021-03-17plugins: expand the callback typedef kernel-docsAlex Bennée1-3/+22
2021-03-17plugins: cleanup kernel-doc for qemu_plugin_installAlex Bennée1-6/+6
2021-03-17plugins: expand kernel-doc for qemu_info_tAlex Bennée1-7/+15
2021-03-17plugins: Expose physical addresses instead of device offsetsAaron Lindsay4-14/+39
2021-03-17plugins: new syscalls pluginMatthias Weckbecker2-1/+50
2021-03-17utils: Use fixed-point arithmetic in qemu_strtoszRichard Henderson2-16/+36
2021-03-16tests/acceptance: linux-related tests fixPavel Dovgalyuk1-2/+4
2021-03-16tests: Add functional test for out-of-process device emulationJagannathan Raman1-0/+95
2021-03-16avocado_qemu: add exec_command functionWillian Rampazzo1-1/+13
2021-03-16qga: return a more explicit error on why a command is disabledMarc-André Lureau4-9/+15