Age | Commit message (Expand) | Author |
2023-11-28 | hw/audio/via-ac97: Route interrupts using via_isa_set_irq() | BALATON Zoltan |
2023-11-28 | hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq() | BALATON Zoltan |
2023-11-28 | hw/isa/vt82c686: Bring back via_isa_set_irq() | BALATON Zoltan |
2023-11-07 | hw/isa/i82378: Propagate error if PC_SPEAKER device creation failed | Philippe Mathieu-Daudé |
2023-10-23 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Stefan Hajnoczi |
2023-10-22 | hw/isa/piix: Implement multi-process QEMU support also for PIIX4 | Bernhard Beschow |
2023-10-22 | hw/isa/piix: Resolve duplicate code regarding PCI interrupt wiring | Bernhard Beschow |
2023-10-22 | hw/isa/piix: Reuse PIIX3's PCI interrupt triggering in PIIX4 | Bernhard Beschow |
2023-10-22 | hw/isa/piix: Rename functions to be shared for PCI interrupt triggering | Bernhard Beschow |
2023-10-22 | hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4 | Bernhard Beschow |
2023-10-22 | hw/isa/piix: Share PIIX3's base class with PIIX4 | Bernhard Beschow |
2023-10-22 | hw/isa/piix: Harmonize names of reset control memory regions | Bernhard Beschow |
2023-10-22 | hw/isa/piix: Allow for optional PIT creation in PIIX3 | Bernhard Beschow |
2023-10-22 | hw/isa/piix: Allow for optional PIC creation in PIIX3 | Bernhard Beschow |
2023-10-22 | hw/isa/piix3: Merge hw/isa/piix4.c | Bernhard Beschow |
2023-10-22 | hw/isa/piix4: Reuse struct PIIXState from PIIX3 | Bernhard Beschow |
2023-10-22 | hw/isa/piix4: Rename reset control operations to match PIIX3 | Bernhard Beschow |
2023-10-22 | hw/isa/piix4: Rename "isa" attribute to "isa_irqs_in" | Bernhard Beschow |
2023-10-22 | hw/isa/piix4: Remove unused inbound ISA interrupt lines | Bernhard Beschow |
2023-10-22 | hw/isa/piix3: Drop the "3" from PIIX base class name | Bernhard Beschow |
2023-10-22 | hw/isa/piix3: Create power management controller in host device | Bernhard Beschow |
2023-10-22 | hw/isa/piix3: Create USB controller in host device | Bernhard Beschow |
2023-10-22 | hw/isa/piix3: Create IDE controller in host device | Bernhard Beschow |
2023-10-22 | hw/i386/pc: Wire RTC ISA IRQs in south bridges | Bernhard Beschow |
2023-10-22 | hw/isa/piix3: Wire PIC IRQs to ISA bus in host device | Bernhard Beschow |
2023-10-22 | hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize() | Bernhard Beschow |
2023-10-22 | hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in" | Bernhard Beschow |
2023-10-22 | hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property | Bernhard Beschow |
2023-10-22 | hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS | Bernhard Beschow |
2023-10-19 | hw/isa: Realize ISA bridge device before accessing it | Philippe Mathieu-Daudé |
2023-10-19 | hw/audio/pcspk: Inline pcspk_init() | Philippe Mathieu-Daudé |
2023-10-04 | hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual method | Bernhard Beschow |
2023-10-04 | hw/isa/ich9: Add comment on imperfect emulation of PIC vs. I/O APIC routing | David Woodhouse |
2023-07-11 | hw/isa/vt82c686: Remove via_isa_set_irq() | Bernhard Beschow |
2023-07-11 | hw/ide/via: Wire up IDE legacy interrupts in host device | Bernhard Beschow |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-06-13 | hw/char/parallel-isa: Export struct ISAParallelState | Bernhard Beschow |
2023-06-07 | hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICE | Bernhard Beschow |
2023-06-07 | hw/isa/piix3: Resolve redundant k->config_write assignments | Bernhard Beschow |
2023-06-07 | hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config() | Bernhard Beschow |
2023-06-07 | hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3 | Bernhard Beschow |
2023-06-07 | hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize() | Bernhard Beschow |
2023-06-07 | include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq() | Bernhard Beschow |
2023-06-05 | hw/isa/i82378: Remove unused "io" attribute | Bernhard Beschow |
2023-05-22 | hw/char/parallel: Move TYPE_ISA_PARALLEL to the header file | Thomas Huth |
2023-05-19 | hw/i386/pc: Create RTC controllers in south bridges | Bernhard Beschow |
2023-03-10 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell |
2023-03-08 | hw/audio/via-ac97: Basic implementation of audio playback | BALATON Zoltan |
2023-03-08 | hw/isa/vt82c686: Implement PCI IRQ routing | BALATON Zoltan |
2023-03-08 | Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder" | BALATON Zoltan |