aboutsummaryrefslogtreecommitdiff
path: root/hw/isa
AgeCommit message (Expand)Author
2024-07-16hw/isa/vt82c686: Turn "intr" irq into a named gpioBernhard Beschow
2024-04-15hw/isa/vt82c686: Keep track of PIRQ/PINT pins separatelyBALATON Zoltan
2024-02-22Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-02-22hw/isa/meson.build: Sort alphabeticallyBernhard Beschow
2024-02-20hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h'Philippe Mathieu-Daudé
2024-02-20Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-02-16smc37c669: remove useless is_enabled functionsPaolo Bonzini
2024-02-16isa-superio: validate floppy.count valuePaolo Bonzini
2024-02-15hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé
2024-02-15hw/isa: extract FDC37M81X to a separate filePaolo Bonzini
2024-02-15hw/isa: specify instance_size in isa_superio_type_infoPaolo Bonzini
2024-02-15hw/isa: fix ISA_SUPERIO dependenciesPaolo Bonzini
2024-02-15hw/isa: clean up Kconfig selections for ISA_SUPERIOPaolo Bonzini
2024-02-14Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-02-14hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functionsBernhard Beschow
2024-02-13hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize()Zhao Liu
2024-02-13hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()Zhao Liu
2023-12-29hw/isa: Constify VMStateRichard Henderson
2023-11-28hw/audio/via-ac97: Route interrupts using via_isa_set_irq()BALATON Zoltan
2023-11-28hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq()BALATON Zoltan
2023-11-28hw/isa/vt82c686: Bring back via_isa_set_irq()BALATON Zoltan
2023-11-07hw/isa/i82378: Propagate error if PC_SPEAKER device creation failedPhilippe Mathieu-Daudé
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
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: 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-19hw/isa: Realize ISA bridge device before accessing itPhilippe Mathieu-Daudé
2023-10-19hw/audio/pcspk: Inline pcspk_init()Philippe Mathieu-Daudé
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow