index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
ppc4xx_pci.c
Age
Commit message (
Expand
)
Author
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-11-08
ppc4xx_pci: convert SysBus init method to a realize method
Cédric Le Goater
2017-12-05
pci: Rename root bus initialization functions for clarity
David Gibson
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-02-22
ppc4xx: replace debug printf with trace points
Laurent Vivier
2016-01-29
ppc: Clean up includes
Peter Maydell
2014-11-04
hw/pci/ppc4xx_pci.c: Remove unused pci4xx_cfgaddr_read/write/ops
Peter Maydell
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (ppc)
Juan Quintela
2013-12-23
pci-host: Consistently set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-07-04
hw/p*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move PCI bridges to hw/pci-* or hw/ARCH
Paolo Bonzini