| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -4/+8 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -4/+7 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | qdev: Convert uses of qdev_create() manually | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -2/+2 |
* | numa: move numa global variable nb_numa_nodes into MachineState | Tao Xu | 2019-09-03 | 1 | -1/+8 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | pci: Simplify pci_bus_is_root() | David Gibson | 2019-05-21 | 1 | -6/+0 |
* | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin | 2018-01-11 | 1 | -1/+0 |
|\ |
|
| * | misc: remove old i386 dependency | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | | pci: Eliminate redundant PCIDevice::bus pointer | David Gibson | 2017-12-05 | 1 | -8/+9 |
* | | pci: Rename root bus initialization functions for clarity | David Gibson | 2017-12-05 | 1 | -2/+2 |
|/ |
|
* | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 2017-10-15 | 1 | -0/+8 |
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2017-05-17 | 1 | -1/+1 |
* | clean-up: removed duplicate #includes | Anand J | 2016-10-28 | 1 | -1/+0 |
* | hw/pci-bridge: Convert pxb initialization functions to Error | Wei Jiangang | 2016-07-28 | 1 | -27/+25 |
* | hw/pxb: declare pxb devices as not hot-pluggable | Marcel Apfelbaum | 2016-07-28 | 1 | -0/+2 |
* | q35: allow dynamic sysbus | Marcel Apfelbaum | 2016-07-04 | 1 | -0/+2 |
* | hw/pci-bridge: Add missing unref in case register-bus fails | Wei Jiangang | 2016-04-07 | 1 | -1/+7 |
* | pxb: cleanup | Cao jin | 2016-03-11 | 1 | -1/+1 |
* | hw/pxb: add pxb devices to the bridge category | Marcel Apfelbaum | 2016-02-06 | 1 | -0/+2 |
* | pci: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | hw/pxb: introduce pxb-pcie expander for PCIe machines | Marcel Apfelbaum | 2015-12-22 | 1 | -15/+83 |
* | hw/pci-bridge: format special OFW unit address for PXB host | Laszlo Ersek | 2015-06-23 | 1 | -0/+53 |
* | hw/pci-bridge: disable SHPC in PXB | Laszlo Ersek | 2015-06-23 | 1 | -0/+1 |
* | hw/pci-bridge: add macro for "chassis_nr" property | Laszlo Ersek | 2015-06-23 | 1 | -1/+2 |
* | hw/pxb: add numa_node parameter | Marcel Apfelbaum | 2015-06-03 | 1 | -0/+17 |
* | hw/pxb: add map_irq func | Marcel Apfelbaum | 2015-06-03 | 1 | -1/+19 |
* | hw/pci: introduce PCI Expander Bridge (PXB) | Marcel Apfelbaum | 2015-06-03 | 1 | -0/+196 |