index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
isa
/
piix4.c
Age
Commit message (
Expand
)
Author
2022-10-31
hw/isa/piix4: Move pci_ide_create_devs() call to board code
Bernhard Beschow
2022-10-31
hw/isa/piix4: Add missing initialization
Bernhard Beschow
2022-10-31
hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers
Bernhard Beschow
2022-10-31
hw/isa/piix4: Rename wrongly named method
Bernhard Beschow
2022-06-11
hw/isa/piix4: Inline and remove piix4_create()
Bernhard Beschow
2022-06-11
hw/isa/piix4: QOM'ify PIIX4 PM creation
Bernhard Beschow
2022-06-11
hw/isa/piix4: Factor out ISABus retrieval from piix4_create()
Bernhard Beschow
2022-06-11
hw/isa/piix4: QOM'ify PCI device creation and wiring
Bernhard Beschow
2022-06-11
hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fn
Bernhard Beschow
2022-06-11
hw/isa/piix4: Use object_initialize_child() for embedded struct
Bernhard Beschow
2022-06-11
hw/isa/piix4.c: create PIIX4_PM device directly instead of using piix4_pm_ini...
Mark Cave-Ayland
2022-06-11
hw/acpi/piix4: use qdev gpio to wire up smi_irq
Mark Cave-Ayland
2022-06-11
hw/acpi/piix4: use qdev gpio to wire up sci_irq
Mark Cave-Ayland
2022-06-11
hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()
Mark Cave-Ayland
2022-06-11
hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState
Mark Cave-Ayland
2022-03-08
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2022-03-08
hw/rtc/mc146818rtc: QOM'ify IRQ number
Bernhard Beschow
2022-03-08
hw/isa/piix4: Replace some magic IRQ constants
Bernhard Beschow
2022-03-08
hw/isa/piix4: Resolve global instance variable
Bernhard Beschow
2022-03-08
hw/isa/piix4: Pass PIIX4State as opaque parameter for piix4_set_irq()
Bernhard Beschow
2022-03-08
hw/isa/piix4: Resolve redundant i8259[] attribute
Bernhard Beschow
2022-03-08
malta: Move PCI interrupt handling from gt64xxx_pci to piix4
Bernhard Beschow
2021-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2021-05-02
hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQ
Philippe Mathieu-Daudé
2021-04-13
hw/isa/piix4: Migrate Reset Control Register
Philippe Mathieu-Daudé
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2020-03-17
hw/ide: Remove unneeded inclusion of hw/ide.h
BALATON Zoltan
2020-03-17
hw/ide: Do ide_drive_get() within pci_ide_create_devs()
BALATON Zoltan
2020-03-17
hw/ide: Get rid of piix4_init function
BALATON Zoltan
2020-03-17
hw/isa/piix4.c: Introduce variable to store devfn
BALATON Zoltan
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-11-05
hw/pci-host/piix: Move RCR_IOPORT register definition
Philippe Mathieu-Daudé
2019-11-05
hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
Philippe Mathieu-Daudé
2019-11-05
piix4: Add a MC146818 RTC Controller as specified in datasheet
Philippe Mathieu-Daudé
2019-11-05
piix4: Add an i8254 PIT Controller as specified in datasheet
Hervé Poussineau
2019-11-05
piix4: Add an i8257 DMA Controller as specified in datasheet
Hervé Poussineau
2019-11-05
piix4: Rename PIIX4 object to piix4-isa
Hervé Poussineau
2019-11-05
piix4: Add an i8259 Interrupt Controller as specified in datasheet
Hervé Poussineau
2019-11-05
piix4: Add the Reset Control Register
Hervé Poussineau
2019-10-15
hw/isa/piix4: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
[next]