aboutsummaryrefslogtreecommitdiffstats
path: root/hw/unin_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-33/+41
2012-01-27unin_pci: Fix typos in device namesAndreas Färber1-2/+2
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-23/+49
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-32/+60
2012-01-27unin_pci: Drop unused reset handlerAndreas Färber1-7/+0
2012-01-27unin_pci: Drop duplicate busdevAndreas Färber1-9/+20
2012-01-27unin_pci: Clean up qdev namesAndreas Färber1-15/+39
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-8/+8
2011-09-27PPC: use memory API to construct the PCI holeBlue Swirl1-2/+16
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity1-41/+41
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-41/+41
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity1-41/+41
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-4/+12
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-4/+6
2011-06-12hw/unin_pci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-17/+16
2011-03-06vmstate: remove uninorth savevm codeJuan Quintela1-21/+0
2010-12-11uninorth: Get rid of bswapAlexander Graf1-4/+2
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf1-6/+12
2010-12-11Make simple io mem handler endian awareAlexander Graf1-2/+4
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-4/+0
2010-07-11pci: use PCI_DEVFN() where appropriate.Isaku Yamahata1-6/+6
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+4
2010-03-30Compile most PPC devices only onceBlue Swirl1-4/+0
2010-03-21Compile pci_host only onceBlue Swirl1-6/+6
2010-02-14PPC: Make interrupts workAlexander Graf1-3/+11
2010-02-14PPC: Use Mac99_U3 type on ppc64Alexander Graf1-0/+70
2010-02-14PPC: Uninorth config space accessorAlexander Graf1-1/+66
2010-02-05Refactor DEC 21154 PCI bridgeBlue Swirl1-55/+0
2010-01-26PCI: fix bridge configurationBlue Swirl1-0/+1
2009-12-18qdev: Improve uni-north device namesMarkus Armbruster1-12/+12
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-15/+15
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata1-8/+8
2009-11-15PPC64: map Uni-North AGP bus aka fix Linux bootBlue Swirl1-0/+10
2009-11-15PPC64: Partial fix to Linux crash: revert to old devfnBlue Swirl1-1/+3
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata1-77/+4
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-35/+5
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-5/+5
2009-10-01Get rid of _t suffixmalc1-5/+5
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-8/+16
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-8/+8
2009-07-31PPC: convert Uni-north to qdev: also fixes Mac99 machine crashBlue Swirl1-55/+166
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-6/+6
2009-05-23Add common BusStatePaul Brook1-1/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1