diff options
author | Eduardo Habkost | 2020-12-11 23:05:19 +0100 |
---|---|---|
committer | Eduardo Habkost | 2020-12-18 21:20:17 +0100 |
commit | 7ed854af1401d62be9b232d4b67d8a75418e96b2 (patch) | |
tree | 98215fce10e709eb6158090e91eea1244b7c2535 /hw/s390x | |
parent | qdev: Add name argument to PropertyInfo.create method (diff) | |
download | qemu-7ed854af1401d62be9b232d4b67d8a75418e96b2.tar.gz qemu-7ed854af1401d62be9b232d4b67d8a75418e96b2.tar.xz qemu-7ed854af1401d62be9b232d4b67d8a75418e96b2.zip |
qdev: Wrap getters and setters in separate helpers
We'll add extra code to the qdev property getters and setters, so
add wrapper functions where additional actions can be performed.
The new functions have a "field_prop_" prefix instead of "qdev_"
because the code will eventually be moved outside
qdev-properties.c, to common QOM code.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20201211220529.2290218-23-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'hw/s390x')
0 files changed, 0 insertions, 0 deletions