index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
southbridge
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
hw/isa/piix: Allow for optional PIT creation in PIIX3
Bernhard Beschow
1
-0
/
+1
2023-10-22
hw/isa/piix: Allow for optional PIC creation in PIIX3
Bernhard Beschow
1
-0
/
+1
2023-10-22
hw/isa/piix4: Reuse struct PIIXState from PIIX3
Bernhard Beschow
1
-0
/
+1
2023-10-22
hw/isa/piix3: Drop the "3" from PIIX base class name
Bernhard Beschow
1
-4
/
+2
2023-10-22
hw/isa/piix3: Create power management controller in host device
Bernhard Beschow
1
-0
/
+6
2023-10-22
hw/isa/piix3: Create USB controller in host device
Bernhard Beschow
1
-0
/
+4
2023-10-22
hw/isa/piix3: Create IDE controller in host device
Bernhard Beschow
1
-0
/
+2
2023-10-22
hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"
Bernhard Beschow
1
-1
/
+1
2023-10-22
hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property
Bernhard Beschow
1
-1
/
+1
2023-10-22
hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
Bernhard Beschow
1
-3
/
+2
2023-06-07
hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICE
Bernhard Beschow
1
-1
/
+0
2023-05-19
hw/i386/pc: Create RTC controllers in south bridges
Bernhard Beschow
2
-0
/
+5
2023-02-27
hw: Move ich9.h to southbridge/
Bernhard Beschow
1
-0
/
+245
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
1
-2
/
+1
2022-06-11
hw/isa/piix3: Inline and remove piix3_create()
Bernhard Beschow
1
-2
/
+0
2022-06-11
hw/isa/piix3: Factor out ISABus retrieval from piix3_create()
Bernhard Beschow
1
-1
/
+1
2022-06-11
hw/isa/piix4: Inline and remove piix4_create()
Bernhard Beschow
1
-2
/
+0
2022-06-11
hw/isa/piix4: QOM'ify PIIX4 PM creation
Bernhard Beschow
1
-1
/
+1
2022-06-11
hw/isa/piix4: Factor out ISABus retrieval from piix4_create()
Bernhard Beschow
1
-1
/
+1
2022-06-11
hw/southbridge/piix: Aggregate all PIIX southbridge type names
Bernhard Beschow
1
-0
/
+4
2022-06-11
hw/acpi/piix4: remove unused piix4_pm_initfn() function
Mark Cave-Ayland
1
-4
/
+0
2022-06-11
hw/acpi/piix4: use qdev gpio to wire up smi_irq
Mark Cave-Ayland
1
-1
/
+1
2022-06-11
hw/acpi/piix4: use qdev gpio to wire up sci_irq
Mark Cave-Ayland
1
-2
/
+1
2022-06-11
hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()
Mark Cave-Ayland
1
-3
/
+3
2022-06-11
hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState
Mark Cave-Ayland
1
-3
/
+4
2022-06-11
hw/acpi/piix4: move PIIX4PMState into separate piix4.h header
Mark Cave-Ayland
1
-2
/
+0
2022-06-11
hw/acpi/piix4: change smm_enabled from int to bool
Mark Cave-Ayland
1
-1
/
+1
2022-03-08
hw/isa/piix4: Resolve global instance variable
Bernhard Beschow
1
-2
/
+0
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-08-27
piix: Move QOM macros to header
Eduardo Habkost
1
-0
/
+4
2020-03-17
hw/ide: Do ide_drive_get() within pci_ide_create_devs()
BALATON Zoltan
1
-2
/
+1
2019-11-05
hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c
Philippe Mathieu-Daudé
1
-0
/
+36
2019-11-05
hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers
Philippe Mathieu-Daudé
1
-0
/
+6
2019-11-05
hw/pci-host/piix: Move RCR_IOPORT register definition
Philippe Mathieu-Daudé
1
-0
/
+6
2019-11-05
hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
Philippe Mathieu-Daudé
1
-0
/
+6
2019-11-05
piix4: Add a MC146818 RTC Controller as specified in datasheet
Philippe Mathieu-Daudé
1
-0
/
+20