aboutsummaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)Author
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-05-08pci: Use of qemu_put_ram_ptr in pci_add_option_rom.John Baboval
2011-05-06Fix typo in code and commentsStefan Weil
2011-05-05pci: Add class 0x403 as 'audio controller'Jan Kiszka
2011-04-07pci: add pci_register_bar_simple() APIAvi Kivity
2011-04-01pci: add accessor function to get irq levelsIsaku Yamahata
2011-03-28pci: use uint8_t for devfn_minIsaku Yamahata
2011-03-28pci: use PCI_DEVFN in pci_get_bus_devfn()Isaku Yamahata
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata
2011-02-20pci: Fix memory leakStefan Weil
2011-02-12pci: add creation functions that may failBlue Swirl
2011-01-27pci: typo in pcibus_get_dev_path()Isaku Yamahata
2011-01-27pci: bridge control fixupMichael S. Tsirkin
2011-01-24pci: memory leak of PCIDevice::rom_fileIsaku Yamahata
2011-01-20pci: use qemu_malloc() in pcibus_get_dev_path()Isaku Yamahata
2011-01-20pci: deassert intx on reset.Isaku Yamahata
2011-01-19pci: fix device pathsMichael S. Tsirkin
2011-01-10pci: allow devices being tagged as not hotpluggable.Gerd Hoffmann
2010-12-27pci: fix migration path for devices behind bridgesMichael S. Tsirkin
2010-12-24pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata
2010-12-22pcie: add flr supportIsaku Yamahata
2010-12-19pci: don't use bus number in migration, stub outMichael S. Tsirkin
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-12-11Add bootindex for option roms.Gleb Natapov
2010-12-11Add get_fw_dev_path callback for pci bus.Gleb Natapov
2010-12-09pci: untangle pci/msi dependencyMichael S. Tsirkin
2010-12-09pci: make command SERR bit writableIsaku Yamahata
2010-11-24pci: fix bus walk under secondary bus resetMichael S. Tsirkin
2010-11-22pci: use qdev reset framework for pci bus resetIsaku Yamahata
2010-11-22pci: Automatically patch PCI vendor id and device id in PCI ROMStefan Weil
2010-11-22pci: fix bridge control bit wmaskMichael S. Tsirkin
2010-11-22pci: add W1C bits to pci status registerIsaku Yamahata
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin
2010-11-16PCI: Bus number from the bridge, not the deviceAlex Williamson
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin
2010-10-27pci: improve w1c mask handlingMichael S. Tsirkin
2010-10-19pci: use pci_word_test_and_clear_mask() in pci_device_reset()Isaku Yamahata
2010-10-19pci: introduce helper function to handle msi-x and msi.Isaku Yamahata
2010-10-18pci: make pci_del_capability() update for w1cmaskIsaku Yamahata
2010-10-05Fix spelling in commentsStefan Weil
2010-09-20pci: implement RW1C register framework.Isaku Yamahata
2010-09-18Introduce range.hBlue Swirl
2010-09-13pci: improve signature of pci_register_bar().Isaku Yamahata
2010-09-13pci: don't ignore invalid parameter for pci_register_bar().Isaku Yamahata
2010-09-13pci: sorting out type confusion in pci_register_bar().Isaku Yamahata
2010-09-07pci: make pci_parse_devfn() aware of func.Isaku Yamahata
2010-09-07pci: call hotplug callback even when not hotplug case for later use.Isaku Yamahata
2010-09-07pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata
2010-07-22pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata
2010-07-19pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.Isaku Yamahata