Age | Commit message (Expand) | Author | Files | Lines |
2011-07-29 | pci: add MemoryRegion based BAR management API | Avi Kivity | 1 | -8/+39 |
2011-07-29 | pci: pass address space to pci bus when created | Avi Kivity | 1 | -5/+11 |
2011-06-15 | pci: don't call qdev pci init method | Isaku Yamahata | 1 | -4/+6 |
2011-06-15 | Merge remote-tracking branch 'origin/master' into pci | Michael S. Tsirkin | 1 | -3/+5 |
2011-06-12 | pci: move ids of config space into PCIDeviceInfo | Isaku Yamahata | 1 | -14/+32 |
2011-05-12 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 1 | -3/+3 |
2011-05-08 | pci: Use of qemu_put_ram_ptr in pci_add_option_rom. | John Baboval | 1 | -0/+2 |
2011-05-06 | Fix typo in code and comments | Stefan Weil | 1 | -3/+3 |
2011-05-05 | pci: Add class 0x403 as 'audio controller' | Jan Kiszka | 1 | -0/+1 |
2011-04-07 | pci: add pci_register_bar_simple() API | Avi Kivity | 1 | -0/+17 |
2011-04-01 | pci: add accessor function to get irq levels | Isaku Yamahata | 1 | -0/+7 |
2011-03-28 | pci: use uint8_t for devfn_min | Isaku Yamahata | 1 | -3/+3 |
2011-03-28 | pci: use PCI_DEVFN in pci_get_bus_devfn() | Isaku Yamahata | 1 | -1/+1 |
2011-03-28 | pci: use devfn for pci_find_device() instead of (slot, fn) pair | Isaku Yamahata | 1 | -2/+2 |
2011-02-20 | pci: Fix memory leak | Stefan Weil | 1 | -0/+1 |
2011-02-12 | pci: add creation functions that may fail | Blue Swirl | 1 | -0/+20 |
2011-01-27 | pci: typo in pcibus_get_dev_path() | Isaku Yamahata | 1 | -1/+1 |
2011-01-27 | pci: bridge control fixup | Michael S. Tsirkin | 1 | -1/+0 |
2011-01-24 | pci: memory leak of PCIDevice::rom_file | Isaku Yamahata | 1 | -0/+1 |
2011-01-20 | pci: use qemu_malloc() in pcibus_get_dev_path() | Isaku Yamahata | 1 | -1/+1 |
2011-01-20 | pci: deassert intx on reset. | Isaku Yamahata | 1 | -0/+9 |
2011-01-19 | pci: fix device paths | Michael S. Tsirkin | 1 | -4/+12 |
2011-01-10 | pci: allow devices being tagged as not hotpluggable. | Gerd Hoffmann | 1 | -0/+10 |
2010-12-27 | pci: fix migration path for devices behind bridges | Michael S. Tsirkin | 1 | -11/+37 |
2010-12-24 | pci: introduce a helper function to convert qdev id to PCIDevice | Isaku Yamahata | 1 | -0/+35 |
2010-12-22 | pcie: add flr support | Isaku Yamahata | 1 | -1/+5 |
2010-12-19 | pci: don't use bus number in migration, stub out | Michael S. Tsirkin | 1 | -1/+4 |
2010-12-17 | Merge remote branch 'mst/for_anthony' into staging | Anthony Liguori | 1 | -19/+5 |
2010-12-11 | Add bootindex for option roms. | Gleb Natapov | 1 | -1/+1 |
2010-12-11 | Add get_fw_dev_path callback for pci bus. | Gleb Natapov | 1 | -23/+85 |
2010-12-09 | pci: untangle pci/msi dependency | Michael S. Tsirkin | 1 | -19/+0 |
2010-12-09 | pci: make command SERR bit writable | Isaku Yamahata | 1 | -0/+5 |
2010-11-24 | pci: fix bus walk under secondary bus reset | Michael S. Tsirkin | 1 | -13/+24 |
2010-11-22 | pci: use qdev reset framework for pci bus reset | Isaku Yamahata | 1 | -3/+21 |
2010-11-22 | pci: Automatically patch PCI vendor id and device id in PCI ROM | Stefan Weil | 1 | -4/+69 |
2010-11-22 | pci: fix bridge control bit wmask | Michael S. Tsirkin | 1 | -2/+24 |
2010-11-22 | pci: add W1C bits to pci status register | Isaku Yamahata | 1 | -0/+16 |
2010-11-16 | pci: allow hotplug removal of cold-plugged devices | Michael S. Tsirkin | 1 | -3/+7 |
2010-11-16 | PCI: Bus number from the bridge, not the device | Alex Williamson | 1 | -2/+1 |
2010-10-27 | Merge branch 'pci' into for_anthony | Michael S. Tsirkin | 1 | -238/+84 |
2010-10-27 | pci: improve w1c mask handling | Michael S. Tsirkin | 1 | -2/+4 |
2010-10-19 | pci: use pci_word_test_and_clear_mask() in pci_device_reset() | Isaku Yamahata | 1 | -3/+2 |
2010-10-19 | pci: introduce helper function to handle msi-x and msi. | Isaku Yamahata | 1 | -0/+19 |
2010-10-18 | pci: make pci_del_capability() update for w1cmask | Isaku Yamahata | 1 | -0/+1 |
2010-10-05 | Fix spelling in comments | Stefan Weil | 1 | -1/+1 |
2010-09-20 | pci: implement RW1C register framework. | Isaku Yamahata | 1 | -0/+5 |
2010-09-18 | Introduce range.h | Blue Swirl | 1 | -0/+1 |
2010-09-13 | pci: improve signature of pci_register_bar(). | Isaku Yamahata | 1 | -1/+1 |
2010-09-13 | pci: don't ignore invalid parameter for pci_register_bar(). | Isaku Yamahata | 1 | -3/+2 |
2010-09-13 | pci: sorting out type confusion in pci_register_bar(). | Isaku Yamahata | 1 | -1/+1 |