summaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori1-10/+19
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini1-1/+1
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini1-10/+12
2012-06-08qdev: Use int32_t container for devfn propertyMichael Roth1-1/+1
2012-05-29pci: call object_unparent() before free_qdev()Amos Kong1-1/+0
2012-04-10Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into stagingAnthony Liguori1-14/+14
2012-03-16pci: fix double free of romfile propertyAnthony Liguori1-1/+0
2012-03-16pci: fix bridge IO/BASEMichael S. Tsirkin1-2/+2
2012-03-16pci: set memory type for memory behind the bridgeMichael S. Tsirkin1-0/+3
2012-03-15pci: make another unused extern function staticMichael S. Tsirkin1-7/+8
2012-03-15pci: don't export an internal functionMichael S. Tsirkin1-1/+1
2012-03-15pci: Do not check if a bus exist in pci_parse_devaddr.Anthony PERARD1-4/+0
2012-02-22pci: set memory type for memory behind the bridgeMichael S. Tsirkin1-2/+13
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qom: move properties from qdev to objectAnthony Liguori1-0/+1
2012-02-03qdev: kill off DeviceInfoAnthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-11/+10
2012-02-03qdev: remove info from classAnthony Liguori1-1/+3
2012-02-03qdev: make DeviceInfo privateAnthony Liguori1-5/+8
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-69/+54
2012-01-27qdev: don't access name through infoAnthony Liguori1-3/+3
2012-01-27qdev: move qdev->info to classAnthony Liguori1-7/+9
2012-01-27pci: call reset unconditionallyAnthony Liguori1-5/+2
2012-01-22vga: improve VGA logicBlue Swirl1-20/+0
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-1/+3
2011-10-27qapi: Convert query-pciLuiz Capitulino1-202/+120
2011-10-17pci: simplify memory region registrationAvi Kivity1-11/+2
2011-09-25pci: add pci_address_space_io()Richard Henderson1-0/+5
2011-09-19pci: implement bridge filteringMichael S. Tsirkin1-68/+2
2011-09-19pci: Remove unused pci_reserve_capabilityJan Kiszka1-6/+0
2011-09-10PCI: delete unused mem_base and pci_to_cpu_addrBlue Swirl1-13/+1
2011-08-24pci: Error on PCI capability collisionsJan Kiszka1-0/+38
2011-08-22pci: add pci_address_space()Avi Kivity1-0/+5
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-23/+23
2011-08-08pci: remove support for pre memory API BARsAvi Kivity1-31/+2
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-3/+3
2011-08-08pci: fold BAR mapping function into its callerAvi Kivity1-16/+9
2011-08-08pci: remove pci_register_bar()Avi Kivity1-25/+17
2011-08-08pci: convert pci rom to memory APIAvi Kivity1-13/+7
2011-08-08pci: remove pci_register_bar_simple()Avi Kivity1-17/+0
2011-08-08pci: allow I/O BARs to be registered with pci_register_bar_region()Avi Kivity1-20/+23
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-6/+12
2011-08-08pci: add API to get a BAR's mapped addressAvi Kivity1-0/+5
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-4/+2
2011-07-29pci: add MemoryRegion based BAR management APIAvi Kivity1-8/+39
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-5/+11
2011-07-27pci: Common overflow preventionJan Kiszka1-4/+2
2011-06-15pci: don't call qdev pci init methodIsaku Yamahata1-4/+6
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-3/+5
2011-06-12pci: move ids of config space into PCIDeviceInfoIsaku Yamahata1-14/+32