aboutsummaryrefslogtreecommitdiffstats
path: root/hw/grackle_pci.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-11/+15
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-6/+13
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-9/+16
2012-01-21grackle_pci: Clean up qdev namesAndreas Färber1-5/+12
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-2/+2
2011-09-27PPC: use memory API to construct the PCI holeBlue Swirl1-1/+10
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity1-7/+6
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-6/+7
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity1-7/+6
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-2/+6
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-2/+3
2011-06-12hw/grackle_pci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-4/+4
2011-03-06vmstate: remove grackle_pci savevm codeJuan Quintela1-19/+0
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf1-2/+4
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-03-21Compile pci_host only onceBlue Swirl1-2/+2
2010-02-05Refactor DEC 21154 PCI bridgeBlue Swirl1-51/+0
2010-01-26PCI: fix bridge configurationBlue Swirl1-0/+1
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-2/+2
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata1-4/+4
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata1-43/+2
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-21/+3
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl1-1/+0
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-3/+3
2009-10-01Get rid of _t suffixmalc1-3/+3
2009-09-19PPC: make system bus parent of PCI busBlue Swirl1-1/+1
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela1-1/+3
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-4/+8
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-07-31PPC: convert Grackle to qdevBlue Swirl1-20/+86
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-05-23Add common BusStatePaul Brook1-1/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-2/+2
2009-02-01Add and use #defines for PCI device classesblueswir11-4/+2
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir11-4/+2
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-4/+2
2008-12-30VM load/save support for PPC devicesblueswir11-0/+18
2008-12-28Register reset handlersblueswir11-0/+7
2008-12-24Improve PPC device debuggingblueswir11-0/+16
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2007-11-17Break up vl.h.pbrook1-1/+3
2007-11-04Fix grackle (in fact MPC106) PCI host bridge headerj_mayer1-16/+0
2007-10-28* sort the PowerPC target object filesj_mayer1-4/+6
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4