aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-03-09Merge tag 'pull-aspeed-20230307' of https://github.com/legoater/qemu into sta...Peter Maydell4-9/+17
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell18-80/+638
2023-03-08hw/usb/ohci: Implement resume on connection status changeBALATON Zoltan1-6/+17
2023-03-08hw/audio/via-ac97: Basic implementation of audio playbackBALATON Zoltan4-7/+457
2023-03-08hw/usb/vt82c686-uhci-pci: Use PCI IRQ routingBernhard Beschow1-12/+0
2023-03-08hw/ppc/pegasos2: Fix PCI interrupt routingBALATON Zoltan2-5/+25
2023-03-08hw/isa/vt82c686: Implement PCI IRQ routingBALATON Zoltan1-0/+42
2023-03-08hw/intc/i8259: Implement legacy LTIM Edge/Level Bank SelectDavid Woodhouse2-7/+27
2023-03-08hw/display/sm501: Add debug property to control pixman usageBALATON Zoltan1-3/+15
2023-03-08Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"BALATON Zoltan1-1/+9
2023-03-08Revert "hw/isa/i82378: Remove intermediate IRQ forwarder"Philippe Mathieu-Daudé1-1/+9
2023-03-08hw/mips/itu: Pass SAAR using QOM link propertyPhilippe Mathieu-Daudé2-25/+24
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé6-13/+13
2023-03-07Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-0/+5
2023-03-07hw/arm/aspeed: Modified BMC FRU byte data in yosemitev2Karthikeyan Pasupathi1-5/+5
2023-03-07hw/arm/aspeed: Added TMP421 type sensor's support in tiogapassKarthikeyan Pasupathi1-0/+4
2023-03-07hw/arm/aspeed: Added TMP421 type sensor's support in yosemitev2Karthikeyan Pasupathi1-0/+5
2023-03-07pflash: Fix blk_pread_nonzeroes()Kevin Wolf1-2/+1
2023-03-07m25p80: Improve error when the backend file size does not match the deviceCédric Le Goater1-2/+2
2023-03-07Merge tag 'pull-riscv-to-apply-20230306' of https://gitlab.com/palmer-dabbelt...Peter Maydell7-21/+493
2023-03-07edu: add smp_mb__after_rmw()Paolo Bonzini1-0/+5
2023-03-07Merge tag 'pull-target-arm-20230306' of https://git.linaro.org/people/pmaydel...Peter Maydell4-6/+146
2023-03-07Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell5-14/+1122
2023-03-06hw/riscv/virt.c: Initialize the ACPI tablesSunil V L1-0/+4
2023-03-06hw/riscv/virt: virt-acpi-build.c: Add RHCT TableSunil V L1-0/+78
2023-03-06hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADTSunil V L1-0/+34
2023-03-06hw/riscv/virt: Enable basic ACPI infrastructureSunil V L3-0/+306
2023-03-06hw/riscv/virt: Add memmap pointer to RiscVVirtStateSunil V L1-0/+2
2023-03-06hw/riscv/virt: Add a switch to disable ACPISunil V L1-0/+29
2023-03-06hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fieldsSunil V L1-0/+5
2023-03-06riscv: Correctly set the device-tree entry 'mmu-type'Alexandre Ghiti1-8/+11
2023-03-06hw: arm: allwinner-h3: Fix and complete H3 i2c devicesqianfan Zhao1-4/+25
2023-03-06hw/nvme: flexible data placement emulationJesper Devantier5-7/+1014
2023-03-06hw/nvme: basic directives supportGollu Appalanaidu2-1/+41
2023-03-06hw/nvme: add basic endurance group supportKlaus Jensen3-1/+58
2023-03-06hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespaceNiklas Cassel2-0/+2
2023-03-06hw/nvme: move adjustment of data_units{read,written}Joel Granados1-6/+8
2023-03-06hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCsqianfan Zhao1-2/+24
2023-03-06hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel2-0/+97
2023-03-06hw/xen/xen_pt: fix uninitialized variableMarek Marczykowski-Górecki1-1/+1
2023-03-06xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski4-11/+78
2023-03-05hw: intc: Use cpu_by_arch_id to fetch CPU stateMayuresh Chitale3-13/+13
2023-03-05hw/riscv/virt.c: add cbo[mz]-block-size fdt propertiesAnup Patel1-0/+11
2023-03-04Merge tag 'pull-ppc-20230303' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell3-70/+72
2023-03-03pnv_phb4_pec: Simplify/align code to parent user-created PHBsFrederic Barrat3-23/+20
2023-03-03pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful fileFrederic Barrat2-43/+41
2023-03-03pnv_phb4_pec: Only export existing PHBs to the device treeFrederic Barrat1-2/+6
2023-03-03pnv_phb4_pec: Keep track of instantiated PHBsFrederic Barrat2-5/+8
2023-03-03Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into sta...Peter Maydell12-77/+400
2023-03-03Merge tag 'pull-loongarch-20230303' of https://gitlab.com/gaosong/qemu into s...Peter Maydell2-5/+18