qdev/pci: misc fixes.
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 30 Jun 2009 12:12:11 +0000 (14:12 +0200)
committerPaul Brook <paul@codesourcery.com>
Thu, 9 Jul 2009 12:07:03 +0000 (13:07 +0100)
commit16eaedf2668e9b347a59d73346fcc4c764c58348
tree49434e9d18142475fde85622b1169230391389b0
parent042f84d0af0e6c654d836f57ce916d7dec2b263d
qdev/pci: misc fixes.

* fix secondary bus setup.
 * use base->name instead of "FIXME" for device name.
   Yes, the device name is redundant.  Only for drivers converted
   to qdev already though.  Once all drivers are converted we can
   and should kill it.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/pci.c