summaryrefslogtreecommitdiffstats
path: root/hw/isa
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow2022-06-291-1/+14
* hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow2022-06-111-13/+0Star
* hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow2022-06-111-2/+1Star
* hw/isa/piix3: QOM'ify PCI device creation and wiringBernhard Beschow2022-06-111-22/+45
* hw/isa/piix3: Move pci_map_irq_fn near pci_set_irq_fnBernhard Beschow2022-06-111-11/+11
* hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow2022-06-111-13/+0Star
* 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/+1Star
* 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/southbridge/piix: Aggregate all PIIX southbridge type namesBernhard Beschow2022-06-111-3/+0Star
* 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
* acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip...Igor Mammedov2022-06-101-0/+19
* acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptorsIgor Mammedov2022-06-101-0/+17
* isa-bus: drop no longer used ISADeviceClass::build_amlIgor Mammedov2022-06-101-11/+1Star
* acpi: make isa_build_aml() support AcpiDevAmlIf interfaceIgor Mammedov2022-06-101-0/+5
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+1
* hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow2022-03-082-8/+2Star
* hw/isa: Drop unused attributes from ISADeviceBernhard Beschow2022-03-081-13/+0Star
* hw/isa/isa-bus: Remove isabus_dev_print()Bernhard Beschow2022-03-081-16/+0Star
* 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/+3Star
* 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/+1Star
* malta: Move PCI interrupt handling from gt64xxx_pci to piix4Bernhard Beschow2022-03-081-0/+55
* vt82c686: Add a method to VIA_ISA to raise ISA interruptsBALATON Zoltan2021-10-181-1/+9
* vt82c686: Move common code to via_isa_realizeBALATON Zoltan2021-10-181-38/+29Star
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* q35: catch invalid cpu hotplug configurationGerd Hoffmann2021-09-041-0/+13
* hw/isa/vt82c686: Add missing Kconfig dependency (runtime error)Philippe Mathieu-Daudé2021-07-201-0/+2
* hw/isa/vt82c686: Add missing Kconfig dependencies (build error)Philippe Mathieu-Daudé2021-07-201-0/+3
* hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth2021-07-191-4/+10
* hw/block/fdc: Extract ISA floppy controllers to fdc-isa.cPhilippe Mathieu-Daudé2021-06-251-4/+4
* hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDCPhilippe Mathieu-Daudé2021-06-251-0/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell2021-05-051-80/+342
|\
| * vt82c686: Add emulation of VT8231 south bridgeBALATON Zoltan2021-05-041-0/+84
| * vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on itBALATON Zoltan2021-05-041-31/+39
| * vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIOBALATON Zoltan2021-05-041-0/+102
| * vt82c686: QOM-ify superio related functionalityBALATON Zoltan2021-05-041-64/+132
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-055-6/+0Star
|\ \
| * | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
| * | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
| * | hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
| |/