Age | Commit message (Expand) | Author | Files | Lines |
2024-09-13 | hw: Use device_class_set_legacy_reset() instead of opencoding | Peter Maydell | 4 | -8/+8 |
2024-09-11 | hw/acpi/ich9: Add periodic and swsmi timer | Dominic Prinz | 1 | -0/+14 |
2024-09-11 | hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating | BALATON Zoltan | 1 | -3/+4 |
2024-07-16 | hw/isa/vt82c686: Turn "intr" irq into a named gpio | Bernhard Beschow | 1 | -1/+1 |
2024-04-15 | hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately | BALATON Zoltan | 1 | -1/+2 |
2024-02-22 | Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into staging | Peter Maydell | 1 | -1/+1 |
2024-02-22 | hw/isa/meson.build: Sort alphabetically | Bernhard Beschow | 1 | -1/+1 |
2024-02-20 | hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h' | Philippe Mathieu-Daudé | 1 | -1/+0 |
2024-02-20 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 2 | -19/+3 |
2024-02-16 | smc37c669: remove useless is_enabled functions | Paolo Bonzini | 1 | -18/+0 |
2024-02-16 | isa-superio: validate floppy.count value | Paolo Bonzini | 1 | -1/+3 |
2024-02-15 | hw/dma: Pass parent object to i8257_dma_init() | Philippe Mathieu-Daudé | 3 | -3/+3 |
2024-02-15 | hw/isa: extract FDC37M81X to a separate file | Paolo Bonzini | 4 | -18/+37 |
2024-02-15 | hw/isa: specify instance_size in isa_superio_type_info | Paolo Bonzini | 2 | -2/+1 |
2024-02-15 | hw/isa: fix ISA_SUPERIO dependencies | Paolo Bonzini | 1 | -1/+2 |
2024-02-15 | hw/isa: clean up Kconfig selections for ISA_SUPERIO | Paolo Bonzini | 1 | -9/+4 |
2024-02-14 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 1 | -10/+55 |
2024-02-14 | hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions | Bernhard Beschow | 1 | -10/+55 |
2024-02-13 | hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize() | Zhao Liu | 1 | -2/+2 |
2024-02-13 | hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize() | Zhao Liu | 1 | -2/+2 |
2023-12-29 | hw/isa: Constify VMState | Richard Henderson | 6 | -13/+13 |
2023-11-28 | hw/audio/via-ac97: Route interrupts using via_isa_set_irq() | BALATON Zoltan | 1 | -0/+1 |
2023-11-28 | hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq() | BALATON Zoltan | 1 | -41/+24 |
2023-11-28 | hw/isa/vt82c686: Bring back via_isa_set_irq() | BALATON Zoltan | 1 | -0/+41 |
2023-11-07 | hw/isa/i82378: Propagate error if PC_SPEAKER device creation failed | Philippe Mathieu-Daudé | 1 | -1/+3 |
2023-10-23 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Stefan Hajnoczi | 5 | -388/+215 |
2023-10-22 | hw/isa/piix: Implement multi-process QEMU support also for PIIX4 | Bernhard Beschow | 1 | -8/+1 |
2023-10-22 | hw/isa/piix: Resolve duplicate code regarding PCI interrupt wiring | Bernhard Beschow | 1 | -11/+2 |
2023-10-22 | hw/isa/piix: Reuse PIIX3's PCI interrupt triggering in PIIX4 | Bernhard Beschow | 1 | -24/+3 |
2023-10-22 | hw/isa/piix: Rename functions to be shared for PCI interrupt triggering | Bernhard Beschow | 1 | -36/+36 |
2023-10-22 | hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4 | Bernhard Beschow | 1 | -71/+9 |
2023-10-22 | hw/isa/piix: Share PIIX3's base class with PIIX4 | Bernhard Beschow | 1 | -55/+30 |
2023-10-22 | hw/isa/piix: Harmonize names of reset control memory regions | Bernhard Beschow | 1 | -2/+2 |
2023-10-22 | hw/isa/piix: Allow for optional PIT creation in PIIX3 | Bernhard Beschow | 1 | -0/+6 |
2023-10-22 | hw/isa/piix: Allow for optional PIC creation in PIIX3 | Bernhard Beschow | 1 | -2/+19 |
2023-10-22 | hw/isa/piix3: Merge hw/isa/piix4.c | Bernhard Beschow | 4 | -304/+190 |
2023-10-22 | hw/isa/piix4: Reuse struct PIIXState from PIIX3 | Bernhard Beschow | 1 | -15/+11 |
2023-10-22 | hw/isa/piix4: Rename reset control operations to match PIIX3 | Bernhard Beschow | 1 | -7/+7 |
2023-10-22 | hw/isa/piix4: Rename "isa" attribute to "isa_irqs_in" | Bernhard Beschow | 1 | -5/+5 |
2023-10-22 | hw/isa/piix4: Remove unused inbound ISA interrupt lines | Bernhard Beschow | 1 | -8/+0 |
2023-10-22 | hw/isa/piix3: Drop the "3" from PIIX base class name | Bernhard Beschow | 1 | -28/+28 |
2023-10-22 | hw/isa/piix3: Create power management controller in host device | Bernhard Beschow | 2 | -0/+16 |
2023-10-22 | hw/isa/piix3: Create USB controller in host device | Bernhard Beschow | 2 | -0/+17 |
2023-10-22 | hw/isa/piix3: Create IDE controller in host device | Bernhard Beschow | 2 | -0/+10 |
2023-10-22 | hw/i386/pc: Wire RTC ISA IRQs in south bridges | Bernhard Beschow | 2 | -0/+6 |
2023-10-22 | hw/isa/piix3: Wire PIC IRQs to ISA bus in host device | Bernhard Beschow | 1 | -0/+2 |
2023-10-22 | hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize() | Bernhard Beschow | 1 | -3/+3 |
2023-10-22 | hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in" | Bernhard Beschow | 1 | -2/+3 |
2023-10-22 | hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property | Bernhard Beschow | 1 | -0/+2 |
2023-10-22 | hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS | Bernhard Beschow | 1 | -4/+4 |