summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* x86: re-enable rng seeding via SetupDataJason A. Donenfeld2022-09-273-3/+5
* x86: reinitialize RNG seed on system rebootJason A. Donenfeld2022-09-271-0/+7
* x86: use typedef for SetupData structJason A. Donenfeld2022-09-271-7/+7
* x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld2022-09-272-16/+42
* Merge tag 'pull-target-arm-20220922' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2022-09-2610-33/+50
|\
| * 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 'edgar/xilinx-next-2022-09-21.for-upstream' of https://github.com/e...Stefan Hajnoczi2022-09-221-0/+5
|\ \ | |/ |/|
| * hw/microblaze: pass random seed to fdtJason A. Donenfeld2022-09-211-0/+5
* | 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