summary refs log tree commit diff stats
path: root/hw/isa/piix4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* piix4: Add the Reset Control RegisterHervé Poussineau2019-11-051-3/+46
* hw/isa/piix4: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-4/+3
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* isa: Clean up error handling around isa_bus_new()Markus Armbruster2016-01-131-2/+4
* piix4: QOMifyGonglei2015-06-231-2/+6