diff options
author | Roman Kagan <rvkagan@yandex-team.ru> | 2020-05-29 01:55:12 +0300 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-06-17 14:53:40 +0200 |
commit | 914e74cda9a54ac860000aa18882dc40d3c8180b (patch) | |
tree | a2ce84d8ab678410471b9d788b1048082cbde857 /linux-user | |
parent | a345c5523607a0a4549990cce1be096b63df9668 (diff) | |
download | qemu-914e74cda9a54ac860000aa18882dc40d3c8180b.zip qemu-914e74cda9a54ac860000aa18882dc40d3c8180b.tar.gz qemu-914e74cda9a54ac860000aa18882dc40d3c8180b.tar.bz2 |
qdev-properties: add size32 property type
Introduce size32 property type which handles size suffixes (k, m, g)
just like size property, but is uint32_t rather than uint64_t. It's
going to be useful for properties that are byte sizes but are inherently
32bit, like BlkConf.opt_io_size or .discard_granularity (they are
switched to this new property type in a followup commit).
The getter for size32 is left out for a separate patch as its benefit is
less obvious, and it affects test output; for now the regular uint32
getter is used.
Signed-off-by: Roman Kagan <rvkagan@yandex-team.ru>
Message-Id: <20200528225516.1676602-5-rvkagan@yandex-team.ru>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'linux-user')
0 files changed, 0 insertions, 0 deletions