qdev: add user-specified identifier to devices.
commitccb63de38e63bd8cdcd3db7aeaebc8a34a02ded8
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 15 Jul 2009 11:43:34 +0000 (15 13:43 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 16 Jul 2009 22:28:53 +0000 (16 17:28 -0500)
tree58e9685597139fe064b1a20f39bdb81f4d0915bc
parent96cc181089a532f9f4e6cf6858daf1f04d06cfc5
qdev: add user-specified identifier to devices.

Add id field to DeviceState.  Make "info qtree" print it.

This helps users and management apps identifying devices in monitor
output, which is especially useful with otherwise identical devices
such as two virtio disks.

This patch doesn't add a way to set the id, followup patches will do.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/qdev.c
hw/qdev.h