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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
hw
/
acpi
/
piix4.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-07
pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callback
Igor Mammedov
1
-0
/
+8
2023-03-07
pcihp: move fields enabling hotplug into AcpiPciHpState
Igor Mammedov
1
-10
/
+13
2023-03-07
pcihp: piix4: do not redirect hotplug controller to piix4 when ACPI hotplug i...
Igor Mammedov
1
-1
/
+1
2023-02-08
Drop duplicate #include
Markus Armbruster
1
-1
/
+0
2023-01-28
pcihp: piix4: do not call acpi_pcihp_reset() when ACPI PCI hotplug is disabled
Igor Mammedov
1
-1
/
+3
2023-01-27
hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
Bernhard Beschow
1
-1
/
+0
2022-06-11
hw/acpi/piix4: remove unused piix4_pm_initfn() function
Mark Cave-Ayland
1
-19
/
+0
2022-06-11
hw/acpi/piix4: use qdev gpio to wire up smi_irq
Mark Cave-Ayland
1
-2
/
+2
2022-06-11
hw/acpi/piix4: use qdev gpio to wire up sci_irq
Mark Cave-Ayland
1
-3
/
+9
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
-7
/
+4
2022-06-11
hw/acpi/piix4: move PIIX4PMState into separate piix4.h header
Mark Cave-Ayland
1
-41
/
+2
2022-06-11
hw/acpi/piix4: convert smm_enabled bool to qdev property
Mark Cave-Ayland
1
-1
/
+2
2022-06-11
hw/acpi/piix4: change smm_enabled from int to bool
Mark Cave-Ayland
1
-2
/
+2
2022-06-11
hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_real...
Mark Cave-Ayland
1
-3
/
+4
2022-04-06
acpi: fix acpi_index migration
Dr. David Alan Gilbert
1
-1
/
+14
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
1
-2
/
+0
2021-09-04
hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place
Ani Sinha
1
-2
/
+2
2021-07-16
hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35
Julia Suvorova
1
-1
/
+3
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-04-01
acpi/piix4: reinitialize acpi PM device on reset
Isaku Yamahata
1
-0
/
+7
2021-03-22
pci: introduce acpi-index property for PCI device
Igor Mammedov
1
-1
/
+2
2021-02-23
acpi/core: always set SCI_EN when SMM isn't supported
Isaku Yamahata
1
-1
/
+2
2021-02-23
ich9, piix4: add property, smm-compat, to keep compatibility of SMM
Isaku Yamahata
1
-0
/
+2
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-10-13
hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()
Greg Kurz
1
-2
/
+2
2020-09-29
piix4: don't reserve hw resources when hotplug is off globally
Ani Sinha
1
-2
/
+4
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
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
Introduce a new flag for i440fx to disable PCI hotplug on the root bus
Ani Sinha
1
-1
/
+4
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-1
/
+1
2020-07-02
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
1
-1
/
+1
2020-06-24
Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge
Ani Sinha
1
-10
/
+11
2020-06-15
pci: Convert uses of pci_create() etc. with Coccinelle
Markus Armbruster
1
-2
/
+4
2020-06-10
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-8
/
+7
2020-03-16
qom/object: enable setter for uint types
Felipe Franciosi
1
-6
/
+6
2020-03-09
hw/acpi: Include "hw/mem/nvdimm.h"
Philippe Mathieu-Daudé
1
-0
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-11-05
hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers
Philippe Mathieu-Daudé
1
-40
/
+0
2019-11-05
piix4: Add a MC146818 RTC Controller as specified in datasheet
Philippe Mathieu-Daudé
1
-1
/
+1
2019-10-15
hw/acpi/piix4: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
1
-4
/
+3
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
1
-1
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-0
/
+1
[next]