aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Merge remote-tracking branch 'bonzini/virtio-scsi' into stagingAnthony Liguori1-0/+1
2012-02-22pci: add accessors to get/set registers by maskMichael S. Tsirkin1-0/+61
2012-02-22virtio-scsi: Add virtio-scsi stub deviceStefan Hajnoczi1-0/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-2/+0
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-39/+41
2012-01-22vga: improve VGA logicBlue Swirl1-4/+0
2012-01-13vmstate: extract declarations out of hw/hw.hPaolo Bonzini1-0/+18
2011-11-21msix: track function masked in pci device stateMichael S. Tsirkin1-0/+2
2011-11-01Add stub functions for PCI device models to do PCI DMADavid Gibson1-0/+67
2011-10-27qapi: Convert query-pciLuiz Capitulino1-4/+0
2011-09-25pci: add pci_address_space_io()Richard Henderson1-0/+1
2011-09-19pci: implement bridge filteringMichael S. Tsirkin1-2/+0
2011-09-19pci: Remove unused pci_reserve_capabilityJan Kiszka1-2/+0
2011-09-10PCI: delete unused mem_base and pci_to_cpu_addrBlue Swirl1-2/+0
2011-08-22pci: add pci_address_space()Avi Kivity1-0/+1
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-2/+2
2011-08-08pci: fold BAR mapping function into its callerAvi Kivity1-1/+0
2011-08-08pci: remove pci_register_bar()Avi Kivity1-3/+0
2011-08-08pci: convert pci rom to memory APIAvi Kivity1-1/+2
2011-08-08pci: remove pci_register_bar_simple()Avi Kivity1-3/+0
2011-08-08msix: convert to memory APIAvi Kivity1-1/+1
2011-08-08pci: allow I/O BARs to be registered with pci_register_bar_region()Avi Kivity1-0/+1
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-3/+7
2011-08-08pci: add API to get a BAR's mapped addressAvi Kivity1-0/+1
2011-07-29pci: add MemoryRegion based BAR management APIAvi Kivity1-0/+3
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-3/+9
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-1/+1
2011-06-12pci: move ids of config space into PCIDeviceInfoIsaku Yamahata1-0/+7
2011-05-06Fix typo in code and commentsStefan Weil1-1/+1
2011-04-07pci: add pci_register_bar_simple() APIAvi Kivity1-0/+3
2011-04-01pci: add accessor function to get irq levelsIsaku Yamahata1-0/+1
2011-03-28pci: use uint8_t for devfn_minIsaku Yamahata1-3/+3
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata1-1/+1
2011-03-28pci: replace the magic, 256, for the maximum of devfnIsaku Yamahata1-0/+1
2011-02-12pci: add creation functions that may failBlue Swirl1-0/+4
2011-01-20pci: deassert intx on reset.Isaku Yamahata1-0/+2
2011-01-10pci: allow devices being tagged as not hotpluggable.Gerd Hoffmann1-0/+3
2010-12-24pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata1-0/+1
2010-12-22pcie: add flr supportIsaku Yamahata1-0/+1
2010-12-17pci: add ich9 pci idAlexander Graf1-0/+1
2010-12-09pci: untangle pci/msi dependencyMichael S. Tsirkin1-3/+0
2010-12-09pci: make command SERR bit writableIsaku Yamahata1-0/+4
2010-11-22pci: use qdev reset framework for pci bus resetIsaku Yamahata1-0/+1
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin1-1/+9
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin1-11/+94
2010-10-19pcie: helper functions for pcie capability and extended capabilityIsaku Yamahata1-0/+5
2010-10-19msi: implements msiIsaku Yamahata1-3/+7
2010-10-19pci: introduce helper function to handle msi-x and msi.Isaku Yamahata1-0/+3
2010-10-19pci: introduce helper functions to test-and-{clear, set} mask in configuratio...Isaku Yamahata1-0/+70
2010-09-20pci: implement RW1C register framework.Isaku Yamahata1-0/+3