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
/
acpi
Age
Commit message (
Expand
)
Author
2023-02-27
hw: Move ich9.h to southbridge/
Bernhard Beschow
2023-02-27
hw/isa/lpc_ich9: Connect PM stuff to LPC internally
Bernhard Beschow
2023-02-23
hw/acpi: Move QMP command to hw/core/
Markus Armbruster
2023-02-23
hw/acpi: Dumb down acpi_table_add() stub
Markus Armbruster
2023-02-08
Drop duplicate #include
Markus Armbruster
2023-02-04
acpi: Move the QMP command from monitor/ to hw/acpi/
Markus Armbruster
2023-01-28
pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml
Igor Mammedov
2023-01-28
pci: acpihp: assign BSEL only to coldplugged bridges
Igor Mammedov
2023-01-28
pcihp: piix4: do not call acpi_pcihp_reset() when ACPI PCI hotplug is disabled
Igor Mammedov
2023-01-27
hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m...
Bernhard Beschow
2023-01-27
hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
Bernhard Beschow
2023-01-27
hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()
Bernhard Beschow
2023-01-08
acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
Laszlo Ersek
2023-01-08
hw/acpi/aml-build: Only generate cluster node in PPTT when specified
Yicong Yang
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2023-01-08
hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4
Bernhard Beschow
2023-01-08
hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machines
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/acpi: Rename tco.c -> ich9_tco.c
Philippe Mathieu-Daudé
2022-12-21
pci: drop redundant PCIDeviceClass::is_bridge field
Igor Mammedov
2022-12-21
ich9: honour 'enable_tco' property
Daniel P. Berrangé
2022-12-21
hw/acpi: add trace events for TCO watchdog register access
Daniel P. Berrangé
2022-12-14
qapi qdev qom: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-13
qapi acpi: Elide redundant has_FOO in generated C
Markus Armbruster
2022-11-07
hw/acpi/erst.c: Fix memory handling issues
Christian A. Ehrhardt
2022-11-07
acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors
Igor Mammedov
2022-11-07
acpi: fadt: support revision 6.0 of the ACPI specification
Miguel Luis
2022-11-02
acpi/nvdimm: Implement ACPI NVDIMM Label Methods
Robert Hoo
2022-11-02
acpi/nvdimm: define macro for NVDIMM Device _DSM
Robert Hoo
2022-11-02
acpi/ssdt: Fix aml_or() and aml_and() in if clause
Robert Hoo
2022-09-22
hw/acpi: Add ospm_status hook implementation for acpi-ged
Keqian Zhu
2022-07-26
acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()
Robert Hoo
2022-06-28
trivial typos: namesapce
Dr. David Alan Gilbert
2022-06-23
hw/acpi: Make the PCI hot-plug aware of SR-IOV
Łukasz Gieryk
2022-06-16
acpi/erst: fix fallthrough code upon validation failure
Ani Sinha
2022-06-11
hw/acpi/piix4: remove unused piix4_pm_initfn() function
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-06-11
hw/acpi/piix4: move PIIX4PMState into separate piix4.h header
Mark Cave-Ayland
2022-06-11
hw/acpi/piix4: convert smm_enabled bool to qdev property
Mark Cave-Ayland
2022-06-11
hw/acpi/piix4: change smm_enabled from int to bool
Mark Cave-Ayland
2022-06-11
hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_real...
Mark Cave-Ayland
2022-06-10
Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...
Richard Henderson
2022-06-09
hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_bus
Mark Cave-Ayland
2022-06-09
hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table
Mark Cave-Ayland
2022-06-09
hw/acpi/viot: move the individual PCI host bridge entry generation to a new f...
Mark Cave-Ayland
2022-06-09
hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges()
Mark Cave-Ayland
[next]