aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-30target/riscv: update `decode_save_opc` to store extra word2Deepak Gupta11-34/+35
2024-10-30target/riscv: AMO operations always raise store/AMO faultDeepak Gupta4-2/+30
2024-10-30target/riscv: mmu changes for zicfiss shadow stack protectionDeepak Gupta2-14/+53
2024-10-30target/riscv: tb flag for shadow stack instructionsDeepak Gupta3-0/+9
2024-10-30target/riscv: introduce ssp and enabling controls for zicfissDeepak Gupta6-0/+111
2024-10-30target/riscv: Add zicfiss extensionDeepak Gupta3-0/+25
2024-10-30target/riscv: Expose zicfilp extension as a cpu propertyDeepak Gupta1-0/+1
2024-10-30disas/riscv: enable `lpad` disassemblyDeepak Gupta2-1/+19
2024-10-30target/riscv: zicfilp `lpad` impl and branch trackingDeepak Gupta3-1/+60
2024-10-30target/riscv: tracking indirect branches (fcfi) for zicfilpDeepak Gupta4-0/+39
2024-10-30target/riscv: additional code information for sw checkDeepak Gupta3-0/+6
2024-10-30target/riscv: save and restore elp state on priv transitionsDeepak Gupta3-0/+72
2024-10-30target/riscv: Introduce elp state and enabling controls for zicfilpDeepak Gupta7-1/+68
2024-10-30target/riscv: Add zicfilp extensionDeepak Gupta3-0/+7
2024-10-30target/riscv: expose *envcfg csr and priv to qemu-user as wellDeepak Gupta2-4/+10
2024-10-30hw/char: sifive_uart: Print uart characters asyncAlistair Francis2-8/+105
2024-10-30hw/char: riscv_htif: Use blocking qemu_chr_fe_write_allAlistair Francis1-2/+10
2024-10-30hw/intc/riscv_aplic: Check and update pending when write sourcecfgYong-Xuan Wang1-18/+33
2024-10-30target/riscv: Set vtype.vill on CPU resetRob Bradford1-0/+1
2024-10-30hw/intc: Don't clear pending bits on IRQ loweringSergey Makarov1-2/+4
2024-10-30hw/intc: Make zeroth priority register read-onlySergey Makarov1-2/+7
2024-10-30tests/avocado: Boot Linux for RV32 cpu on RV64 QEMULIU Zhiwei1-0/+16
2024-10-30target/riscv: Add max32 CPU for RV64 QEMULIU Zhiwei2-5/+8
2024-10-30target/riscv: Enable RV32 CPU support in RV64 QEMUTANG Tiancheng2-4/+14
2024-10-30target/riscv: Correct mcause/scause bit width for RV32 in RV64 QEMUTANG Tiancheng1-2/+6
2024-10-30target/riscv: Detect sxl to set bit width for RV32 in RV64TANG Tiancheng1-5/+12
2024-10-30target/riscv: Correct SXL return value for RV32 in RV64 QEMUTANG Tiancheng1-1/+4
2024-10-30target/riscv: Adjust PMP size for no-MMU RV64 QEMU running RV32TANG Tiancheng1-1/+1
2024-10-30target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBITANG Tiancheng4-14/+57
2024-10-30target/riscv/csr.c: Fix an access to VXSATEvgenii Prokopiev1-2/+2
2024-10-29Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell21-139/+245
2024-10-29virtio-net: Avoid indirection_table_mask overflowAkihiko Odaki1-6/+6
2024-10-29Fix calculation of minimum in colo_compare_tcpStefan Weil1-2/+1
2024-10-28net: Check if nc is NULL in qemu_get_vnet_hdr_len()Akihiko Odaki1-0/+4
2024-10-28net/tap-win32: Fix gcc 14 format truncation errorsBernhard Beschow1-9/+6
2024-10-28chardev: finalize 'reconnect' deprecationDaniil Tatianin6-20/+20
2024-10-28net/stream: deprecate 'reconnect' in favor of 'reconnect-ms'Daniil Tatianin5-26/+57
2024-10-28hw/net: improve tracing of eBPF RSS setupDaniel P. Berrangé2-6/+11
2024-10-28ebpf: improve trace event coverage to all key operationsDaniel P. Berrangé2-0/+23
2024-10-28hw/net: report errors from failing to use eBPF RSS FDsDaniel P. Berrangé1-12/+29
2024-10-28ebpf: add formal error reporting to all APIsDaniel P. Berrangé4-20/+64
2024-10-28ebpf: improve error trace eventsDaniel P. Berrangé2-6/+8
2024-10-28ebpf: drop redundant parameter checks in static methodsDaniel P. Berrangé1-27/+5
2024-10-28hw/net: fix typo s/epbf/ebpf/ in virtio-netDaniel P. Berrangé1-5/+5
2024-10-28net: fix build when libbpf is disabled, but libxdp is enabledDaniel P. Berrangé2-3/+9
2024-10-25Merge tag 'pull-maintainer-oct-misc-241024-1' of https://gitlab.com/stsquad/q...Peter Maydell23-58/+273
2024-10-25Merge tag 'pull-aspeed-20241024' of https://github.com/legoater/qemu into sta...Peter Maydell18-382/+1002
2024-10-25Merge tag 'pull-vfio-20241024' of https://github.com/legoater/qemu into stagingPeter Maydell3-27/+52
2024-10-24Merge tag 'pull-request-2024-10-23' of https://gitlab.com/thuth/qemu into sta...Peter Maydell39-1082/+1171
2024-10-24Merge tag 'pull-tcg-20241022' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell19-174/+1151