Re: [Qemu-devel] [PATCH] vl.c: Fix Coverity complaining for vmstate_dump_file

2014-10-29 Thread Paolo Bonzini
On 10/29/2014 01:49 PM, arei.gong...@huawei.com wrote: > From: Gonglei > > commit abfd9ce3(migration: dump vmstate info as a json > file for static analysis) introduce a new command, > '-dump-vmstate', that takes a filename > as an argument. When executed, QEMU will dump the vmstate information

Re: [Qemu-devel] [PATCH] vl.c: Fix Coverity complaining for vmstate_dump_file

2014-10-29 Thread Amit Shah
On (Wed) 29 Oct 2014 [20:49:43], arei.gong...@huawei.com wrote: > From: Gonglei > > commit abfd9ce3(migration: dump vmstate info as a json > file for static analysis) introduce a new command, > '-dump-vmstate', that takes a filename > as an argument. When executed, QEMU will dump the vmstate inf

[Qemu-devel] [PATCH] vl.c: Fix Coverity complaining for vmstate_dump_file

2014-10-29 Thread arei.gonglei
From: Gonglei commit abfd9ce3(migration: dump vmstate info as a json file for static analysis) introduce a new command, '-dump-vmstate', that takes a filename as an argument. When executed, QEMU will dump the vmstate information for the machine type it's invoked with to the file, and quit. Appa