commit | 8a0e11045d5f50d300e0ab1ba05f4c8217fb5dcb | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Dec 04 12:42:32 2013 +0100 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 20 01:58:01 2013 +0100 |
tree | e57d012f8679b7903e9456d08a0155c249f83923 | |
parent | 3ada6b113726ae554154f6e5367bf4b4ed110bbe [diff] |
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>