]> git.proxmox.com Git - qemu.git/history - hw/pci.c
savevm: Add DeviceState param
[qemu.git] / hw / pci.c
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-07-06 Alex Williamsonpci: Implement BusInfo.get_dev_path()
2010-06-14 Markus Armbrusterqdev: Revert the hack to let -net nic and pci_add set...
2010-06-14 Daniel P. BerrangeClarify error message when a PCI slot is already in...
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Luiz CapitulinoMonitor: Drop QMP documentation from code
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: clean up of pci_set_default_subsystem_id().
2010-05-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
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-05-11 Michael S. Tsirkinpci: irq_state vmstate breakage
2010-05-11 Alex Williamsonpci: cleanly backout of pci_qdev_init()
2010-04-20 Isaku Yamahatapci: fix pci_find_bus().
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-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustererror: Replace qemu_error() by error_report()
2010-02-13 Isaku Yamahatapci: fix info pci with host bridge.
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-08 Isaku Yamahatapci: fix pci_find_bus()
2010-02-06 Blue SwirlPCI: show also host bridge data in "info pci" output
2010-02-06 Blue SwirlPCI: fix multiple bridge problems
2010-01-26 Blue SwirlPCI: fix bridge configuration
2010-01-26 Luiz CapitulinoPCI: do_pci_info(): PCI bridge devices support
2010-01-26 Luiz CapitulinoPCI: Convert pci_info() to QObject
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-27 Blue SwirlPCI: Fix bus address conversion
2009-12-25 Blue SwirlPCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b...
2009-12-25 Blue SwirlPCI: make pci_mem_base private
2009-12-23 Isaku Yamahatapci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g
2009-12-23 Isaku Yamahatapci: remove PCIBus::config_reg.
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-12 Gerd Hoffmannpci: don't hw_error() when no slot is available.
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-03 Juan Quintelapci: vmstate_register() already assign consecutive...
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 Michael S. Tsirkinpci: convert goto into scope in bridge_filter
2009-12-01 Isaku Yamahatapci: pci bridge related clean up.
2009-12-01 Isaku Yamahatapci: fix pci_config_get_io_base().
2009-12-01 Isaku Yamahatapci: remove magic number, 256 in pci.c
2009-12-01 Michael S. Tsirkinpci: split up up pci_update mappings
2009-12-01 Isaku Yamahatapci: clean up of pci_update_mappings()
2009-12-01 Isaku Yamahatapci: clean up of pci_init_wmask().
2009-12-01 Isaku Yamahatapci: kill unnecessary included in pci.c
2009-12-01 Isaku Yamahatapci: s/pci_find_host_bus/pci_find_root_bus/g
2009-12-01 Isaku Yamahatapci: remove pci_sub_bus() by open coding.
2009-12-01 Isaku Yamahatapci: fix pci_info_device().
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
next