Re: [Qemu-devel] [PATCH V6 02/10] qapi script: add check for duplicated key

2014-02-17 Thread Markus Armbruster
Wenchao Xia writes: > 于 2014/2/13 23:14, Markus Armbruster 写道: >> Wenchao Xia writes: >> >>> It is bad that same key was specified twice, especially when a union have >>> two branches with same condition. This patch can prevent it. >>> >>> Signed-off-by: Wenchao Xia >>> Reviewed-by: Eric Blake

Re: [Qemu-devel] [PATCH V6 02/10] qapi script: add check for duplicated key

2014-02-13 Thread Wenchao Xia
于 2014/2/13 23:14, Markus Armbruster 写道: > Wenchao Xia writes: > >> It is bad that same key was specified twice, especially when a union have >> two branches with same condition. This patch can prevent it. >> >> Signed-off-by: Wenchao Xia >> Reviewed-by: Eric Blake >> --- >> scripts/qapi.py |

Re: [Qemu-devel] [PATCH V6 02/10] qapi script: add check for duplicated key

2014-02-13 Thread Markus Armbruster
Wenchao Xia writes: > It is bad that same key was specified twice, especially when a union have > two branches with same condition. This patch can prevent it. > > Signed-off-by: Wenchao Xia > Reviewed-by: Eric Blake > --- > scripts/qapi.py |2 ++ > 1 files changed, 2 insertions(+), 0 delet

[Qemu-devel] [PATCH V6 02/10] qapi script: add check for duplicated key

2014-02-10 Thread Wenchao Xia
It is bad that same key was specified twice, especially when a union have two branches with same condition. This patch can prevent it. Signed-off-by: Wenchao Xia Reviewed-by: Eric Blake --- scripts/qapi.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scripts/qapi.py