qdev: add explicitly named devices to the root complex
commit1bdaacb18fc86366cf5a855b72247bbb1014cc21
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Dec 2011 20:29:36 +0000 (12 14:29 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 15 Dec 2011 15:20:48 +0000 (15 09:20 -0600)
tree842a338cc2a2c947372655e8b0ad2ede715a3642
parenteb6e8ea5c38b47a3c6cf27f4780abd92bc079caa
qdev: add explicitly named devices to the root complex

We first add a 'peripheral' container to the root device that we add user
created devices to.  This provides all user created devices with a unique and
isolated namespace.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/qdev.c