aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22tcg/ppc: Use PLD in tcg_out_movi for constant poolRichard Henderson
2023-10-22tcg/ppc: Use prefixed instructions in tcg_out_mem_longRichard Henderson
2023-10-22tcg/ppc: Use PADDI in tcg_out_moviRichard Henderson
2023-10-22tcg/ppc: Use ADDPCIS in tcg_out_goto_tbRichard Henderson
2023-10-22tcg/ppc: Use ADDPCIS for the constant poolRichard Henderson
2023-10-22tcg/ppc: Use ADDPCIS in tcg_out_movi_intRichard Henderson
2023-10-22tcg/ppc: Use ADDPCIS in tcg_out_tb_startRichard Henderson
2023-10-22tcg/ppc: Reinterpret tb-relative to TB+4Richard Henderson
2023-10-22tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TBJordan Niethe
2023-10-22tcg/ppc: Untabify tcg-target.c.incRichard Henderson
2023-10-22intel-iommu: Report interrupt remapping faults, fix return valueDavid Woodhouse
2023-10-22MAINTAINERS: Add include/hw/intc/i8259.h to the PC chip sectionThomas Huth
2023-10-22vhost-user: Fix protocol feature bit conflictHanna Czenczek
2023-10-22tests/acpi: Update DSDT.cxl with QTG DSMJonathan Cameron
2023-10-22hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang
2023-10-22tests/acpi: Allow update of DSDT.cxlJonathan Cameron
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