summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata2009-11-091-5/+9
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-3/+3
* pci: make pci_bar() aware of header type 1.Isaku Yamahata2009-11-091-6/+12
* pci: clean up of pci_default_read_config.Isaku Yamahata2009-11-091-21/+5
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-5/+5
* pci: clean up pci_init_wmask()Isaku Yamahata2009-11-091-2/+2
* pci/bridge: clean up of pci_bridge_initfn()Isaku Yamahata2009-11-091-11/+25
* pci: use helper functions to access pci config space.Isaku Yamahata2009-11-091-15/+15
* pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata2009-11-091-9/+9
* pci: use PCI_SLOT() and PCI_FUNC().Isaku Yamahata2009-11-091-2/+2
* pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.Isaku Yamahata2009-11-091-2/+2
* pci: fix PCI_DPRINTF() wrt variadic macro.Isaku Yamahata2009-11-091-1/+1
* vmstate: Unfold VMSTATE_INT32_VARRAY() only use and remove itJuan Quintela2009-10-271-1/+1
* zap DeviceState->ndGerd Hoffmann2009-10-271-8/+1
* prepare pci nic init path for qdev property configuration.Gerd Hoffmann2009-10-271-2/+8
* net: remove id field from NICInfoMark McLoughlin2009-10-151-2/+2
* New qdev_init_nofail()Markus Armbruster2009-10-071-2/+2
* Check return value of qdev_init()Markus Armbruster2009-10-071-0/+1
* qemu/pci: make pci not depend on msixMichael S. Tsirkin2009-10-061-2/+0
* qemu/pci: clarify pci config load routineMichael S. Tsirkin2009-10-061-4/+5
* Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori2009-10-061-11/+0
* Rename pci_create_noinit() to pci_create()Markus Armbruster2009-10-051-4/+4
* pci_create() is now unused, remove itMarkus Armbruster2009-10-051-18/+0
* Fix pci_add nic not to exit on bad modelMarkus Armbruster2009-10-051-3/+30
* Make it obvious that pci_nic_init() can't failMarkus Armbruster2009-10-051-16/+9
* Fix pci_add storage not to exit on bad first argumentMarkus Armbruster2009-10-051-1/+1
* qemu/pci: reset device registers on bus resetMichael S. Tsirkin2009-10-051-0/+13
* qemu/pci: refactor code/symbolic constantsMichael S. Tsirkin2009-10-051-20/+21
* pci: hotplug windupGerd Hoffmann2009-10-051-2/+23
* pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann2009-10-051-2/+5
* pci: use qdev for device destruction.Gerd Hoffmann2009-10-051-2/+3
* convert pci bridge to qdevGerd Hoffmann2009-10-051-18/+48
* support inplace allocation for pci bus, split irq init.Gerd Hoffmann2009-10-051-10/+33
* Fix exit on 'pci_add' Monitor commandLuiz Capitulino2009-10-051-0/+11
* vmstate: remove const for put operationsJuan Quintela2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* qdev/pci: add pci_create_noinit()Gerd Hoffmann2009-09-151-3/+8
* We want the argument pass to set_irq to be opaqueJuan Quintela2009-09-041-3/+3
* low_set_irq is not used anywhereJuan Quintela2009-09-041-2/+0
* Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State fieldJuan Quintela2009-08-271-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+2
* Port PCIDevice state to VMStateJuan Quintela2009-08-271-22/+43
* Add version_id to PCIDevice.Juan Quintela2009-08-271-1/+2
* Port PCI Bus to VMState designJuan Quintela2009-08-271-30/+11
* qdev/prop: convert pci.c to helper macros.Gerd Hoffmann2009-08-101-7/+2
* qdev/pci: use qdev_prop_pci_devfnGerd Hoffmann2009-07-271-4/+4
* Sparc64: convert APB to qdevBlue Swirl2009-07-211-3/+5
* qdev: print device id in "info pci".Gerd Hoffmann2009-07-161-0/+1
* qdev: add id= support for pci nics.Gerd Hoffmann2009-07-161-0/+2
OpenPOWER on IntegriCloud