Re: [Qemu-devel] [PATCH 0/2] block/qapi: trivial fixes

2016-03-22 Thread Kevin Wolf
Am 22.03.2016 um 16:50 hat Markus Armbruster geschrieben: > Peter Xu writes: > > > One is to use literal printf format when possible. > > > > One is to fix an unbounded usage of stack. > > I lack the time to take this through my tree before my Easter vacation. > Kevin, can you stick it into your

Re: [Qemu-devel] [PATCH 0/2] block/qapi: trivial fixes

2016-03-22 Thread Markus Armbruster
Peter Xu writes: > One is to use literal printf format when possible. > > One is to fix an unbounded usage of stack. I lack the time to take this through my tree before my Easter vacation. Kevin, can you stick it into your next pull request for me? Note trivial fixup on PATCH 2.

[Qemu-devel] [PATCH 0/2] block/qapi: trivial fixes

2016-03-08 Thread Peter Xu
One is to use literal printf format when possible. One is to fix an unbounded usage of stack. Peter Xu (2): block/qapi: make two printf() formats literal block/qapi: fix unbounded stack for dump_qdict block/qapi.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) -- 2.4