Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | ui, monitor: remove deprecated VNC ACL option and HMP commands | Daniel P. Berrangé | 2021-03-18 | 5 | -317/+12 | |
* | | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210317' into... | Peter Maydell | 2021-03-18 | 14 | -604/+1099 | |
|\ \ \ | ||||||
| * | | | tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op | Miroslav Rezanina | 2021-03-17 | 8 | -19/+31 | |
| * | | | tcg/tci: Split out tcg_out_op_r[iI] | Richard Henderson | 2021-03-17 | 1 | -15/+35 | |
| * | | | tcg/tci: Split out tcg_out_op_v | Richard Henderson | 2021-03-17 | 1 | -4/+10 | |
| * | | | tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm} | Richard Henderson | 2021-03-17 | 1 | -17/+53 | |
| * | | | tcg/tci: Split out tcg_out_op_rrrrcl | Richard Henderson | 2021-03-17 | 1 | -8/+19 | |
| * | | | tcg/tci: Split out tcg_out_op_rrrr | Richard Henderson | 2021-03-17 | 1 | -6/+15 | |
| * | | | tcg/tci: Split out tcg_out_op_rrrrrr | Richard Henderson | 2021-03-17 | 1 | -8/+19 | |
| * | | | tcg/tci: Split out tcg_out_op_rrcl | Richard Henderson | 2021-03-17 | 1 | -6/+15 | |
| * | | | tcg/tci: Split out tcg_out_op_rrrbb | Richard Henderson | 2021-03-17 | 1 | -7/+16 | |
| * | | | tcg/tci: Split out tcg_out_op_rrrrrc | Richard Henderson | 2021-03-17 | 1 | -9/+21 | |
| * | | | tcg/tci: Split out tcg_out_op_rrrc | Richard Henderson | 2021-03-17 | 1 | -6/+15 | |
| * | | | tcg/tci: Split out tcg_out_op_rrr | Richard Henderson | 2021-03-17 | 1 | -5/+14 | |
| * | | | tcg/tci: Split out tcg_out_op_rr | Richard Henderson | 2021-03-17 | 1 | -13/+23 | |
| * | | | tcg/tci: Split out tcg_out_op_p | Richard Henderson | 2021-03-17 | 1 | -6/+12 | |
| * | | | tcg/tci: Split out tcg_out_op_l | Richard Henderson | 2021-03-17 | 1 | -3/+11 | |
| * | | | tcg/tci: Split out tcg_out_op_rrs | Richard Henderson | 2021-03-17 | 1 | -43/+37 | |
| * | | | tcg/tci: Push opcode emit into each case | Richard Henderson | 2021-03-17 | 1 | -3/+32 | |
| * | | | tcg/tci: Implement the disassembler properly | Richard Henderson | 2021-03-17 | 4 | -64/+284 | |
| * | | | tcg/tci: Remove tci_disas | Richard Henderson | 2021-03-17 | 2 | -12/+0 | |
| * | | | tcg/tci: Hoist op_size checking into tci_args_* | Richard Henderson | 2021-03-17 | 1 | -14/+73 | |
| * | | | tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm} | Richard Henderson | 2021-03-17 | 1 | -66/+81 | |
| * | | | tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits | Richard Henderson | 2021-03-17 | 2 | -6/+6 | |
| * | | | tcg/tci: Clean up deposit operations | Richard Henderson | 2021-03-17 | 3 | -28/+30 | |
| * | | | tcg/tci: Split out tci_args_rrrr | Richard Henderson | 2021-03-17 | 1 | -5/+11 | |
| * | | | tcg/tci: Split out tci_args_rrrrrr | Richard Henderson | 2021-03-17 | 1 | -11/+20 | |
| * | | | tcg/tci: Reuse tci_args_l for goto_tb | Richard Henderson | 2021-03-17 | 3 | -23/+9 | |
| * | | | tcg/tci: Reuse tci_args_l for exit_tb | Richard Henderson | 2021-03-17 | 2 | -10/+5 | |
| * | | | tcg/tci: Reuse tci_args_l for calls. | Richard Henderson | 2021-03-17 | 1 | -19/+19 | |
| * | | | tcg/tci: Split out tci_args_ri and tci_args_rI | Richard Henderson | 2021-03-17 | 1 | -16/+22 | |
| * | | | tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl | Richard Henderson | 2021-03-17 | 1 | -20/+32 | |
| * | | | tcg/tci: Split out tci_args_rrrrrc | Richard Henderson | 2021-03-17 | 1 | -6/+19 | |
| * | | | tcg/tci: Split out tci_args_l | Richard Henderson | 2021-03-17 | 1 | -2/+8 | |
| * | | | tcg/tci: Split out tci_args_rrrc | Richard Henderson | 2021-03-17 | 1 | -10/+14 | |
| * | | | tcg/tci: Split out tci_args_rrr | Richard Henderson | 2021-03-17 | 1 | -97/+57 | |
| * | | | tcg/tci: Split out tci_args_rr | Richard Henderson | 2021-03-17 | 1 | -36/+31 | |
| * | | | tcg/tci: Split out tci_args_rrs | Richard Henderson | 2021-03-17 | 1 | -44/+67 | |
| * | | | tcg/tci: Rename tci_read_r to tci_read_rval | Richard Henderson | 2021-03-17 | 1 | -96/+96 | |
| * | | | tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64 | Richard Henderson | 2021-03-17 | 1 | -4/+0 | |
* | | | | Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-6.0-updates-1703... | Peter Maydell | 2021-03-18 | 8 | -59/+261 | |
|\ \ \ \ | ||||||
| * | | | | hw/core: Only build guest-loader if libfdt is available | Philippe Mathieu-Daudé | 2021-03-17 | 2 | -2/+6 | |
| * | | | | plugins: Fixes typo in qemu-plugin.h | Yonggang Luo | 2021-03-17 | 1 | -2/+2 | |
| * | | | | plugins: getting qemu_plugin_get_hwaddr only expose one function prototype | Yonggang Luo | 2021-03-17 | 1 | -5/+3 | |
| * | | | | plugins: expand kernel-doc for memory query and instrumentation | Alex Bennée | 2021-03-17 | 1 | -6/+30 | |
| * | | | | plugins: expand kernel-doc for instruction query and instrumentation | Alex Bennée | 2021-03-17 | 1 | -2/+51 | |
| * | | | | plugins: expand inline exec kernel-doc documentation. | Alex Bennée | 2021-03-17 | 1 | -1/+11 | |
| * | | | | plugins: add qemu_plugin_id_t to kernel-doc | Alex Bennée | 2021-03-17 | 1 | -0/+3 | |
| * | | | | plugins: add qemu_plugin_cb_flags to kernel-doc | Alex Bennée | 2021-03-17 | 1 | -3/+13 | |
| * | | | | plugins: expand the typedef kernel-docs for translation | Alex Bennée | 2021-03-17 | 1 | -10/+13 |