]> git.proxmox.com Git - mirror_qemu.git/commit - include/hw/qdev-core.h
qapi: Change data type of the FOO_lookup generated for enum FOO
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 24 Aug 2017 08:46:10 +0000 (10:46 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 4 Sep 2017 11:09:13 +0000 (13:09 +0200)
commitf7abe0ecd4973dfe36944b916c5b9cf8ec199b8a
tree99ca676afbfcf2da0182b3bf99811d000cb69c58
parent788b305c91398f18e5952667b929d7f45e2c211c
qapi: Change data type of the FOO_lookup generated for enum FOO

Currently, a FOO_lookup is an array of strings terminated by a NULL
sentinel.

A future patch will generate enums with "holes".  NULL-termination
will cease to work then.

To prepare for that, store the length in the FOO_lookup by wrapping it
in a struct and adding a member for the length.

The sentinel will be dropped next.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20170822132255.23945-13-marcandre.lureau@redhat.com>
[Basically redone]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1503564371-26090-16-git-send-email-armbru@redhat.com>
[Rebased]
33 files changed:
backends/hostmem.c
block.c
block/blkdebug.c
block/file-posix.c
block/file-win32.c
block/gluster.c
block/parallels.c
block/qcow2.c
block/quorum.c
blockdev.c
crypto/block-luks.c
crypto/secret.c
crypto/tlscreds.c
hmp.c
hw/core/qdev-properties.c
include/hw/qdev-core.h
include/qapi/util.h
include/qapi/visitor.h
include/qom/object.h
migration/global_state.c
net/filter.c
qapi/qapi-util.c
qapi/qapi-visit-core.c
qemu-img.c
qemu-nbd.c
qom/object.c
scripts/qapi-visit.py
scripts/qapi.py
tests/check-qom-proplist.c
tests/qmp-test.c
tests/test-qapi-util.c
tests/test-qobject-input-visitor.c
tpm.c