PPC: Use default pci bus name for grackle and heathrow
commit8a0e11045d5f50d300e0ab1ba05f4c8217fb5dcb
authorAlexander Graf <agraf@suse.de>
Wed, 4 Dec 2013 11:42:32 +0000 (4 12:42 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 20 Dec 2013 00:58:01 +0000 (20 01:58 +0100)
treee57d012f8679b7903e9456d08a0155c249f83923
parent3ada6b113726ae554154f6e5367bf4b4ed110bbe
PPC: Use default pci bus name for grackle and heathrow

There's no good reason to call our bus "pci" rather than let the default
bus name take over ("pci.0").

The big downside to calling it different from anyone else is that tools
that pass -device get confused. They are looking for a bus "pci.0" rather
than "pci".

To make life easier for everyone, let's just drop the name override.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/pci-host/grackle.c
hw/pci-host/uninorth.c