aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-09-13hw/cris: Remove image loader helperPhilippe Mathieu-Daudé4-123/+0
2024-09-13hw/cris: Remove the axis-dev88 machinePhilippe Mathieu-Daudé3-360/+0
2024-09-13hw/sh4: Remove sh7750_register_io_device() helperPhilippe Mathieu-Daudé1-55/+2
2024-09-13hw/block: Remove TC58128 NAND EEPROMPhilippe Mathieu-Daudé3-215/+0
2024-09-13hw/sh4: Remove the deprecated SHIX machinePhilippe Mathieu-Daudé3-94/+0
2024-09-13hw/intc/loongson_ipi: Remove unused headersPhilippe Mathieu-Daudé1-9/+0
2024-09-13hw/pci-host/designware: Add 'host_mem' variable for clarityPhilippe Mathieu-Daudé1-2/+3
2024-09-13hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé1-22/+17
2024-09-13hw/intc/arm_gic: fix spurious level triggered interruptsJan Klötzke1-3/+8
2024-09-13hw/net/can/xlnx-versal-canfd: Fix FIFO issuesDoug Brown1-33/+3
2024-09-13hw/net/can/xlnx-versal-canfd: Simplify DLC conversionsDoug Brown1-63/+4
2024-09-13hw/net/can/xlnx-versal-canfd: Fix byte orderingDoug Brown1-5/+5
2024-09-13hw/net/can/xlnx-versal-canfd: Handle flags correctlyDoug Brown1-1/+14
2024-09-13hw/net/can/xlnx-versal-canfd: Translate CAN ID registersDoug Brown1-3/+50
2024-09-13hw/net/can/xlnx-versal-canfd: Fix CAN FD flag checkDoug Brown1-1/+1
2024-09-13hw/net/can/xlnx-versal-canfd: Fix interrupt levelDoug Brown1-2/+2
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter1-1/+30
2024-09-13hw/boards: Add hvf_get_physical_address_range to MachineClassDanny Canter1-1/+8
2024-09-13hw/core/resettable: Remove transitional_function machineryPeter Maydell1-21/+3
2024-09-13hw/core/qdev: Simplify legacy_reset handlingPeter Maydell1-33/+22
2024-09-13hw: Remove device_phases_reset()Peter Maydell1-39/+12
2024-09-13hw: Rename DeviceClass::reset field to legacy_resetPeter Maydell1-4/+4
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell410-448/+448
2024-09-13hw: Define new device_class_set_legacy_reset()Peter Maydell1-0/+5
2024-09-13hw: Remove device_class_set_parent_reset()Peter Maydell1-8/+0
2024-09-13hw/s390/virtio-ccw: Convert to three-phase resetPeter Maydell2-6/+9
2024-09-13hw/s390/ccw-device: Convert to three-phase resetPeter Maydell1-3/+4
2024-09-13Merge tag 'pull-loongarch-20240912' of https://gitlab.com/gaosong/qemu into s...Peter Maydell3-19/+78
2024-09-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell23-203/+418
2024-09-12hw/loongarch: Add acpi SPCR table supportBibo Mao1-0/+40
2024-09-12hw/loongarch: virt: pass random seed to fdtJason A. Donenfeld1-0/+6
2024-09-12hw/loongarch: virt: support up to 4 serial portsJason A. Donenfeld2-18/+32
2024-09-12hw/loongarch: Remove default enable with VIRTIO_VGA deviceBibo Mao1-1/+0
2024-09-11hw/acpi/ich9: Add periodic and swsmi timerDominic Prinz5-2/+135
2024-09-11virtio-mem: don't warn about THP sizes on a kernel without THP supportDavid Hildenbrand1-0/+7
2024-09-11hw/audio/virtio-sound: fix heap buffer overflowVolker Rümelin2-25/+0
2024-09-11hw/cxl: fix physical address field in get scan media results outputpeng guo1-1/+1
2024-09-11virtio-pci: Add lookup subregion of VirtIOPCIRegion MRGao Shiyuan1-2/+6
2024-09-11vhost_net: configure all host notifiers in a single MR transactionzuoboqun2-15/+146
2024-09-11hw/i386/acpi-build: Return a pre-computed _PRT tableRicardo Ribalda1-98/+22
2024-09-11intel_iommu: Make PASID-cache and PIOTLB type invalid in legacy modeZhenzhong Duan1-11/+11
2024-09-11intel_iommu: Fix invalidation descriptor type fieldZhenzhong Duan2-6/+7
2024-09-11virtio: rename virtio_split_packed_update_used_idxWenyu Huang1-2/+2
2024-09-11hw/pci/pci-hmp-cmds: Avoid displaying bogus size in 'info pci'Philippe Mathieu-Daudé1-8/+18
2024-09-11pci: don't skip function 0 occupancy verification for devfn auto assignDongli Zhang1-8/+9
2024-09-11hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocatingBALATON Zoltan1-3/+4
2024-09-11hw: Move declaration of IRQState to header and add init functionBALATON Zoltan1-14/+11
2024-09-10virtio: Always reset vhost devicesHanna Czenczek1-2/+6
2024-09-10virtio: Allow .get_vhost() without vhost_startedHanna Czenczek3-6/+33
2024-09-10Merge tag 'pull-qapi-2024-09-10' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell8-36/+36