index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
acpi
/
piix4.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/acpi/piix4: remove unused piix4_pm_initfn() function
Mark Cave-Ayland
2022-06-11
1
-19
/
+0
*
hw/acpi/piix4: use qdev gpio to wire up smi_irq
Mark Cave-Ayland
2022-06-11
1
-2
/
+2
*
hw/acpi/piix4: use qdev gpio to wire up sci_irq
Mark Cave-Ayland
2022-06-11
1
-3
/
+9
*
hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()
Mark Cave-Ayland
2022-06-11
1
-3
/
+3
*
hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState
Mark Cave-Ayland
2022-06-11
1
-7
/
+4
*
hw/acpi/piix4: move PIIX4PMState into separate piix4.h header
Mark Cave-Ayland
2022-06-11
1
-41
/
+2
*
hw/acpi/piix4: convert smm_enabled bool to qdev property
Mark Cave-Ayland
2022-06-11
1
-1
/
+2
*
hw/acpi/piix4: change smm_enabled from int to bool
Mark Cave-Ayland
2022-06-11
1
-2
/
+2
*
hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_real...
Mark Cave-Ayland
2022-06-11
1
-3
/
+4
*
acpi: fix acpi_index migration
Dr. David Alan Gilbert
2022-04-06
1
-1
/
+14
*
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2022-01-28
1
-2
/
+0
*
hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place
Ani Sinha
2021-09-04
1
-2
/
+2
*
hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35
Julia Suvorova
2021-07-16
1
-1
/
+3
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
acpi/piix4: reinitialize acpi PM device on reset
Isaku Yamahata
2021-04-01
1
-0
/
+7
*
pci: introduce acpi-index property for PCI device
Igor Mammedov
2021-03-22
1
-1
/
+2
*
acpi/core: always set SCI_EN when SMM isn't supported
Isaku Yamahata
2021-02-23
1
-1
/
+2
*
ich9, piix4: add property, smm-compat, to keep compatibility of SMM
Isaku Yamahata
2021-02-23
1
-0
/
+2
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()
Greg Kurz
2020-10-13
1
-2
/
+2
*
piix4: don't reserve hw resources when hotplug is off globally
Ani Sinha
2020-09-29
1
-2
/
+4
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
Introduce a new flag for i440fx to disable PCI hotplug on the root bus
Ani Sinha
2020-08-27
1
-1
/
+4
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-1
/
+1
*
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
2020-07-02
1
-1
/
+1
*
Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridge
Ani Sinha
2020-06-25
1
-10
/
+11
*
pci: Convert uses of pci_create() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+4
*
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
2020-06-10
1
-1
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-8
/
+7
*
qom/object: enable setter for uint types
Felipe Franciosi
2020-03-16
1
-6
/
+6
*
hw/acpi: Include "hw/mem/nvdimm.h"
Philippe Mathieu-Daudé
2020-03-09
1
-0
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers
Philippe Mathieu-Daudé
2019-11-05
1
-40
/
+0
*
piix4: Add a MC146818 RTC Controller as specified in datasheet
Philippe Mathieu-Daudé
2019-11-05
1
-1
/
+1
*
hw/acpi/piix4: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
2019-10-15
1
-4
/
+3
*
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-21
1
-1
/
+1
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+2
*
acpi/piix4: Convert debug printf()s to trace events
Markus Armbruster
2019-05-21
1
-11
/
+3
*
hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularity
Philippe Mathieu-Daudé
2019-05-17
1
-11
/
+0
*
hw/acpi/piix4: Move TYPE_PIIX4_PM to a public header
Philippe Mathieu-Daudé
2019-05-17
1
-2
/
+0
*
i386, acpi: check acpi_memory_hotplug capacity in pre_plug
Wei Yang
2019-03-13
1
-3
/
+10
*
hw/i386: Remove unused include
Philippe Mathieu-Daudé
2019-03-11
1
-1
/
+0
[next]