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
/
pcihp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-24
acpi: pcihp: allow repeating hot-unplug requests
Igor Mammedov
1
-0
/
+10
2023-03-07
pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callback
Igor Mammedov
1
-24
/
+18
2023-03-07
pcihp: move fields enabling hotplug into AcpiPciHpState
Igor Mammedov
1
-8
/
+8
2023-03-07
pci: move acpi-index uniqueness check to generic PCI device code
Igor Mammedov
1
-56
/
+0
2023-01-28
pci: acpihp: assign BSEL only to coldplugged bridges
Igor Mammedov
1
-13
/
+22
2022-12-21
pci: drop redundant PCIDeviceClass::is_bridge field
Igor Mammedov
1
-2
/
+1
2022-06-23
hw/acpi: Make the PCI hot-plug aware of SR-IOV
Łukasz Gieryk
1
-1
/
+5
2022-04-06
acpi: fix acpi_index migration
Dr. David Alan Gilbert
1
-6
/
+0
2022-03-06
acpi: pcihp: pcie: set power on cap on parent slot
Igor Mammedov
1
-1
/
+11
2022-01-07
acpihp: simplify acpi_pcihp_disable_root_bus
Ani Sinha
1
-7
/
+2
2022-01-06
acpi: validate hotplug selector on access
Michael S. Tsirkin
1
-0
/
+3
2021-11-28
failover: fix unplug pending detection
Laurent Vivier
1
-3
/
+27
2021-09-04
hw/acpi: use existing references to pci device struct within functions
Ani Sinha
1
-3
/
+3
2021-07-16
hw/pci/pcie: Do not set HPC flag if acpihp is used
Julia Suvorova
1
-0
/
+8
2021-07-16
hw/acpi/ich9: Enable ACPI PCI hot-plug
Julia Suvorova
1
-2
/
+10
2021-07-16
hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35
Julia Suvorova
1
-3
/
+3
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-22
pci: acpi: ensure that acpi-index is unique
Igor Mammedov
1
-0
/
+46
2021-03-22
pci: introduce acpi-index property for PCI device
Igor Mammedov
1
-2
/
+56
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-11-03
hw/acpi : add spaces around operator
Xinhao Zhang
1
-1
/
+1
2020-09-29
Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable bus
Ani Sinha
1
-0
/
+15
2020-08-27
Introduce a new flag for i440fx to disable PCI hotplug on the root bus
Ani Sinha
1
-1
/
+22
2020-07-02
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
1
-2
/
+1
2020-06-15
qdev: Convert to qdev_unrealize() with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-4
/
+3
2020-03-29
acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot()
Igor Mammedov
1
-1
/
+1
2020-03-16
qom/object: enable setter for uint types
Felipe Franciosi
1
-3
/
+4
2019-11-05
hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
Philippe Mathieu-Daudé
1
-1
/
+1
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
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-05-20
acpi/pcihp: Add a few more trace points related to unplug
Markus Armbruster
1
-0
/
+7
2019-05-20
acpi/pcihp: Convert debug printf()s to trace events
Markus Armbruster
1
-17
/
+8
2019-03-06
qdev: Let the hotplug_handler_unplug() caller delete the device
David Hildenbrand
1
-1
/
+2
2019-02-17
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
1
-1
/
+1
2018-12-20
pci/pcihp: perform unplug via the hotplug handler
David Hildenbrand
1
-1
/
+10
2018-12-20
pci/pcihp: overwrite hotplug handler recursively from the start
David Hildenbrand
1
-0
/
+15
2018-12-20
pci/pcihp: perform check for bus capability in pre_plug handler
David Hildenbrand
1
-6
/
+15
2018-06-01
hw: Do not include "exec/ioport.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
1
-2
/
+2
2017-09-08
hw/acpi: Move acpi_set_pci_info to pcihp
Anthony PERARD
1
-0
/
+38
2017-09-08
hw/acpi: Limit hotplug to root bus on legacy mode
Anthony PERARD
1
-1
/
+1
2017-06-20
pcihp: use get_uint() for "bsel" property
Marc-André Lureau
1
-3
/
+3
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-1
/
+0
2017-03-01
pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twice
Igor Mammedov
1
-11
/
+0
2016-06-07
pc: use AcpiDeviceIfClass.send_event to issue GPE events
Igor Mammedov
1
-6
/
+4
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
x86: Clean up includes
Peter Maydell
1
-0
/
+1
[next]