Age | Commit message (Expand) | Author | Files | Lines |
2023-01-08 | vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail | Eugenio Pérez | 1 | -3/+12 |
2023-01-08 | virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has it | Eugenio Pérez | 1 | -0/+2 |
2023-01-08 | virtio_net: Modify virtio_net_get_config to early return | Eugenio Pérez | 1 | -13/+15 |
2023-01-07 | Merge tag 'pull-loongarch-20230106' of https://gitlab.com/gaosong/qemu into s... | Peter Maydell | 6 | -23/+77 |
2023-01-06 | tcg/s390x: Avoid the constant pool in tcg_out_movi | Richard Henderson | 1 | -6/+17 |
2023-01-06 | tcg/s390x: Cleanup tcg_out_movi | Richard Henderson | 1 | -36/+16 |
2023-01-06 | tcg/s390x: Tighten constraints for 64-bit compare | Richard Henderson | 2 | -13/+17 |
2023-01-06 | tcg/s390x: Implement ctpop operation | Richard Henderson | 2 | -2/+38 |
2023-01-06 | tcg/s390x: Use tgen_movcond_int in tgen_clz | Richard Henderson | 2 | -9/+12 |
2023-01-06 | tcg/s390x: Support SELGR instruction in movcond | Richard Henderson | 1 | -0/+15 |
2023-01-06 | tcg/s390x: Generalize movcond implementation | Richard Henderson | 2 | -14/+41 |
2023-01-06 | tcg/s390x: Create tgen_cmp2 to simplify movcond | Richard Henderson | 1 | -3/+16 |
2023-01-06 | tcg/s390x: Support MIE3 logical operations | Richard Henderson | 3 | -12/+118 |
2023-01-06 | tcg/s390x: Tighten constraints for and_i64 | Richard Henderson | 3 | -56/+61 |
2023-01-06 | tcg/s390x: Tighten constraints for or_i64 and xor_i64 | Richard Henderson | 3 | -60/+56 |
2023-01-06 | tcg/s390x: Issue XILF directly for xor_i32 | Richard Henderson | 1 | -1/+1 |
2023-01-06 | tcg/s390x: Support MIE2 MGRK instruction | Richard Henderson | 3 | -1/+10 |
2023-01-06 | tcg/s390x: Support MIE2 multiply single instructions | Richard Henderson | 3 | -10/+26 |
2023-01-06 | tcg/s390x: Distinguish RIE formats | Richard Henderson | 1 | -21/+26 |
2023-01-06 | tcg/s390x: Distinguish RRF-a and RRF-c formats | Richard Henderson | 1 | -25/+32 |
2023-01-06 | tcg/s390x: Use LARL+AGHI for odd addresses | Richard Henderson | 1 | -7/+8 |
2023-01-06 | tcg/s390x: Remove DISTINCT_OPERANDS facility check | Richard Henderson | 2 | -15/+2 |
2023-01-06 | tcg/s390x: Remove FAST_BCR_SER facility check | Richard Henderson | 2 | -2/+2 |
2023-01-06 | tcg/s390x: Check for load-on-condition facility at startup | Richard Henderson | 2 | -51/+27 |
2023-01-06 | tcg/s390x: Check for general-instruction-extension facility at startup | Richard Henderson | 2 | -61/+49 |
2023-01-06 | tcg/s390x: Check for extended-immediate facility at startup | Richard Henderson | 2 | -163/+72 |
2023-01-06 | tcg/s390x: Check for long-displacement facility at startup | Richard Henderson | 2 | -2/+19 |
2023-01-06 | tcg/s390x: Remove USE_LONG_BRANCHES | Richard Henderson | 1 | -9/+0 |
2023-01-06 | tcg/s390x: Always set TCG_TARGET_HAS_direct_jump | Richard Henderson | 2 | -40/+10 |
2023-01-06 | tcg/s390x: Remove TCG_REG_TB | Richard Henderson | 1 | -91/+6 |
2023-01-06 | tcg/s390x: Use register pair allocation for div and mulu2 | Richard Henderson | 3 | -20/+35 |
2023-01-06 | Merge tag 'pull-riscv-to-apply-20230106' of https://github.com/alistair23/qem... | Peter Maydell | 41 | -254/+1225 |
2023-01-06 | Merge tag 'pull-tcg-20230105' of https://gitlab.com/rth7680/qemu into staging | Peter Maydell | 50 | -1756/+2628 |
2023-01-06 | Merge tag 'pull-hex-20230105' of https://github.com/quic/qemu into staging | Peter Maydell | 13 | -31/+321 |
2023-01-06 | hw/intc/loongarch_pch: Change default irq number of pch irq controller | Tianrui Zhao | 5 | -6/+7 |
2023-01-06 | hw/intc/loongarch_pch_pic: add irq number property | Tianrui Zhao | 3 | -10/+37 |
2023-01-06 | hw/intc/loongarch_pch_msi: add irq number property | Tianrui Zhao | 4 | -10/+36 |
2023-01-06 | hw/intc: sifive_plic: Fix the pending register range check | Bin Meng | 1 | -2/+3 |
2023-01-06 | hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initialization | Bin Meng | 1 | -2/+0 |
2023-01-06 | hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0 | Bin Meng | 6 | -7/+8 |
2023-01-06 | hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb | Bin Meng | 2 | -4/+4 |
2023-01-06 | hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev" | Bin Meng | 1 | -1/+2 |
2023-01-06 | hw/riscv: sifive_e: Fix the number of interrupt sources of PLIC | Bin Meng | 1 | -1/+6 |
2023-01-06 | hw/riscv: microchip_pfsoc: Fix the number of interrupt sources of PLIC | Bin Meng | 1 | -1/+1 |
2023-01-06 | hw/intc: sifive_plic: Update "num-sources" property default value | Bin Meng | 1 | -1/+7 |
2023-01-06 | hw/intc: sifive_plic: Use error_setg() to propagate the error up via errp in ... | Bin Meng | 1 | -3/+4 |
2023-01-06 | hw/intc: sifive_plic: Improve robustness of the PLIC config parser | Bin Meng | 1 | -8/+16 |
2023-01-06 | hw/intc: sifive_plic: Drop PLICMode_H | Bin Meng | 2 | -2/+0 |
2023-01-06 | hw/riscv: spike: Remove misleading comments | Bin Meng | 1 | -1/+0 |
2023-01-06 | hw/riscv: Sort machines Kconfig options in alphabetical order | Bin Meng | 1 | -7/+9 |