
16 Aug
2021
16 Aug
'21
10:25 a.m.
On a Thursday in 2021, Peter Krempa wrote:
Add a cross reference of the enum value name with the string representation. This allows a quick cross-reference of the values without having to open the header and implementation files separately.
To achieve this the python checker code at first obtains a list of the
Consider removing the reference to python from the commit message. Jano
flags and cross-references them when checking the grouping in syntax-check, thus we are guaranteed to stay in sync.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- scripts/group-qemu-caps.py | 43 +- src/qemu/qemu_capabilities.c | 816 +++++++++++++++++------------------ 2 files changed, 448 insertions(+), 411 deletions(-)