]> git.proxmox.com Git - mirror_qemu.git/history - hw/pci.h
pci: add API to add capability at a known offset
[mirror_qemu.git] / hw / pci.h
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...
2009-07-09 Gerd Hoffmannqdev: update pci device registration.
2009-06-29 Jan Kiszkamonitor: Drop pci_addr prefix from hotplug commands
2009-06-24 Michael S. Tsirkinqemu/pci: add pci_get/set_byte
2009-06-24 Michael S. Tsirkinqemu/pci: MSI-X support functions
2009-06-24 Michael S. Tsirkinqemu/pci: check constant registers on load
2009-06-24 Michael S. Tsirkinqemu/pci: add routines to manage PCI capabilities
2009-06-24 Michael S. Tsirkinqemu/pci: helper routines for pci access
2009-06-24 Michael S. Tsirkinqemu/pci: make default_write_config use mask table
2009-06-22 Markus ArmbrusterMake first argument of monitor command pci_add work
2009-06-22 Markus ArmbrusterSupport addr=... in option argument of -net nic
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Blue SwirlRemove unused and misnamed field and variable
2009-05-22 Paul BrookAdd common BusState
2009-05-14 Paul BrookPCI network qdev conversion
2009-05-14 Paul BrookLSI SCSI qdev conversion
2009-05-14 Paul BrookPCI qdev support
2009-05-13 Paul BrookRemove vga_ram_size
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-04-10 pbrookClean up VGA ram allocation.
2009-03-28 aliguoriClean some PCI defines (Stefan Weil)
2009-03-13 aliguoriAdd and use remaining #defines for PCI device IDs ...
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-03-02 aurel32kvm/powerpc: Add freescale pci controller's support
2009-02-11 aliguoriqemu: PCI device, disk and host network hot-add / hot...
2009-02-11 aliguoriParse full PCI device addresses (Markus Armbruster)
2009-02-11 aliguoriqemu: add pci_unregister_device (Marcelo Tosatti)
2009-02-11 aliguoriqemu: return PCIDevice on net device init and record...
next