summary refs log tree commit diff stats
path: root/hw/isa/piix4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcStatePhilippe Mathieu-Daudé2023-02-271-1/+1
* hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow2023-01-131-1/+1
* hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow2023-01-131-26/+0
* hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow2023-01-131-1/+2
* hw/isa/piix4: Correct IRQRC[A:D] reset valuesPhilippe Mathieu-Daudé2023-01-131-4/+4
* hw/isa/piix4: Move pci_ide_create_devs() call to board codeBernhard Beschow2022-10-311-1/+0
* hw/isa/piix4: Add missing initializationBernhard Beschow2022-10-311-0/+2
* hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow2022-10-311-1/+2
* hw/isa/piix4: Rename wrongly named methodBernhard Beschow2022-10-311-2/+2
* hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow2022-06-111-13/+0
* hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow2022-06-111-11/+13
* hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow2022-06-111-5/+1
* hw/isa/piix4: QOM'ify PCI device creation and wiringBernhard Beschow2022-06-111-8/+22
* hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fnBernhard Beschow2022-06-111-25/+25
* hw/isa/piix4: Use object_initialize_child() for embedded structBernhard Beschow2022-06-111-1/+1
* hw/isa/piix4.c: create PIIX4_PM device directly instead of using piix4_pm_ini...Mark Cave-Ayland2022-06-111-4/+7
* hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland2022-06-111-1/+1
* hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland2022-06-111-3/+3
* hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland2022-06-111-3/+3
* hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland2022-06-111-3/+5
* hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow2022-03-081-1/+1
* hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow2022-03-081-1/+1
* hw/isa/piix4: Replace some magic IRQ constantsBernhard Beschow2022-03-081-3/+3
* hw/isa/piix4: Resolve global instance variableBernhard Beschow2022-03-081-7/+3
* hw/isa/piix4: Pass PIIX4State as opaque parameter for piix4_set_irq()Bernhard Beschow2022-03-081-3/+3
* hw/isa/piix4: Resolve redundant i8259[] attributeBernhard Beschow2022-03-081-6/+1
* malta: Move PCI interrupt handling from gt64xxx_pci to piix4Bernhard Beschow2022-03-081-0/+55
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-051-1/+0
|\
| * hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0
* | hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQPhilippe Mathieu-Daudé2021-05-021-2/+3
|/
* hw/isa/piix4: Migrate Reset Control RegisterPhilippe Mathieu-Daudé2021-04-131-1/+14
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-151-2/+1
* hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan2020-03-171-1/+0
* hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan2020-03-171-8/+2
* hw/ide: Get rid of piix4_init functionBALATON Zoltan2020-03-171-1/+3
* hw/isa/piix4.c: Introduce variable to store devfnBALATON Zoltan2020-03-171-5/+7
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-1/+1
* hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé2019-11-051-1/+1
* hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé2019-11-051-0/+30
* piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-051-0/+22
* piix4: Add an i8254 PIT Controller as specified in datasheetHervé Poussineau2019-11-051-0/+4
* piix4: Add an i8257 DMA Controller as specified in datasheetHervé Poussineau2019-11-051-0/+4
* piix4: Rename PIIX4 object to piix4-isaHervé Poussineau2019-11-051-1/+0
* piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau2019-11-051-10/+31