aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-10-30hw/char: sifive_uart: Print uart characters asyncAlistair Francis1-6/+91
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-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-30target/riscv: Add fw_dynamic_info32 for booting RV32 OpenSBITANG Tiancheng2-13/+25
2024-10-29virtio-net: Avoid indirection_table_mask overflowAkihiko Odaki1-6/+6
2024-10-28hw/net: improve tracing of eBPF RSS setupDaniel P. Berrangé2-6/+11
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é1-3/+4
2024-10-28hw/net: fix typo s/epbf/ebpf/ in virtio-netDaniel P. Berrangé1-5/+5
2024-10-25Merge tag 'pull-aspeed-20241024' of https://github.com/legoater/qemu into sta...Peter Maydell8-87/+607
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 Maydell6-289/+201
2024-10-24hw/arm/aspeed: Correct fmc_model w25q80bl for ast1030-a1 EVBJamin Lin1-1/+1
2024-10-24hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.Jamin Lin1-1/+1
2024-10-24hw/block/m25p80: Add SFDP table for w25q80bl flashJamin Lin3-2/+39
2024-10-24hw/block:m25p80: Support write status register 2 command (0x31) for w25q01jvqJamin Lin1-0/+38
2024-10-24hw/block:m25p80: Fix coding styleJamin Lin1-8/+14
2024-10-24aspeed/smc: Fix write incorrect data into flash in user modeJamin Lin1-12/+28
2024-10-24hw/misc/aspeed_hace: Fix SG Accumulative hashingAlejandro Zeise1-45/+59
2024-10-24aspeed/soc: Support GPIO for AST2700Jamin Lin1-0/+13
2024-10-24aspeed/soc: Correct GPIO irq 130 for AST2700Jamin Lin1-3/+2
2024-10-24hw/gpio/aspeed: Add AST2700 supportJamin Lin1-0/+380
2024-10-24hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index modeJamin Lin1-10/+17
2024-10-24hw/gpio/aspeed: Support different memory region opsJamin Lin1-1/+6
2024-10-24hw/gpio/aspeed: Support to set the different memory sizeJamin Lin1-1/+6
2024-10-24hw/gpio/aspeed: Fix coding styleJamin Lin1-3/+3
2024-10-23vfio/helpers: Align mmapsAlex Williamson1-2/+30
2024-10-23vfio/helpers: Refactor vfio_region_mmap() error handlingAlex Williamson1-17/+17
2024-10-23vfio/migration: Change trace formats from hex to decimalAvihai Horon1-5/+5
2024-10-23vfio/migration: Report only stop-copy size in vfio_state_pending_exact()Avihai Horon1-3/+0
2024-10-23s390x: Rebuild IPLB for SCSI device directly from DIAG308Jared Rossi2-65/+20
2024-10-23hw/s390x: Build an IPLB for each boot deviceJared Rossi2-28/+102
2024-10-23s390x: Add individual loadparm assignment to CCW deviceJared Rossi6-52/+94
2024-10-23include/hw/s390x: Add include files for common IPL structsJared Rossi1-103/+1
2024-10-23hw/s390x: Remove the possibility to load the s390-netboot.img binaryThomas Huth3-71/+6
2024-10-22hw/s390x/ipl: Provide more memory to the s390-ccw.img firmwareThomas Huth1-1/+9
2024-10-22Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell5-12/+11
2024-10-21replace error_setg(&error_fatal, ...) with error_report()Tudor Gheorghiu5-12/+11
2024-10-21Merge tag 'pull-request-2024-10-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell3-2/+7
2024-10-21Merge tag 'edgar/xen-queue-2024-10-21.for-upstream' of https://gitlab.com/edg...Peter Maydell1-3/+4
2024-10-21Revert "hw/sh4/r2d: Realize IDE controller before accessing it"Thomas Huth1-1/+1
2024-10-21hw/pci-bridge: Add a Kconfig switch for the normal PCI bridgeThomas Huth2-1/+6
2024-10-21hw/xen: Avoid use of uninitialized bufioreq_evtchnEdgar E. Iglesias1-3/+4
2024-10-18hw/intc/openpic: Improve errors for out of bounds property valuesMarkus Armbruster1-4/+1
2024-10-18block: Adjust check_block_size() signatureMarkus Armbruster1-5/+1
2024-10-17Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into s...Peter Maydell3-4/+43
2024-10-16Merge tag 'single-binary-20241015' of https://github.com/philmd/qemu into sta...Peter Maydell9-43/+53
2024-10-16hw/loongarch/fw_cfg: Build in common_ss[]Philippe Mathieu-Daudé1-1/+1