diff options
author | Gonglei <arei.gonglei@huawei.com> | 2014-10-29 20:49:43 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-10-31 11:29:01 +0100 |
commit | 522abf69995ca20680ab048cad003796be36ef77 (patch) | |
tree | cbec0c989f80768a46ad3c88159dd593789cc682 /linux-headers/README | |
parent | e4dc3f5909ab90520bc1a27b381c3017ff65ed68 (diff) |
vl.c: Fix Coverity complaining for vmstate_dump_file
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.
However, only one instance of the -dump-vmstate option is supported.
If more were given, the vmstate_dump_file variable would be overwritten.
This fix also helps silence a Coverity error.
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'linux-headers/README')
0 files changed, 0 insertions, 0 deletions