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
Age
Commit message (
Expand
)
Author
2023-02-27
hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState
Philippe Mathieu-Daudé
2023-02-27
hw/isa: Factor isa_bus_get_irq() out of isa_get_irq()
Philippe Mathieu-Daudé
2023-02-27
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
Philippe Mathieu-Daudé
2023-02-27
hw/isa: Use isa_address_space_io() to reduce access on global 'isabus'
Philippe Mathieu-Daudé
2023-02-27
hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()
Philippe Mathieu-Daudé
2023-02-27
hw/isa: Un-inline isa_bus_from_device()
Philippe Mathieu-Daudé
2023-02-27
hw/isa: Remove empty ISADeviceClass structure
Philippe Mathieu-Daudé
2023-02-27
hw/isa/vt82c686: Remove intermediate IRQ forwarder
Philippe Mathieu-Daudé
2023-02-27
hw/isa/i82378: Remove intermediate IRQ forwarder
Philippe Mathieu-Daudé
2023-02-27
hw/isa/i82378: Rename output IRQ as 'cpu_intr'
Philippe Mathieu-Daudé
2023-02-27
hw: Move ich9.h to southbridge/
Bernhard Beschow
2023-02-27
hw/i386/ich9: Clean up includes
Bernhard Beschow
2023-02-27
hw/i386/ich9: Remove redundant GSI_NUM_PINS
Bernhard Beschow
2023-02-27
hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation
Bernhard Beschow
2023-02-27
hw/isa/lpc_ich9: Connect PM stuff to LPC internally
Bernhard Beschow
2023-02-27
hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_bus
Bernhard Beschow
2023-02-27
hw/isa/lpc_ich9: Unexport PIRQ functions
Bernhard Beschow
2023-01-27
hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()
Bernhard Beschow
2023-01-13
hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
Bernhard Beschow
2023-01-13
hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specific
Bernhard Beschow
2023-01-13
hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific
Bernhard Beschow
2023-01-13
hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
Bernhard Beschow
2023-01-13
hw/isa/piix4: Correct IRQRC[A:D] reset values
Philippe Mathieu-Daudé
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2023-01-08
hw/isa/Kconfig: Add missing dependency to VT82C686
Bernhard Beschow
2023-01-08
hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9
Bernhard Beschow
2023-01-08
hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9
Bernhard Beschow
2022-12-21
hw/isa: enable TCO watchdog reboot pin strap by default
Daniel P. Berrangé
2022-12-21
hw/isa: add trace events for ICH9 LPC chip config access
Daniel P. Berrangé
2022-11-22
acpi: x86: move RPQx field back to _SB scope
Igor Mammedov
2022-11-07
acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...
Igor Mammedov
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/isa/Kconfig: Fix dependencies of piix4 southbridge
Bernhard Beschow
2022-10-31
hw/isa/piix3: Remove unused include
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-10-31
hw/isa/piix3: Prefer pci_address_space() over get_system_memory()
Bernhard Beschow
2022-10-31
hw/isa/piix3: Modernize reset handling
Bernhard Beschow
2022-10-31
hw/isa/piix3: Add size constraints to rcr_ops
Bernhard Beschow
2022-10-31
hw/isa/piix3: Remove extra ';' outside of functions
Bernhard Beschow
2022-10-31
hw/i386/pc: Create DMA controllers in south bridges
Bernhard Beschow
2022-10-31
hw/isa/vt82c686: Create rtc-time alias in boards instead
Bernhard Beschow
2022-10-31
hw/isa/vt82c686: Embed RTCState in host device
Bernhard Beschow
2022-10-31
hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device
Bernhard Beschow
2022-10-31
hw/isa/vt82c686: Instantiate PM function in host device
Bernhard Beschow
2022-10-31
hw/isa/vt82c686: Instantiate USB functions in host device
Bernhard Beschow
2022-10-31
hw/isa/vt82c686: Instantiate IDE function in host device
Bernhard Beschow
2022-10-31
hw/isa/vt82c686: Reuse errp
Bernhard Beschow
2022-10-31
hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()
Bernhard Beschow
[next]