commit | 3320e56e54021acab2d6eeb4797ddac30c2411ef | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Jul 15 13:43:33 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Jul 16 17:28:52 2009 -0500 |
tree | 2b0aeeb8e342d28f55f245e90068908efb39a7c3 | |
parent | b6b611446077537b542c20804d3c850daff27845 [diff] |
qdev: add no_user, alias and desc no_user: prevent users from adding certain devices. desc: description of the device. alias: to allow user friendly shortcuts on the command line, i.e. -device usbmouse instead of -device "QEMU USB Mouse" or -device lsi instead of -device lsi53c895a Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>