Re: [PATCH v3 0/8] Fix some style problems in migration

2020-10-26 Thread Dr. David Alan Gilbert
* Bihong Yu (yubih...@huawei.com) wrote: > Recently I am reading migration related code, find some style problems in > migration directory while using checkpatch.pl to check migration code. Fix the > error style problems. > Queued > v2: > - fix Signed-off-by error > - fix printf format error: "%

Re: [PATCH v3 0/8] Fix some style problems in migration

2020-10-19 Thread no-reply
] Fix some style problems in migration === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT

[PATCH v3 0/8] Fix some style problems in migration

2020-10-19 Thread Bihong Yu
Recently I am reading migration related code, find some style problems in migration directory while using checkpatch.pl to check migration code. Fix the error style problems. v2: - fix Signed-off-by error - fix printf format error: "%0x" -> "0x%x" v3: - change "VMStateDescription * []" to "VMStat