index
:
delta/qemu.git
194-qemu-fails-to-start-with-error-there-is-no-option-group-spice
baserock/danielsilverstone/qemu-gitmodules
baserock/franred/v2.2.0
baserock/morph
baserock/v2.2.0
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.0-staging
stable-6.1
stable-7.2
stable-7.2-staging
stable-8.0
stable-8.0-staging
staging
staging-7.2
staging-8.0
git.qemu.org: git/qemu.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/audio/via-ac97: Basic implementation of audio playback
BALATON Zoltan
2023-03-08
1
-0
/
+25
*
hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select
David Woodhouse
2023-03-08
1
-0
/
+1
*
hw/isa: Factor isa_bus_get_irq() out of isa_get_irq()
Philippe Mathieu-Daudé
2023-02-27
1
-0
/
+8
*
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()
Philippe Mathieu-Daudé
2023-02-27
1
-2
/
+2
*
hw/isa: Un-inline isa_bus_from_device()
Philippe Mathieu-Daudé
2023-02-27
1
-5
/
+1
*
hw/isa: Reorder to separate ISABus* vs ISADevice* functions
Philippe Mathieu-Daudé
2023-02-27
1
-4
/
+5
*
hw/isa: Remove empty ISADeviceClass structure
Philippe Mathieu-Daudé
2023-02-27
3
-7
/
+3
*
hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()
Bernhard Beschow
2023-01-27
1
-1
/
+0
*
include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
Markus Armbruster
2023-01-08
1
-1
/
+0
*
hw/isa/vt82c686: Instantiate PM function in host device
Bernhard Beschow
2022-10-31
1
-2
/
+0
*
hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define
Bernhard Beschow
2022-10-31
1
-0
/
+1
*
hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
Bernhard Beschow
2022-10-31
1
-0
/
+1
*
hw/southbridge/piix: Aggregate all PIIX southbridge type names
Bernhard Beschow
2022-06-11
1
-2
/
+0
*
acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
Igor Mammedov
2022-06-09
1
-14
/
+0
*
isa-bus: drop no longer used ISADeviceClass::build_aml
Igor Mammedov
2022-06-09
1
-1
/
+0
*
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2022-03-08
1
-1
/
+0
*
hw/isa: Drop unused attributes from ISADevice
Bernhard Beschow
2022-03-08
1
-2
/
+0
*
intc: Unexport InterruptStatsProviderClass-related functions
Bernhard Beschow
2022-01-27
1
-3
/
+0
*
vt82c686: Add a method to VIA_ISA to raise ISA interrupts
BALATON Zoltan
2021-10-18
1
-0
/
+4
*
hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine
Thomas Huth
2021-07-19
1
-5
/
+8
*
vt82c686: Add emulation of VT8231 south bridge
BALATON Zoltan
2021-05-04
1
-0
/
+1
*
vt82c686: QOM-ify superio related functionality
BALATON Zoltan
2021-05-04
1
-1
/
+0
*
vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it
BALATON Zoltan
2021-02-21
1
-0
/
+1
*
vt82c686: Remove legacy vt82c686b_pm_init() function
BALATON Zoltan
2021-01-04
1
-4
/
+1
*
vt82c686: Remove legacy vt82c686b_isa_init() function
BALATON Zoltan
2021-01-04
1
-2
/
+1
*
vt82c686: Remove vt82c686b_[am]c97_init() functions
BALATON Zoltan
2021-01-04
1
-2
/
+2
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
2
-5
/
+2
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
2
-7
/
+2
*
pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
4
-24
/
+12
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
4
-13
/
+22
*
isa: isa_create(), isa_try_create() are now unused, drop
Markus Armbruster
2020-06-15
1
-2
/
+0
*
isa: New isa_new(), isa_realize_and_unref() etc.
Markus Armbruster
2020-06-15
1
-0
/
+3
*
acpi: add ISADeviceClass->build_aml()
Gerd Hoffmann
2020-05-04
1
-0
/
+2
*
hw/isa/superio: Correct the license text
Philippe Mathieu-Daudé
2020-04-01
1
-1
/
+1
*
fdc/i8257: implement verify transfer mode
Sven Schnelle
2020-03-27
1
-1
/
+0
*
hw/isa/isa-bus: cleanup irq functions
Paolo Bonzini
2019-12-17
1
-4
/
+4
*
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-12-17
1
-1
/
+1
*
piix4: Rename PIIX4 object to piix4-isa
Hervé Poussineau
2019-11-05
1
-0
/
+2
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
2
-2
/
+0
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-1
/
+0
*
include: Make headers more self-contained
Markus Armbruster
2019-08-16
1
-0
/
+2
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
2
-2
/
+0
*
qom: make interface types abstract
Marc-André Lureau
2018-12-11
1
-4
/
+0
*
superio: Don't use MAX_SERIAL_PORTS for serial port limit
Peter Maydell
2018-04-26
1
-1
/
+3
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-03-20
1
-0
/
+3
|
\
|
*
acpi: move ACPI_PORT_SMI_CMD define to header it belongs to
Igor Mammedov
2018-03-13
1
-0
/
+3
*
|
hw/isa/superio: Add the SMC FDC37C669 Super I/O
Philippe Mathieu-Daudé
2018-03-12
1
-0
/
+1
[next]