On Wed, Dec 02, 2015 at 08:50:48AM +0800, Fam Zheng wrote: > On Tue, 12/01 21:28, Peter Xu wrote: > > /* if there is a dump in background, we should wait until the dump > > * finished */ > > if (dump_in_progress()) { > > error_setg(errp, "There is a dump in process, please wait."); > > return; > > } > > - > > Blank line change, please drop.
Ok. Thanks. Peter > > Fam