index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
isa
/
piix4.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/isa/piix4: Inline and remove piix4_create()
Bernhard Beschow
2022-06-11
1
-13
/
+0
*
hw/isa/piix4: QOM'ify PIIX4 PM creation
Bernhard Beschow
2022-06-11
1
-11
/
+13
*
hw/isa/piix4: Factor out ISABus retrieval from piix4_create()
Bernhard Beschow
2022-06-11
1
-5
/
+1
*
hw/isa/piix4: QOM'ify PCI device creation and wiring
Bernhard Beschow
2022-06-11
1
-8
/
+22
*
hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fn
Bernhard Beschow
2022-06-11
1
-25
/
+25
*
hw/isa/piix4: Use object_initialize_child() for embedded struct
Bernhard Beschow
2022-06-11
1
-1
/
+1
*
hw/isa/piix4.c: create PIIX4_PM device directly instead of using piix4_pm_ini...
Mark Cave-Ayland
2022-06-11
1
-4
/
+7
*
hw/acpi/piix4: use qdev gpio to wire up smi_irq
Mark Cave-Ayland
2022-06-11
1
-1
/
+1
*
hw/acpi/piix4: use qdev gpio to wire up sci_irq
Mark Cave-Ayland
2022-06-11
1
-3
/
+3
*
hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()
Mark Cave-Ayland
2022-06-11
1
-3
/
+3
*
hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState
Mark Cave-Ayland
2022-06-11
1
-3
/
+5
*
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2022-03-08
1
-1
/
+1
*
hw/rtc/mc146818rtc: QOM'ify IRQ number
Bernhard Beschow
2022-03-08
1
-1
/
+1
*
hw/isa/piix4: Replace some magic IRQ constants
Bernhard Beschow
2022-03-08
1
-3
/
+3
*
hw/isa/piix4: Resolve global instance variable
Bernhard Beschow
2022-03-08
1
-7
/
+3
*
hw/isa/piix4: Pass PIIX4State as opaque parameter for piix4_set_irq()
Bernhard Beschow
2022-03-08
1
-3
/
+3
*
hw/isa/piix4: Resolve redundant i8259[] attribute
Bernhard Beschow
2022-03-08
1
-6
/
+1
*
malta: Move PCI interrupt handling from gt64xxx_pci to piix4
Bernhard Beschow
2022-03-08
1
-0
/
+55
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-05-05
1
-1
/
+0
|
\
|
*
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
|
hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQ
Philippe Mathieu-Daudé
2021-05-02
1
-2
/
+3
|
/
*
hw/isa/piix4: Migrate Reset Control Register
Philippe Mathieu-Daudé
2021-04-13
1
-1
/
+14
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-3
/
+1
*
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-07-10
1
-2
/
+1
*
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+1
*
hw/ide: Remove unneeded inclusion of hw/ide.h
BALATON Zoltan
2020-03-17
1
-1
/
+0
*
hw/ide: Do ide_drive_get() within pci_ide_create_devs()
BALATON Zoltan
2020-03-17
1
-8
/
+2
*
hw/ide: Get rid of piix4_init function
BALATON Zoltan
2020-03-17
1
-1
/
+3
*
hw/isa/piix4.c: Introduce variable to store devfn
BALATON Zoltan
2020-03-17
1
-5
/
+7
*
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-12-17
1
-1
/
+1
*
hw/pci-host/piix: Move RCR_IOPORT register definition
Philippe Mathieu-Daudé
2019-11-05
1
-1
/
+1
*
hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
Philippe Mathieu-Daudé
2019-11-05
1
-0
/
+30
*
piix4: Add a MC146818 RTC Controller as specified in datasheet
Philippe Mathieu-Daudé
2019-11-05
1
-0
/
+22
*
piix4: Add an i8254 PIT Controller as specified in datasheet
Hervé Poussineau
2019-11-05
1
-0
/
+4
*
piix4: Add an i8257 DMA Controller as specified in datasheet
Hervé Poussineau
2019-11-05
1
-0
/
+4
*
piix4: Rename PIIX4 object to piix4-isa
Hervé Poussineau
2019-11-05
1
-1
/
+0
*
piix4: Add an i8259 Interrupt Controller as specified in datasheet
Hervé Poussineau
2019-11-05
1
-10
/
+31
*
piix4: Add the Reset Control Register
Hervé Poussineau
2019-11-05
1
-3
/
+46
*
hw/isa/piix4: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
2019-10-15
1
-4
/
+3
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
1
-1
/
+1
*
x86: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
isa: Clean up error handling around isa_bus_new()
Markus Armbruster
2016-01-13
1
-2
/
+4
*
piix4: QOMify
Gonglei
2015-06-23
1
-2
/
+6
[next]