Re: [Qemu-devel] [PATCH 14/19] qapi: Simplify check_keys()

2019-09-17 Thread Eric Blake
On 9/14/19 10:35 AM, Markus Armbruster wrote: > check_keys() parameter expr_elem expects a dictionary with keys 'expr' > and 'info'. Passing the two values separately is simpler, so do that. > > Signed-off-by: Markus Armbruster > --- > scripts/qapi/common.py | 19 --- > 1 file c

[Qemu-devel] [PATCH 14/19] qapi: Simplify check_keys()

2019-09-14 Thread Markus Armbruster
check_keys() parameter expr_elem expects a dictionary with keys 'expr' and 'info'. Passing the two values separately is simpler, so do that. Signed-off-by: Markus Armbruster --- scripts/qapi/common.py | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/scrip