]> git.proxmox.com Git - qemu.git/history - hw/pci.h
tcg-ia64: Fix warning in qemu_ld.
[qemu.git] / hw / pci.h
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-16 Michael S. Tsirkinpci: allow hotplug removal of cold-plugged devices
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-19 Isaku Yamahatapcie: helper functions for pcie capability and extended...
2010-10-19 Isaku Yamahatamsi: implements msi
2010-10-19 Isaku Yamahatapci: introduce helper function to handle msi-x and...
2010-10-19 Isaku Yamahatapci: introduce helper functions to test-and-{clear...
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-20 Isaku Yamahatapci: implement RW1C register framework.
2010-09-18 Blue SwirlIntroduce range.h
2010-09-13 Isaku Yamahatapci: improve signature of pci_register_bar().
2010-09-07 Isaku Yamahatapci: make pci_parse_devfn() aware of func.
2010-09-07 Isaku Yamahatapci: consolidate pci_add_capability_at_offset() into...
2010-07-22 Isaku Yamahatapci/bridge: split out pci bridge code into pci_bridge...
2010-07-11 Isaku Yamahatapci_bridge: make pci bridge aware of pci multi function...
2010-07-11 Isaku Yamahatapci: introduce multifunction property.
2010-07-11 Isaku Yamahatapci: remove PCIDeviceInfo::header_type
2010-07-11 Isaku Yamahatapci: insert assert that auto-assigned-address function...
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into HEAD
2010-05-31 Isaku Yamahatapci-hotplug: make them aware of pci domain.
2010-05-31 Isaku Yamahatapci.h: remove unused constants.
2010-05-31 Isaku Yamahatapci: add const to pci_is_express(), pci_config_size().
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-15 Isaku Yamahatapci hotplug: add argument to pci hot plug callback.
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-11 Michael S. Tsirkinpci: add API to add capability at a known offset
2010-03-08 Izik Eidusadding helper pci functions
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-02-14 Michael S. Tsirkinpci: move pcibus_t to qemu-common
2010-01-26 Luiz CapitulinoPCI: Convert pci_info() to QObject
2010-01-13 Stefan Weilpci: Add missing 'const' in argument to pci_get_xxx
2010-01-11 Gerd Hoffmannpci: allow loading roms via fw_cfg.
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-25 Blue SwirlPCI: make pci_mem_base private
2009-12-23 Isaku Yamahatapci: use pci_regs.h
2009-12-23 Isaku Yamahatapci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g
2009-12-23 Michael S. Tsirkinpci: remove unused macro
2009-12-23 Michael S. Tsirkinpci: add another devsel macro
2009-12-23 Michael S. Tsirkinpci: add more status bits
2009-12-23 Michael S. Tsirkinpcnet: switch to symbolic names for pci registers
2009-12-23 Michael S. TsirkinRevert "Revert "pci: interrupt disable bit support""
2009-12-18 Gerd Hoffmannpci romfiles: add property, add default to PCIDeviceInfo
2009-12-18 Anthony LiguoriSupport PCI based option rom loading
2009-12-18 Anthony LiguoriRevert "pci: interrupt disable bit support"
2009-12-07 Anthony LiguoriMerge commit 'mst/pci' into staging
2009-12-07 Michael S. Tsirkinpci: interrupt disable bit support
2009-12-07 Michael S. Tsirkinpci: interrupt status bit implementation
2009-12-07 Michael S. Tsirkinpci: prepare irq code for interrupt state
2009-12-02 Michael S. Tsirkinpci: move apb specific stuff to apb_pci.c
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-12-01 Isaku Yamahatapci: pci bridge related clean up.
2009-12-01 Isaku Yamahatapci: remove unused constants
2009-12-01 Isaku Yamahatapci: remove some unnecessary comment in pci.h
2009-12-01 Isaku Yamahatapci: s/pci_find_host_bus/pci_find_root_bus/g
2009-12-01 Isaku Yamahatapci: move pci_data_{read, write}() declaration from...
2009-12-01 Michael S. Tsirkinpci: pci.h cleanup: move out stuff not in pci.c
2009-11-09 Isaku Yamahatapci: implement pci bridge filtering.
2009-11-09 Isaku Yamahatapci: initialize pci config headers depending it pci...
2009-11-09 Isaku Yamahatapci: add helper functions to check ranges overlap.
2009-11-09 Isaku Yamahatapci: pcie host and mmcfg support.
2009-11-09 Isaku Yamahatapci_host: change the signature of pci_data_{read, write}.
2009-11-09 Isaku Yamahatapci: make pci configuration transaction more accurate.
2009-11-09 Isaku Yamahatapci: 64bit bar support.
2009-11-09 Isaku Yamahatapci: typedef pcibus_t as uint64_t instead of uint32_t.
2009-11-09 Isaku Yamahatapci: introduce FMT_PCIBUS for printf format for pcibus_t.
2009-11-09 Isaku Yamahatapci: introduce pcibus_t to represent pci bus address...
2009-11-09 Isaku Yamahatapci: make pci_bar() aware of header type 1.
2009-11-09 Isaku Yamahatapci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/...
2009-11-09 Isaku Yamahatapci: helper functions to access PCIDevice::config
2009-11-09 Isaku Yamahatapci: define a constant to represent a unmapped bar...
2009-11-09 Isaku Yamahatapci: introduce constant PCI_NUM_PINS for the number...
2009-10-06 Anthony LiguoriRevert "Fix exit on 'pci_add' Monitor command"
2009-10-05 Markus ArmbrusterRename pci_create_noinit() to pci_create()
2009-10-05 Markus Armbrusterpci_create() is now unused, remove it
2009-10-05 Markus ArmbrusterFix pci_add nic not to exit on bad model
2009-10-05 Markus ArmbrusterFix pci_add storage not to exit on bad first argument
2009-10-05 Michael S. Tsirkinqemu: clean up target page usage in msix
2009-10-05 Michael S. Tsirkinqemu/pci: refactor code/symbolic constants
2009-10-05 Gerd Hoffmannpci: hotplug windup
2009-10-05 Gerd Hoffmannpci: move unregister from PCIDevice to PCIDeviceInfo
2009-10-05 Gerd Hoffmannpci: use qdev for device destruction.
2009-10-05 Gerd Hoffmannsupport inplace allocation for pci bus, split irq init.
2009-10-05 Luiz CapitulinoFix exit on 'pci_add' Monitor command
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-20 Blue SwirlCompile msix only once
2009-09-15 Gerd Hoffmannqdev/pci: add pci_create_noinit()
2009-09-09 Stefan Weileepro100: Clean code which sets the PCI device id
2009-09-09 Gerd Hoffmannqdev/scsi: add scsi bus support to qdev, convert drivers.
2009-09-09 Gerd Hoffmannqdev/usb: convert ohci.
2009-09-04 Juan QuintelaWe want the argument pass to set_irq to be opaque
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-28 Juan QuintelaAdd version_id to PCIDevice.
2009-08-10 Gerd Hoffmannqdev/prop: convert pci.c to helper macros.
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
next