summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: call object_unparent() before free_qdev()Amos Kong2012-05-291-1/+0
* Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into stagingAnthony Liguori2012-04-101-14/+14
|\
| * pci: fix bridge IO/BASEMichael S. Tsirkin2012-03-161-2/+2
| * pci: set memory type for memory behind the bridgeMichael S. Tsirkin2012-03-161-0/+3
| * pci: make another unused extern function staticMichael S. Tsirkin2012-03-151-7/+8
| * pci: don't export an internal functionMichael S. Tsirkin2012-03-151-1/+1
| * pci: Do not check if a bus exist in pci_parse_devaddr.Anthony PERARD2012-03-151-4/+0
* | pci: fix double free of romfile propertyAnthony Liguori2012-03-161-1/+0
|/
* pci: set memory type for memory behind the bridgeMichael S. Tsirkin2012-02-221-2/+13
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qom: move properties from qdev to objectAnthony Liguori2012-02-031-0/+1
* qdev: kill off DeviceInfoAnthony Liguori2012-02-031-1/+1
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-11/+10
* qdev: remove info from classAnthony Liguori2012-02-031-1/+3
* qdev: make DeviceInfo privateAnthony Liguori2012-02-031-5/+8
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-69/+54
* qdev: don't access name through infoAnthony Liguori2012-01-271-3/+3
* qdev: move qdev->info to classAnthony Liguori2012-01-271-7/+9
* pci: call reset unconditionallyAnthony Liguori2012-01-271-5/+2
* vga: improve VGA logicBlue Swirl2012-01-221-20/+0
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-1/+3
* qapi: Convert query-pciLuiz Capitulino2011-10-271-202/+120
* pci: simplify memory region registrationAvi Kivity2011-10-171-11/+2
* pci: add pci_address_space_io()Richard Henderson2011-09-251-0/+5
* pci: implement bridge filteringMichael S. Tsirkin2011-09-191-68/+2
* pci: Remove unused pci_reserve_capabilityJan Kiszka2011-09-191-6/+0
* PCI: delete unused mem_base and pci_to_cpu_addrBlue Swirl2011-09-101-13/+1
* pci: Error on PCI capability collisionsJan Kiszka2011-08-241-0/+38
* pci: add pci_address_space()Avi Kivity2011-08-221-0/+5
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-23/+23
* pci: remove support for pre memory API BARsAvi Kivity2011-08-081-31/+2
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-3/+3
* pci: fold BAR mapping function into its callerAvi Kivity2011-08-081-16/+9
* pci: remove pci_register_bar()Avi Kivity2011-08-081-25/+17
* pci: convert pci rom to memory APIAvi Kivity2011-08-081-13/+7
* pci: remove pci_register_bar_simple()Avi Kivity2011-08-081-17/+0
* pci: allow I/O BARs to be registered with pci_register_bar_region()Avi Kivity2011-08-081-20/+23
* pci: pass I/O address space to new PCI busAvi Kivity2011-08-081-6/+12
* pci: add API to get a BAR's mapped addressAvi Kivity2011-08-081-0/+5
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-08-041-4/+2
|\
| * pci: Common overflow preventionJan Kiszka2011-07-271-4/+2
* | pci: add MemoryRegion based BAR management APIAvi Kivity2011-07-291-8/+39
* | pci: pass address space to pci bus when createdAvi Kivity2011-07-291-5/+11
|/
* pci: don't call qdev pci init methodIsaku Yamahata2011-06-151-4/+6
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-3/+5
|\
| * Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-05-121-3/+3
| |\
| | * Fix typo in code and commentsStefan Weil2011-05-061-3/+3
| * | pci: Use of qemu_put_ram_ptr in pci_add_option_rom.John Baboval2011-05-081-0/+2
| |/
* | pci: move ids of config space into PCIDeviceInfoIsaku Yamahata2011-06-121-14/+32
|/
* pci: Add class 0x403 as 'audio controller'Jan Kiszka2011-05-051-0/+1
OpenPOWER on IntegriCloud