Philippe Mathieu-Daudé
|
0fd61a2d1c
hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
|
6 years ago |
Markus Armbruster
|
d5938f29fe
Clean up inclusion of sysemu/sysemu.h
|
6 years ago |
Markus Armbruster
|
650d103d3e
Include hw/hw.h exactly where needed
|
6 years ago |
Markus Armbruster
|
d645427057
Include migration/vmstate.h less
|
6 years ago |
Markus Armbruster
|
03459ea3b3
acpi/pcihp: Add a few more trace points related to unplug
|
6 years ago |
Markus Armbruster
|
df93b19476
acpi/pcihp: Convert debug printf()s to trace events
|
6 years ago |
David Hildenbrand
|
07578b0ad6
qdev: Let the hotplug_handler_unplug() caller delete the device
|
6 years ago |
Michael Roth
|
94d1cc5f03
qdev: pass an Object * to qbus_set_hotplug_handler()
|
6 years ago |
David Hildenbrand
|
c97adf3ccf
pci/pcihp: perform unplug via the hotplug handler
|
6 years ago |
David Hildenbrand
|
3e52092657
pci/pcihp: overwrite hotplug handler recursively from the start
|
6 years ago |
David Hildenbrand
|
ec266f4088
pci/pcihp: perform check for bus capability in pre_plug handler
|
6 years ago |
Philippe Mathieu-Daudé
|
9c5900bce5
hw: Do not include "exec/ioport.h" if it is not necessary
|
7 years ago |
David Gibson
|
fd56e0612b
pci: Eliminate redundant PCIDevice::bus pointer
|
7 years ago |
Anthony PERARD
|
ab938ae43f
hw/acpi: Move acpi_set_pci_info to pcihp
|
8 years ago |
Anthony PERARD
|
f5855994fe
hw/acpi: Limit hotplug to root bus on legacy mode
|
8 years ago |
Marc-André Lureau
|
c03d83d55a
pcihp: use get_uint() for "bsel" property
|
8 years ago |
Marc-André Lureau
|
01b2ffcedd
qapi: merge QInt and QFloat in QNum
|
8 years ago |
Igor Mammedov
|
f0c9d64a68
pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twice
|
9 years ago |
Igor Mammedov
|
0058c08238
pc: use AcpiDeviceIfClass.send_event to issue GPE events
|
9 years ago |
Markus Armbruster
|
da34e65cb4
include/qemu/osdep.h: Don't include qapi/error.h
|
9 years ago |
Peter Maydell
|
b6a0aa0537
x86: Clean up includes
|
9 years ago |
Zhu Guihua
|
ca9b46bcec
acpi: add acpi_send_gpe_event() to rise sci for hotplug
|
10 years ago |
Paolo Bonzini
|
f2fbb40ea3
range: remove useless inclusions
|
10 years ago |
Stefan Hajnoczi
|
786a4ea82e
Convert (ffs(val) - 1) to ctz32(val)
|
10 years ago |
Igor Mammedov
|
78c2d8722b
pc: pcihp: expose MMIO base and len as properties
|
10 years ago |
Gonglei
|
fa365d7cd1
pcihp: fix possible array out of bounds
|
11 years ago |
Juan Quintela
|
d49805aeea
savevm: Remove all the unneeded version_minimum_id_old (x86)
|
11 years ago |
Kirill Batuzov
|
7c38ecd097
acpi/pcihp.c: Rewrite acpi_pcihp_get_bsel using object_property_get_int
|
11 years ago |
Igor Mammedov
|
c24d5e0b91
acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler API
|
11 years ago |
Igor Mammedov
|
2897ae0267
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
|
11 years ago |