aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-22intel-iommu: Report interrupt remapping faults, fix return valueDavid Woodhouse2-48/+103
2023-10-22MAINTAINERS: Add include/hw/intc/i8259.h to the PC chip sectionThomas Huth1-0/+1
2023-10-22vhost-user: Fix protocol feature bit conflictHanna Czenczek3-2/+15
2023-10-22tests/acpi: Update DSDT.cxl with QTG DSMJonathan Cameron2-1/+0
2023-10-22hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang3-0/+71
2023-10-22tests/acpi: Allow update of DSDT.cxlJonathan Cameron1-0/+1
2023-10-22hw/i386/cxl: ensure maxram is greater than ram size for calculating cxl rangeAni Sinha1-1/+3
2023-10-22vhost-user: fix lost reconnectLi Feng5-6/+14
2023-10-22vhost-user-scsi: start vhost when guest kicksLi Feng1-4/+44
2023-10-22vhost-user-scsi: support reconnect to backendLi Feng5-30/+201
2023-10-22vhost: move and rename the conn retry timesLi Feng3-5/+4
2023-10-22vhost-user-common: send get_inflight_fd onceLi Feng1-19/+18
2023-10-22hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machineBernhard Beschow4-1/+71
2023-10-22hw/isa/piix: Implement multi-process QEMU support also for PIIX4Bernhard Beschow1-8/+1
2023-10-22hw/isa/piix: Resolve duplicate code regarding PCI interrupt wiringBernhard Beschow1-11/+2
2023-10-22hw/isa/piix: Reuse PIIX3's PCI interrupt triggering in PIIX4Bernhard Beschow1-24/+3
2023-10-22hw/isa/piix: Rename functions to be shared for PCI interrupt triggeringBernhard Beschow1-36/+36
2023-10-22hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4Bernhard Beschow2-73/+12
2023-10-22hw/isa/piix: Share PIIX3's base class with PIIX4Bernhard Beschow1-55/+30
2023-10-22hw/isa/piix: Harmonize names of reset control memory regionsBernhard Beschow1-2/+2
2023-10-22hw/isa/piix: Allow for optional PIT creation in PIIX3Bernhard Beschow3-0/+9
2023-10-22hw/isa/piix: Allow for optional PIC creation in PIIX3Bernhard Beschow3-2/+22
2023-10-22hw/isa/piix3: Merge hw/isa/piix4.cBernhard Beschow7-309/+195
2023-10-22hw/isa/piix4: Reuse struct PIIXState from PIIX3Bernhard Beschow2-15/+12
2023-10-22hw/isa/piix4: Rename reset control operations to match PIIX3Bernhard Beschow1-7/+7
2023-10-22hw/isa/piix4: Rename "isa" attribute to "isa_irqs_in"Bernhard Beschow1-5/+5
2023-10-22hw/isa/piix4: Remove unused inbound ISA interrupt linesBernhard Beschow1-8/+0
2023-10-22hw/isa/piix3: Drop the "3" from PIIX base class nameBernhard Beschow2-32/+30
2023-10-22hw/isa/piix3: Create power management controller in host deviceBernhard Beschow4-13/+33
2023-10-22hw/isa/piix3: Create USB controller in host deviceBernhard Beschow4-5/+23
2023-10-22hw/isa/piix3: Create IDE controller in host deviceBernhard Beschow5-8/+18
2023-10-22hw/i386/pc: Wire RTC ISA IRQs in south bridgesBernhard Beschow3-5/+8
2023-10-22hw/isa/piix3: Wire PIC IRQs to ISA bus in host deviceBernhard Beschow2-1/+3
2023-10-22hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize()Bernhard Beschow2-10/+10
2023-10-22hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"Bernhard Beschow2-3/+4
2023-10-22hw/i386/pc_piix: Remove redundant "piix3" variableBernhard Beschow1-4/+2
2023-10-22hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" propertyBernhard Beschow3-2/+9
2023-10-22hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQSBernhard Beschow2-7/+6
2023-10-22hw/i386/pc_piix: Assign PIIX3's ISA interrupts before its realize()Bernhard Beschow1-2/+2
2023-10-22hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south br...Bernhard Beschow1-1/+2
2023-10-22hw/i386/pc: Merge two if statements into oneBernhard Beschow1-4/+3
2023-10-22hw/display: fix memleak from virtio_add_resourceMatheus Tavares Bernardino1-2/+10
2023-10-22timer/i8254: Fix one shot PIT modeDamien Zammit1-3/+1
2023-10-22hw/i386/acpi-build: Remove build-time assertion on PIIX/ICH9 reset registers ...Bernhard Beschow1-5/+0
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi5-11/+24
2023-10-22vhost-backend: remove vhost_kernel_reset_device()Stefan Hajnoczi1-6/+0
2023-10-22vhost-user: do not send RESET_OWNER on device resetStefan Hajnoczi2-13/+9
2023-10-22memory: initialize 'fv' in MemoryRegionCache to make Coverity happyIlya Maximets1-0/+2
2023-10-22vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronouslyLaszlo Ersek1-1/+15
2023-10-22vhost-user: allow "vhost_set_vring" to wait for a replyLaszlo Ersek1-5/+6