summary refs log tree commit diff stats
path: root/hw/isa (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/isa/vt82c686: Keep track of PIRQ/PINT pins separatelyBALATON Zoltan2024-04-151-1/+2
* Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into stagingPeter Maydell2024-02-221-1/+1
|\
| * hw/isa/meson.build: Sort alphabeticallyBernhard Beschow2024-02-221-1/+1
* | hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h'Philippe Mathieu-Daudé2024-02-201-1/+0
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-02-202-19/+3
|\
| * smc37c669: remove useless is_enabled functionsPaolo Bonzini2024-02-161-18/+0
| * isa-superio: validate floppy.count valuePaolo Bonzini2024-02-161-1/+3
* | hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé2024-02-153-3/+3
* | hw/isa: extract FDC37M81X to a separate filePaolo Bonzini2024-02-154-18/+37
* | hw/isa: specify instance_size in isa_superio_type_infoPaolo Bonzini2024-02-152-2/+1
* | hw/isa: fix ISA_SUPERIO dependenciesPaolo Bonzini2024-02-151-1/+2
* | hw/isa: clean up Kconfig selections for ISA_SUPERIOPaolo Bonzini2024-02-151-9/+4
|/
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-02-141-10/+55
|\
| * hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functionsBernhard Beschow2024-02-141-10/+55
* | hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize()Zhao Liu2024-02-131-2/+2
* | hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()Zhao Liu2024-02-131-2/+2
|/
* hw/isa: Constify VMStateRichard Henderson2023-12-296-13/+13
* hw/audio/via-ac97: Route interrupts using via_isa_set_irq()BALATON Zoltan2023-11-281-0/+1
* hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq()BALATON Zoltan2023-11-281-41/+24
* hw/isa/vt82c686: Bring back via_isa_set_irq()BALATON Zoltan2023-11-281-0/+41
* hw/isa/i82378: Propagate error if PC_SPEAKER device creation failedPhilippe Mathieu-Daudé2023-11-071-1/+3
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-235-388/+215
|\
| * hw/isa/piix: Implement multi-process QEMU support also for PIIX4Bernhard Beschow2023-10-221-8/+1
| * hw/isa/piix: Resolve duplicate code regarding PCI interrupt wiringBernhard Beschow2023-10-221-11/+2
| * hw/isa/piix: Reuse PIIX3's PCI interrupt triggering in PIIX4Bernhard Beschow2023-10-221-24/+3
| * hw/isa/piix: Rename functions to be shared for PCI interrupt triggeringBernhard Beschow2023-10-221-36/+36
| * hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4Bernhard Beschow2023-10-221-71/+9
| * hw/isa/piix: Share PIIX3's base class with PIIX4Bernhard Beschow2023-10-221-55/+30
| * hw/isa/piix: Harmonize names of reset control memory regionsBernhard Beschow2023-10-221-2/+2
| * hw/isa/piix: Allow for optional PIT creation in PIIX3Bernhard Beschow2023-10-221-0/+6
| * hw/isa/piix: Allow for optional PIC creation in PIIX3Bernhard Beschow2023-10-221-2/+19
| * hw/isa/piix3: Merge hw/isa/piix4.cBernhard Beschow2023-10-224-304/+190
| * hw/isa/piix4: Reuse struct PIIXState from PIIX3Bernhard Beschow2023-10-221-15/+11
| * hw/isa/piix4: Rename reset control operations to match PIIX3Bernhard Beschow2023-10-221-7/+7
| * hw/isa/piix4: Rename "isa" attribute to "isa_irqs_in"Bernhard Beschow2023-10-221-5/+5
| * hw/isa/piix4: Remove unused inbound ISA interrupt linesBernhard Beschow2023-10-221-8/+0
| * hw/isa/piix3: Drop the "3" from PIIX base class nameBernhard Beschow2023-10-221-28/+28
| * hw/isa/piix3: Create power management controller in host deviceBernhard Beschow2023-10-222-0/+16
| * hw/isa/piix3: Create USB controller in host deviceBernhard Beschow2023-10-222-0/+17
| * hw/isa/piix3: Create IDE controller in host deviceBernhard Beschow2023-10-222-0/+10
| * hw/i386/pc: Wire RTC ISA IRQs in south bridgesBernhard Beschow2023-10-222-0/+6
| * hw/isa/piix3: Wire PIC IRQs to ISA bus in host deviceBernhard Beschow2023-10-221-0/+2
| * hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize()Bernhard Beschow2023-10-221-3/+3
| * hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"Bernhard Beschow2023-10-221-2/+3
| * hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" propertyBernhard Beschow2023-10-221-0/+2
| * hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQSBernhard Beschow2023-10-221-4/+4
* | hw/isa: Realize ISA bridge device before accessing itPhilippe Mathieu-Daudé2023-10-191-2/+9
* | hw/audio/pcspk: Inline pcspk_init()Philippe Mathieu-Daudé2023-10-191-1/+4
|/
* hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow2023-10-041-1/+0
* hw/isa/ich9: Add comment on imperfect emulation of PIC vs. I/O APIC routingDavid Woodhouse2023-10-041-0/+15