Age | Commit message (Expand) | Author |
2011-10-27 | qapi: Convert query-pci | Luiz Capitulino |
2011-10-17 | pci: simplify memory region registration | Avi Kivity |
2011-09-25 | pci: add pci_address_space_io() | Richard Henderson |
2011-09-19 | pci: implement bridge filtering | Michael S. Tsirkin |
2011-09-19 | pci: Remove unused pci_reserve_capability | Jan Kiszka |
2011-09-10 | PCI: delete unused mem_base and pci_to_cpu_addr | Blue Swirl |
2011-08-24 | pci: Error on PCI capability collisions | Jan Kiszka |
2011-08-22 | pci: add pci_address_space() | Avi Kivity |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-08 | pci: remove support for pre memory API BARs | Avi Kivity |
2011-08-08 | pci: rename pci_register_bar_region() to pci_register_bar() | Avi Kivity |
2011-08-08 | pci: fold BAR mapping function into its caller | Avi Kivity |
2011-08-08 | pci: remove pci_register_bar() | Avi Kivity |
2011-08-08 | pci: convert pci rom to memory API | Avi Kivity |
2011-08-08 | pci: remove pci_register_bar_simple() | Avi Kivity |
2011-08-08 | pci: allow I/O BARs to be registered with pci_register_bar_region() | Avi Kivity |
2011-08-08 | pci: pass I/O address space to new PCI bus | Avi Kivity |
2011-08-08 | pci: add API to get a BAR's mapped address | Avi Kivity |
2011-08-04 | Merge remote-tracking branch 'mst/for_anthony' into staging | Anthony Liguori |
2011-07-29 | pci: add MemoryRegion based BAR management API | Avi Kivity |
2011-07-29 | pci: pass address space to pci bus when created | Avi Kivity |
2011-07-27 | pci: Common overflow prevention | Jan Kiszka |
2011-06-15 | pci: don't call qdev pci init method | Isaku Yamahata |
2011-06-15 | Merge remote-tracking branch 'origin/master' into pci | Michael S. Tsirkin |
2011-06-12 | pci: move ids of config space into PCIDeviceInfo | Isaku Yamahata |
2011-05-12 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2011-05-08 | pci: Use of qemu_put_ram_ptr in pci_add_option_rom. | John Baboval |
2011-05-06 | Fix typo in code and comments | Stefan Weil |
2011-05-05 | pci: Add class 0x403 as 'audio controller' | Jan Kiszka |
2011-04-07 | pci: add pci_register_bar_simple() API | Avi Kivity |
2011-04-01 | pci: add accessor function to get irq levels | Isaku Yamahata |
2011-03-28 | pci: use uint8_t for devfn_min | Isaku Yamahata |
2011-03-28 | pci: use PCI_DEVFN in pci_get_bus_devfn() | Isaku Yamahata |
2011-03-28 | pci: use devfn for pci_find_device() instead of (slot, fn) pair | Isaku Yamahata |
2011-02-20 | pci: Fix memory leak | Stefan Weil |
2011-02-12 | pci: add creation functions that may fail | Blue Swirl |
2011-01-27 | pci: typo in pcibus_get_dev_path() | Isaku Yamahata |
2011-01-27 | pci: bridge control fixup | Michael S. Tsirkin |
2011-01-24 | pci: memory leak of PCIDevice::rom_file | Isaku Yamahata |
2011-01-20 | pci: use qemu_malloc() in pcibus_get_dev_path() | Isaku Yamahata |
2011-01-20 | pci: deassert intx on reset. | Isaku Yamahata |
2011-01-19 | pci: fix device paths | Michael S. Tsirkin |
2011-01-10 | pci: allow devices being tagged as not hotpluggable. | Gerd Hoffmann |
2010-12-27 | pci: fix migration path for devices behind bridges | Michael S. Tsirkin |
2010-12-24 | pci: introduce a helper function to convert qdev id to PCIDevice | Isaku Yamahata |
2010-12-22 | pcie: add flr support | Isaku Yamahata |
2010-12-19 | pci: don't use bus number in migration, stub out | Michael S. Tsirkin |
2010-12-17 | Merge remote branch 'mst/for_anthony' into staging | Anthony Liguori |
2010-12-11 | Add bootindex for option roms. | Gleb Natapov |
2010-12-11 | Add get_fw_dev_path callback for pci bus. | Gleb Natapov |