summaryrefslogtreecommitdiffstats
path: root/hw/unin_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* pci: Tidy up PCI host bridgesAndreas Färber2012-08-221-5/+7
* pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGEAndreas Färber2012-08-221-10/+10
* unin_pci: QOM'ify UniNorth PCI host bridgesAndreas Färber2012-08-221-65/+72
* pci: Make host bridge TypeInfos constAndreas Färber2012-08-221-8/+8
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-33/+41
* unin_pci: Fix typos in device namesAndreas Färber2012-01-271-2/+2
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-23/+49
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-32/+60
* unin_pci: Drop unused reset handlerAndreas Färber2012-01-271-7/+0
* unin_pci: Drop duplicate busdevAndreas Färber2012-01-271-9/+20
* unin_pci: Clean up qdev namesAndreas Färber2012-01-271-15/+39
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-8/+8
* PPC: use memory API to construct the PCI holeBlue Swirl2011-09-271-2/+16
* pci_host: convert conf index and data ports to memory APIAvi Kivity2011-09-041-41/+41
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-41/+41
* pci_host: convert conf index and data ports to memory APIAvi Kivity2011-08-241-41/+41
* pci: pass I/O address space to new PCI busAvi Kivity2011-08-081-4/+12
* pci: pass address space to pci bus when createdAvi Kivity2011-07-291-4/+6
* hw/unin_pci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-17/+16
* vmstate: remove uninorth savevm codeJuan Quintela2011-03-061-21/+0
* uninorth: Get rid of bswapAlexander Graf2010-12-111-4/+2
* pci-host: Delegate bswap to mmio layerAlexander Graf2010-12-111-6/+12
* Make simple io mem handler endian awareAlexander Graf2010-12-111-2/+4
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-4/+0
* pci: use PCI_DEVFN() where appropriate.Isaku Yamahata2010-07-111-6/+6
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+4
* Compile most PPC devices only onceBlue Swirl2010-03-301-4/+0
* Compile pci_host only onceBlue Swirl2010-03-211-6/+6
* PPC: Make interrupts workAlexander Graf2010-02-141-3/+11
* PPC: Use Mac99_U3 type on ppc64Alexander Graf2010-02-141-0/+70
* PPC: Uninorth config space accessorAlexander Graf2010-02-141-1/+66
* Refactor DEC 21154 PCI bridgeBlue Swirl2010-02-051-55/+0
* PCI: fix bridge configurationBlue Swirl2010-01-261-0/+1
* qdev: Improve uni-north device namesMarkus Armbruster2009-12-181-12/+12
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-15/+15
* pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata2009-12-011-8/+8
* PPC64: map Uni-North AGP bus aka fix Linux bootBlue Swirl2009-11-151-0/+10
* PPC64: Partial fix to Linux crash: revert to old devfnBlue Swirl2009-11-151-1/+3
* pci_host: consolidate pci config address access.Isaku Yamahata2009-11-091-77/+4
* pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata2009-11-091-35/+5
* PPC: remove unneeded calls to device resetBlue Swirl2009-11-071-1/+0
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-5/+5
* Get rid of _t suffixmalc2009-10-011-5/+5
* PPC: make system bus parent of PCI busBlue Swirl2009-09-191-1/+1
* We want the argument pass to set_irq to be opaqueJuan Quintela2009-09-041-1/+3
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-8/+16
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-8/+8
OpenPOWER on IntegriCloud