]> git.proxmox.com Git - mirror_qemu.git/commit - include/hw/qdev-core.h
qdev: Add description field in PropertyInfo struct
authorGonglei <arei.gonglei@huawei.com>
Tue, 7 Oct 2014 06:33:20 +0000 (14:33 +0800)
committerAndreas Färber <afaerber@suse.de>
Wed, 15 Oct 2014 03:03:15 +0000 (05:03 +0200)
commit51b2e8c331c1e3de5463bd7fe13676c2a9ec52fe
tree49826b47d549f60993d82a48c62caf5ca326fbe2
parentb6cc36abb20a54a30fbd7d0ae98066df6c5adabc
qdev: Add description field in PropertyInfo struct

The descriptions can serve as documentation in the code,
and they can be used to provide better help.

Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/core/qdev-properties-system.c
hw/core/qdev-properties.c
include/hw/qdev-core.h
target-ppc/translate_init.c