| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -6/+2 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -4/+4 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+3 |
* | ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constant | Eduardo Habkost | 2020-08-27 | 1 | -1/+1 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+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 qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | PPC: e500: convert SysBus init method to a realize method | Cédric Le Goater | 2018-11-08 | 1 | -8/+6 |
* | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin | 2018-01-11 | 1 | -5/+0 |
|\ |
|
| * | e500: fix pci host bridge class/type | Michael Davidsaver | 2017-12-14 | 1 | -5/+0 |
* | | pci: Rename root bus initialization functions for clarity | David Gibson | 2017-12-05 | 1 | -3/+3 |
|/ |
|
* | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 2017-10-15 | 1 | -0/+4 |
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2017-05-17 | 1 | -1/+1 |
* | pci: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | PPC: e500 pci host: Fix ATMUs register reads | Rudolf Marek | 2015-09-20 | 1 | -2/+2 |
* | pci: Trivial device model conversions to realize | Markus Armbruster | 2015-02-26 | 1 | -4/+2 |
* | PPC: e500 pci host: Add support for ATMUs | Alexander Graf | 2015-01-07 | 1 | -6/+107 |
* | hw/pci-host/ppce500: Fix typo in vmstate definition | Peter Maydell | 2014-06-16 | 1 | -1/+1 |
* | PPC: e500: implement PCI INTx routing | Bharat Bhushan | 2014-06-16 | 1 | -2/+23 |
* | PPC: e500: some pci related cleanup | Bharat Bhushan | 2014-06-16 | 1 | -7/+7 |
* | savevm: Remove all the unneeded version_minimum_id_old (ppc) | Juan Quintela | 2014-06-16 | 1 | -6/+3 |
* | pci-host: Consistently set cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -0/+5 |
* | devices: Associate devices to their logical category | Marcel Apfelbaum | 2013-07-29 | 1 | -0/+1 |
* | hw/p*: pass owner to memory_region_init* functions | Paolo Bonzini | 2013-07-04 | 1 | -6/+6 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -6/+6 |
* | hw: move PCI bridges to hw/pci-* or hw/ARCH | Paolo Bonzini | 2013-04-08 | 1 | -0/+427 |