]> git.proxmox.com Git - mirror_qemu.git/commit
decodetree: Add !extern flag to argument sets
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Oct 2018 09:26:25 +0000 (10:26 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 31 Oct 2018 16:48:32 +0000 (16:48 +0000)
commitabd04f9290094f4eb7f3c07335766bbac3de22bb
treec6cff96de99f25447166f60c687d73d11791e7d9
parenta2e002ff7913ce93aa0f7dbedd2123dce5f1a9cd
decodetree: Add !extern flag to argument sets

Allow argument sets to be shared between two decoders by avoiding
a re-declaration error.  Make sure that anonymous argument sets
and anonymous formats have unique names.

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
scripts/decodetree.py