aboutsummaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08pci: remove support for pre memory API BARsAvi Kivity
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08pci: fold BAR mapping function into its callerAvi Kivity
2011-08-08pci: remove pci_register_bar()Avi Kivity
2011-08-08pci: convert pci rom to memory APIAvi Kivity
2011-08-08pci: remove pci_register_bar_simple()Avi Kivity
2011-08-08pci: allow I/O BARs to be registered with pci_register_bar_region()Avi Kivity
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity
2011-08-08pci: add API to get a BAR's mapped addressAvi Kivity
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-07-29pci: add MemoryRegion based BAR management APIAvi Kivity
2011-07-29pci: pass address space to pci bus when createdAvi Kivity
2011-07-27pci: Common overflow preventionJan Kiszka
2011-06-15pci: don't call qdev pci init methodIsaku Yamahata
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12pci: move ids of config space into PCIDeviceInfoIsaku Yamahata
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