Age | Commit message (Expand) | Author | Files | Lines |
2023-06-06 | hw: arm: allwinner-sramc: Add SRAM Controller support for R40 | qianfan Zhao | 2 | -0/+72 |
2023-06-06 | hw: arm: allwinner-r40: Add emac and gmac support | qianfan Zhao | 1 | -0/+6 |
2023-06-06 | hw: sd: allwinner-sdhost: Add sun50i-a64 SoC support | qianfan Zhao | 1 | -0/+9 |
2023-06-06 | hw/arm/allwinner-r40: add SDRAM controller device | qianfan Zhao | 2 | -1/+120 |
2023-06-06 | hw: arm: allwinner-r40: Add i2c0 device | qianfan Zhao | 1 | -0/+3 |
2023-06-06 | hw: allwinner-r40: Complete uart devices | qianfan Zhao | 1 | -0/+8 |
2023-06-06 | hw/arm/allwinner-r40: add Clock Control Unit | qianfan Zhao | 2 | -0/+67 |
2023-06-06 | hw: arm: Add bananapi M2-Ultra and allwinner-r40 support | qianfan Zhao | 1 | -0/+110 |
2023-06-06 | xlnx-versal: Connect Xilinx VERSAL CANFD controllers | Vikram Garhwal | 1 | -0/+12 |
2023-06-06 | hw/net/can: Introduce Xilinx Versal CANFD controller | Vikram Garhwal | 1 | -0/+87 |
2023-06-06 | hvf: add guest debugging handlers for Apple Silicon hosts | Francesco Cagnin | 2 | -0/+16 |
2023-06-06 | hvf: add breakpoint handlers | Francesco Cagnin | 2 | -0/+23 |
2023-06-05 | exec/poison: Do not poison CONFIG_SOFTMMU | Richard Henderson | 1 | -1/+0 |
2023-06-05 | plugins: Drop unused headers from exec/plugin-gen.h | Richard Henderson | 1 | -2/+0 |
2023-06-05 | plugins: Move plugin_insn_append to translator.c | Richard Henderson | 1 | -22/+0 |
2023-06-05 | tcg: Remove target-specific headers from tcg.[ch] | Richard Henderson | 1 | -1/+0 |
2023-06-05 | tcg: Move env defines out of NEED_CPU_H in helper-head.h | Richard Henderson | 1 | -3/+3 |
2023-06-05 | accel/tcg: Tidy includes for translator.[ch] | Richard Henderson | 1 | -5/+1 |
2023-06-05 | accel/tcg: Move translator_fake_ldb out of line | Richard Henderson | 1 | -7/+1 |
2023-06-05 | accel/tcg: Introduce translator_io_start | Richard Henderson | 2 | -6/+10 |
2023-06-05 | accel/tcg: Move most of gen-icount.h into translator.c | Richard Henderson | 1 | -78/+1 |
2023-06-05 | include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE | Richard Henderson | 1 | -10/+0 |
2023-06-05 | tcg: Spit out exec/translation-block.h | Richard Henderson | 2 | -131/+150 |
2023-06-05 | exec-all: Widen TranslationBlock pc and cs_base to 64-bits | Richard Henderson | 1 | -2/+2 |
2023-06-05 | exec-all: Widen tb_page_addr_t for user-only | Richard Henderson | 1 | -2/+2 |
2023-06-05 | tcg: Split tcg/tcg-op-gvec.h | Richard Henderson | 2 | -434/+436 |
2023-06-05 | tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits | Richard Henderson | 2 | -4/+3 |
2023-06-05 | tcg: Add guest_mo to TCGContext | Richard Henderson | 1 | -0/+1 |
2023-06-05 | tcg: Add insn_start_words to TCGContext | Richard Henderson | 4 | -14/+26 |
2023-06-05 | tcg: Split helper-proto.h | Richard Henderson | 4 | -65/+96 |
2023-06-05 | tcg: Split helper-gen.h | Richard Henderson | 4 | -98/+125 |
2023-06-05 | tcg: Split tcg_gen_callN | Richard Henderson | 2 | -21/+33 |
2023-06-05 | tcg: Move temp_idx and tcgv_i32_temp debug out of line | Richard Henderson | 1 | -14/+16 |
2023-06-05 | tcg: Pass TCGHelperInfo to tcg_gen_callN | Richard Henderson | 6 | -104/+145 |
2023-06-05 | tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h | Richard Henderson | 1 | -0/+59 |
2023-06-05 | tcg: Remove outdated comments in helper-head.h | Richard Henderson | 1 | -15/+3 |
2023-06-05 | tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h | Richard Henderson | 2 | -1000/+1000 |
2023-06-05 | tcg: Move TCGv, dup_const_tl definitions to tcg-op.h | Richard Henderson | 2 | -20/+14 |
2023-06-05 | tcg: Split out tcg/oversized-guest.h | Richard Henderson | 3 | -11/+24 |
2023-06-05 | tcg: Split out tcg-target-reg-bits.h | Richard Henderson | 1 | -11/+1 |
2023-06-05 | tcg: Add tlb_fast_offset to TCGContext | Richard Henderson | 3 | -38/+58 |
2023-06-05 | tcg: Widen CPUTLBEntry comparators to 64-bits | Richard Henderson | 2 | -30/+26 |
2023-06-05 | tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h | Richard Henderson | 2 | -7/+8 |
2023-06-05 | Merge tag 'pull-block-2023-06-05' of https://gitlab.com/hreitz/qemu into staging | Richard Henderson | 1 | -5/+3 |
2023-06-05 | Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into staging | Richard Henderson | 1 | -1/+0 |
2023-06-05 | util/iov: Remove qemu_iovec_init_extended() | Hanna Czenczek | 1 | -5/+0 |
2023-06-05 | util/iov: Make qiov_slice() public | Hanna Czenczek | 1 | -0/+3 |
2023-06-05 | hw/arm/omap: Remove unused omap_uart_attach() | Bernhard Beschow | 1 | -1/+0 |
2023-06-05 | hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes | Jiaxun Yang | 1 | -1/+3 |
2023-06-02 | cutils: Adjust signature of parse_uint[_full] | Eric Blake | 1 | -3/+2 |