aboutsummaryrefslogtreecommitdiff
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qdev: rework device properties.Gerd Hoffmann2009-07-161-4/+13
* pci.c: remove unnecessary #ifdef DEBUG_PCI.Isaku Yamahata2009-07-161-14/+15
* Fix PCI IRQ breakagePaul Brook2009-07-111-1/+1
* Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partiallyBlue Swirl2009-07-111-1/+1
* qdev/pci: misc fixes.Gerd Hoffmann2009-07-091-2/+3
* qdev: replace bus_type enum with bus_info struct.Gerd Hoffmann2009-07-091-5/+48
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-14/+10
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* monitor: Drop pci_addr prefix from hotplug commandsJan Kiszka2009-06-291-6/+10
* qemu/pci: check constant registers on loadMichael S. Tsirkin2009-06-241-1/+25
* qemu/pci: add routines to manage PCI capabilitiesMichael S. Tsirkin2009-06-241-1/+73
* qemu/pci: make default_write_config use mask tableMichael S. Tsirkin2009-06-241-116/+29
* Make first argument of monitor command pci_add workMarkus Armbruster2009-06-221-18/+1
* Support addr=... in option argument of -net nicMarkus Armbruster2009-06-221-5/+43
* Fix do_pci_register_device() to reject devfn already in useMarkus Armbruster2009-06-221-0/+2