30 Commits (e9d635ea1809a6e114c33413c359abbb88a35737)

Author SHA1 Message Date
Philippe Mathieu-Daudé 8d40def66d hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h' 6 years ago
Eduardo Habkost 8063396bf3 Use OBJECT_DECLARE_SIMPLE_TYPE when possible 6 years ago
Eduardo Habkost 8110fa1d94 Use DECLARE_*CHECKER* macros 6 years ago
Eduardo Habkost db1015e92e Move QOM typedefs and add missing includes 6 years ago
Eduardo Habkost 8c2eedcea3 ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constant 6 years ago
Marc-André Lureau 4f67d30b5e qdev: set properties with device_class_set_props() 7 years ago
Markus Armbruster a27bd6c779 Include hw/qdev-properties.h less 7 years ago
Markus Armbruster 650d103d3e Include hw/hw.h exactly where needed 7 years ago
Markus Armbruster d645427057 Include migration/vmstate.h less 7 years ago
Markus Armbruster 64552b6be4 Include hw/irq.h a lot less 7 years ago
Markus Armbruster 0b8fa32f55 Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
Cédric Le Goater 73785b329e PPC: e500: convert SysBus init method to a realize method 8 years ago
Michael Davidsaver 67113c0342 e500: fix pci host bridge class/type 9 years ago
David Gibson 1115ff6d26 pci: Rename root bus initialization functions for clarity 9 years ago
Eduardo Habkost fd3b02c889 pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices 9 years ago
Eduardo Habkost e90f2a8c3e qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable 9 years ago
Peter Maydell 97d5408f99 pci: Clean up includes 11 years ago
Rudolf Marek e7f08320f0 PPC: e500 pci host: Fix ATMUs register reads 11 years ago
Markus Armbruster 9af21dbee1 pci: Trivial device model conversions to realize 12 years ago
Alexander Graf cb3778a045 PPC: e500 pci host: Add support for ATMUs 12 years ago
Peter Maydell f2e2bc9ca0 hw/pci-host/ppce500: Fix typo in vmstate definition 12 years ago
Bharat Bhushan 3016dca06c PPC: e500: implement PCI INTx routing 12 years ago
Bharat Bhushan d575a6ce0e PPC: e500: some pci related cleanup 12 years ago
Juan Quintela 3aff6c2fea savevm: Remove all the unneeded version_minimum_id_old (ppc) 13 years ago
Markus Armbruster 08c58f92f6 pci-host: Consistently set cannot_instantiate_with_device_add_yet 13 years ago
Marcel Apfelbaum 125ee0ed9c devices: Associate devices to their logical category 13 years ago
Paolo Bonzini 40c5dce99b hw/p*: pass owner to memory_region_init* functions 13 years ago
Paolo Bonzini 2c9b15cab1 memory: add owner argument to initialization functions 13 years ago
Paolo Bonzini c0907c9e64 hw: move PCI bridges to hw/pci-* or hw/ARCH 14 years ago
Paolo Bonzini 49ab747f66 hw: move target-independent files to subdirectories 14 years ago
Paolo Bonzini 0d09e41a51 hw: move headers to include/ 14 years ago
Alex Williamson 60a0e44320 pci: Allow PCI bus creation interfaces to specify the type of bus 14 years ago
Paolo Bonzini 83c9f4ca79 hw: include hw header files with full paths 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini 022c62cbbc exec: move include files to include/exec/ 14 years ago
Michael S. Tsirkin a2cb15b0dd pci: update all users to look in pci/ 14 years ago
Alexander Graf 9e2c12988b PPC: e500: pci: Export slot2irq calculation 14 years ago
Alexander Graf 05f57d9de8 PPC: E500: PCI: Make IRQ calculation more generic 14 years ago
Alexander Graf eafb325fb1 PPC: E500: PCI: Make first slot qdev settable 14 years ago
Alexander Graf 997505065d PPC: e500: Declare pci bridge as bridge 14 years ago
Bharat Bhushan 3eddc1be1c Adding BAR0 for e500 PCI controller 14 years ago
Alexander Graf a1bc20dfbb PPC: e500: Map PIO space into core memory region 14 years ago
Avi Kivity a8170e5e97 Rename target_phys_addr_t to hwaddr 14 years ago
Andreas Färber 67c332fd12 pci: Tidy up PCI host bridges 14 years ago
Andreas Färber 8558d942b6 pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGE 14 years ago
Andreas Färber 9c1a61f0e5 ppce500_pci: QOM'ify e500 PCI host bridge 14 years ago
Andreas Färber 4240abff5a pci: Make host bridge TypeInfos const 14 years ago
Andreas Färber 83f7d43a9e qom: Unify type registration 15 years ago
Anthony Liguori 39bffca203 qdev: register all types natively through QEMU Object Model 15 years ago
Anthony Liguori 999e12bbe8 sysbus: apic: ioapic: convert to QEMU Object Model 15 years ago