]> git.proxmox.com Git - mirror_qemu.git/history - hw/pci.c
PCI: make duplicate devfn allocation fatal
[mirror_qemu.git] / hw / pci.c
2009-11-15 Blue SwirlPCI: make duplicate devfn allocation fatal
2009-11-14 Stefan Weilpci: Fix function pci_default_write_config
2009-11-12 Juan Quintelapci: fix the conversion of config field from array...
2009-11-09 Isaku Yamahatapci/monitor: print out bridge's filtering values and...
2009-11-09 Isaku Yamahatapci: implement pci bridge filtering.
2009-11-09 Isaku Yamahatapci: factor out pci_for_each_device().
2009-11-09 Isaku Yamahatapci: cosmetic on pci_upadte_mappings()
2009-11-09 Isaku Yamahatapci: initialize pci config headers depending it pci...
2009-11-09 Isaku Yamahatapci: teach pci_default_config_write() ROM bar for norma...
2009-11-09 Isaku Yamahatapci: use range helper functions.
2009-11-09 Isaku Yamahatapci: pcie host and mmcfg support.
2009-11-09 Isaku Yamahatapci: move pci host stuff from pci.c to pci_host.c
2009-11-09 Isaku Yamahatapci: factor out the conversion logic from io port addre...
2009-11-09 Isaku Yamahatapci: make pci configuration transaction more accurate.
2009-11-09 Isaku Yamahatapci: remove bus_num member from struct PCIBus.
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: clean up of pci_default_read_config.
2009-11-09 Isaku Yamahatapci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/...
2009-11-09 Isaku Yamahatapci: clean up pci_init_wmask()
2009-11-09 Isaku Yamahatapci/bridge: clean up of pci_bridge_initfn()
2009-11-09 Isaku Yamahatapci: use helper functions to access pci config space.
2009-11-09 Isaku Yamahatapci: define a constant to represent a unmapped bar...
2009-11-09 Isaku Yamahatapci: use PCI_SLOT() and PCI_FUNC().
2009-11-09 Isaku Yamahatapci: introduce constant PCI_NUM_PINS for the number...
2009-11-09 Isaku Yamahatapci: fix PCI_DPRINTF() wrt variadic macro.
2009-10-27 Juan Quintelavmstate: Unfold VMSTATE_INT32_VARRAY() only use and...
2009-10-27 Gerd Hoffmannzap DeviceState->nd
2009-10-27 Gerd Hoffmannprepare pci nic init path for qdev property configuration.
2009-10-15 Mark McLoughlinnet: remove id field from NICInfo
2009-10-07 Markus ArmbrusterNew qdev_init_nofail()
2009-10-07 Markus ArmbrusterCheck return value of qdev_init()
2009-10-06 Michael S. Tsirkinqemu/pci: make pci not depend on msix
2009-10-06 Michael S. Tsirkinqemu/pci: clarify pci config load routine
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 ArmbrusterMake it obvious that pci_nic_init() can't fail
2009-10-05 Markus ArmbrusterFix pci_add storage not to exit on bad first argument
2009-10-05 Michael S. Tsirkinqemu/pci: reset device registers on bus reset
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 Hoffmannconvert pci bridge to qdev
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-05 Juan Quintelavmstate: remove const for put operations
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-15 Gerd Hoffmannqdev/pci: add pci_create_noinit()
2009-09-04 Juan QuintelaWe want the argument pass to set_irq to be opaque
2009-09-04 Juan Quintelalow_set_irq is not used anywhere
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Juan QuintelaAdd pci_ne2000_{save/load} functions, then remove pci_d...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-28 Juan QuintelaPort PCIDevice state to VMState
2009-08-28 Juan QuintelaAdd version_id to PCIDevice.
2009-08-28 Juan QuintelaPort PCI Bus to VMState design
2009-08-10 Gerd Hoffmannqdev/prop: convert pci.c to helper macros.
2009-07-27 Gerd Hoffmannqdev/pci: use qdev_prop_pci_devfn
2009-07-21 Blue SwirlSparc64: convert APB to qdev
2009-07-16 Gerd Hoffmannqdev: print device id in "info pci".
2009-07-16 Gerd Hoffmannqdev: add id= support for pci nics.
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-07-16 Isaku Yamahatapci.c: remove unnecessary #ifdef DEBUG_PCI.
2009-07-11 Paul BrookFix PCI IRQ breakage
2009-07-11 Blue SwirlFix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764...
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Gerd Hoffmannqdev/pci: misc fixes.
2009-07-09 Gerd Hoffmannqdev: replace bus_type enum with bus_info struct.
2009-07-09 Gerd Hoffmannqdev: update pci device registration.
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-29 Jan Kiszkamonitor: Drop pci_addr prefix from hotplug commands
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: 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-22 Markus ArmbrusterFix do_pci_register_device() to reject devfn already...
2009-06-22 Gleb NatapovAdd pci_bus_reset() function.
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-11 Gerd Hoffmannqdev: move name+size into DeviceInfo (v2)
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-18 Paul BrookSeparate virtio PCI code
2009-05-14 Paul BrookVirtio-net qdev conversion
2009-05-14 Paul BrookPCI network qdev conversion
2009-05-14 Paul BrookPCI qdev support
2009-05-03 Isaku Yamahataminor fix of pci_register_bus()
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-04-10 aliguoriMake PCI config status register read-only
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-02-11 aliguoriParse full PCI device addresses (Markus Armbruster)
2009-02-11 aliguoriqemu: warn if PCI region is not power of two (Marcelo...
next