aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED2400_SOCPhilippe Mathieu-Daudé
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED2600_SOCPhilippe Mathieu-Daudé
2023-10-25hw/arm/aspeed: Introduce TYPE_ASPEED10X0_SOCPhilippe Mathieu-Daudé
2023-10-25hw/arm/aspeed: Dynamically allocate AspeedMachineState::soc fieldPhilippe Mathieu-Daudé
2023-10-25hw/arm/aspeed: Rename aspeed_soc_realize() as AST2400/2500 specificPhilippe Mathieu-Daudé
2023-10-25hw/arm/aspeed: Rename aspeed_soc_init() as AST2400/2500 specificPhilippe Mathieu-Daudé
2023-10-25hw/arm/aspeed: Extract code common to all boards to a common filePhilippe Mathieu-Daudé
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-22intel-iommu: Report interrupt remapping faults, fix return valueDavid Woodhouse
2023-10-22hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang
2023-10-22hw/i386/cxl: ensure maxram is greater than ram size for calculating cxl rangeAni Sinha
2023-10-22vhost-user: fix lost reconnectLi Feng
2023-10-22vhost-user-scsi: start vhost when guest kicksLi Feng
2023-10-22vhost-user-scsi: support reconnect to backendLi Feng
2023-10-22vhost: move and rename the conn retry timesLi Feng
2023-10-22vhost-user-common: send get_inflight_fd onceLi Feng
2023-10-22hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machineBernhard Beschow
2023-10-22hw/isa/piix: Implement multi-process QEMU support also for PIIX4Bernhard Beschow
2023-10-22hw/isa/piix: Resolve duplicate code regarding PCI interrupt wiringBernhard Beschow
2023-10-22hw/isa/piix: Reuse PIIX3's PCI interrupt triggering in PIIX4Bernhard Beschow
2023-10-22hw/isa/piix: Rename functions to be shared for PCI interrupt triggeringBernhard Beschow
2023-10-22hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4Bernhard Beschow
2023-10-22hw/isa/piix: Share PIIX3's base class with PIIX4Bernhard Beschow
2023-10-22hw/isa/piix: Harmonize names of reset control memory regionsBernhard Beschow
2023-10-22hw/isa/piix: Allow for optional PIT creation in PIIX3Bernhard Beschow
2023-10-22hw/isa/piix: Allow for optional PIC creation in PIIX3Bernhard Beschow
2023-10-22hw/isa/piix3: Merge hw/isa/piix4.cBernhard Beschow
2023-10-22hw/isa/piix4: Reuse struct PIIXState from PIIX3Bernhard Beschow
2023-10-22hw/isa/piix4: Rename reset control operations to match PIIX3Bernhard Beschow
2023-10-22hw/isa/piix4: Rename "isa" attribute to "isa_irqs_in"Bernhard Beschow
2023-10-22hw/isa/piix4: Remove unused inbound ISA interrupt linesBernhard Beschow
2023-10-22hw/isa/piix3: Drop the "3" from PIIX base class nameBernhard Beschow
2023-10-22hw/isa/piix3: Create power management controller in host deviceBernhard Beschow
2023-10-22hw/isa/piix3: Create USB controller in host deviceBernhard Beschow
2023-10-22hw/isa/piix3: Create IDE controller in host deviceBernhard Beschow
2023-10-22hw/i386/pc: Wire RTC ISA IRQs in south bridgesBernhard Beschow
2023-10-22hw/isa/piix3: Wire PIC IRQs to ISA bus in host deviceBernhard Beschow
2023-10-22hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize()Bernhard Beschow
2023-10-22hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"Bernhard Beschow
2023-10-22hw/i386/pc_piix: Remove redundant "piix3" variableBernhard Beschow
2023-10-22hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" propertyBernhard Beschow
2023-10-22hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQSBernhard Beschow
2023-10-22hw/i386/pc_piix: Assign PIIX3's ISA interrupts before its realize()Bernhard Beschow
2023-10-22hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south br...Bernhard Beschow
2023-10-22hw/i386/pc: Merge two if statements into oneBernhard Beschow
2023-10-22hw/display: fix memleak from virtio_add_resourceMatheus Tavares Bernardino
2023-10-22timer/i8254: Fix one shot PIT modeDamien Zammit
2023-10-22hw/i386/acpi-build: Remove build-time assertion on PIIX/ICH9 reset registers ...Bernhard Beschow
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi
2023-10-22vhost-backend: remove vhost_kernel_reset_device()Stefan Hajnoczi