Revert "qdev: Add help for device properties"
authorMarkus Armbruster <armbru@redhat.com>
Fri, 29 Jan 2010 18:48:59 +0000 (19:48 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 3 Feb 2010 18:39:01 +0000 (12:39 -0600)
commit29d2e1672bab5132296f3a3bb3ad7e42abe9ceb6
tree3bebd65ab90ad94d7195743b4f3d07b1c486d636
parent50d8a8b044efdae066651cfd5d427e8c3640c972
Revert "qdev: Add help for device properties"

This reverts commit 2ba6edf0dd740166632df80caa85992b20791a68.

The commit has two issues:

* When it runs from the monitor, e.g. "device_add e1000,?", it prints
  to stderr instead of the monitor.

* Help looks to callers just like failed device creation.  This makes
  main() exit unsuccessfully on "-device e1000,?".

We need to do this differently.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/qdev-properties.c