summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+4
* hw/i386/multiboot: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+2Star
* hw/intc/xics: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-1/+1
* hw/ppc/pnv: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-223-7/+7
* hw/net/e1000e_core: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+4
* hw/net/lan9118: Signal TSFL_INT flag when TX FIFO reaches specified levelLucas Dietrich2022-09-221-0/+8
* hw/acpi: Add ospm_status hook implementation for acpi-gedKeqian Zhu2022-09-221-0/+8
* hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logicAnton Kochkov2022-09-221-16/+16
* Merge tag 'pull-ppc-20220920' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-09-213-1/+3
|\
| * hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failureXuzhou Cheng2022-09-202-0/+2
| * hw/ppc: spapr: Use qemu_vfree() to free spapr->htabXuzhou Cheng2022-09-201-1/+1
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-09-202-6/+9
|\ \
| * | smbios: sanitize type from external type before checking have_fields_bitmapPaolo Bonzini2022-09-181-6/+8
| * | spapr_pci: fix leak in spapr_phb_vfio_get_loc_codePaolo Bonzini2022-09-181-0/+1
| |/
* | hw/loongarch: Improve acpi dsdt tableXiaojuan Yang2022-09-202-140/+20Star
* | hw/loongarch: Support memory hotplugXiaojuan Yang2022-09-203-7/+132
* | hw/loongarch: Fix acpi ged irq number in dsdt tableXiaojuan Yang2022-09-201-1/+1
* | hw/loongarch: Add RAMFB to dynamic_sysbus_devices listXiaojuan Yang2022-09-201-0/+2
* | hw/loongarch: Add hotplug handler for machineXiaojuan Yang2022-09-201-0/+32
* | hw/loongarch: Add platform bus supportXiaojuan Yang2022-09-202-0/+34
* | hw/loongarch: Add interrupt information to FDT tableXiaojuan Yang2022-09-201-0/+28
* | hw/loongarch: Support fw_cfg dma functionXiaojuan Yang2022-09-193-2/+4
* | hw/loongarch: Remove vga device when loongarch initXiaojuan Yang2022-09-192-4/+0Star
|/
* Merge tag 'pull-arm-20220914' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-09-1713-19/+20
|\
| * target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell2022-09-1411-11/+14
| * target/arm: Remove useless TARGET_BIG_ENDIAN check in armv7m_load_kernel()Peter Maydell2022-09-141-8/+1Star
| * hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DIS...Enrik Berkhan2022-09-141-0/+4
| * target/arm: Add cortex-a35Hao Wu2022-09-141-0/+1
* | tpm_crb: Avoid backend startup just before shutdown under XenRoss Lagerwall2022-09-091-1/+6
|/
* hw/riscv: virt: Add PMU DT node to the device treeAtish Patra2022-09-071-0/+16
* hw/intc: Move mtimer/mtimecmp to aclintAtish Patra2022-09-072-25/+41
* target/riscv: Use official extension names for AIA CSRsAnup Patel2022-09-072-12/+5Star
* hw/core: fix platform bus node nameConor Dooley2022-09-071-1/+1
* hw/riscv: virt: fix syscon subnode pathsConor Dooley2022-09-071-2/+2
* hw/riscv: virt: fix the plic's address cellsConor Dooley2022-09-071-0/+2
* hw/riscv: virt: fix uart node nameConor Dooley2022-09-071-1/+1
* hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripheralsConor Dooley2022-09-071-6/+61
* hw/riscv: opentitan: bump opentitan versionWilfred Mallawa2022-09-071-4/+8
* hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec()Daniel Henrique Barboza2022-09-075-8/+5Star
* hw/riscv: virt: pass random seed to fdtJason A. Donenfeld2022-09-071-0/+6
* hw/openrisc: virt: pass random seed to fdtJason A. Donenfeld2022-09-041-0/+6
* hw/openrisc: Initialize timer time at startupStafford Horne2022-09-041-1/+21
* hw/openrisc: Add PCI bus support to virtStafford Horne2022-09-042-6/+157
* hw/openrisc: Add the OpenRISC virtual machineStafford Horne2022-09-043-0/+427
* goldfish_rtc: Add big-endian propertyStafford Horne2022-09-042-9/+29
* hw/openrisc: Split re-usable boot time apis out to boot.cStafford Horne2022-09-043-100/+123
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-09-0212-29/+52
|\
| * scsi: Reject commands if the CDB length exceeds buf_lenJohn Millikin2022-09-011-1/+7
| * scsi: Add buf_len parameter to scsi_req_new()John Millikin2022-09-0112-28/+39
| * esp: Handle CMD_BUSRESET by resetting the SCSI busJohn Millikin2022-09-011-0/+6