qdev: remove parse/print methods for pointer properties
commit7b009e5d09ee7786a4fd848327b6a8d8d7c01f0d
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 2 Feb 2012 12:01:40 +0000 (2 13:01 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Feb 2012 12:52:41 +0000 (7 13:52 +0100)
tree1956d7a1d34b0af1f1e27718123bbb92a66de01b
parentb403298adb54ca683b895ebddd412dcb092cb780
qdev: remove parse/print methods for pointer properties

Pointer properties (except for PROP_PTR of course) should not need a
legacy counterpart.  In the future, relative paths will ensure that
QEMU will support the same syntax as now for drives etc..

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/qdev-properties.c