Re: [Qemu-devel] [PATCH V3] migration: add capability to bypass the shared memory

2018-04-01 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180401084848.36725-1-jiangshan...@gmail.com Subject: [Qemu-devel] [PATCH V3] migration: add capability to bypass the shared memory === TEST SCRIPT BEGIN === #!/bin/bash

Re: [Qemu-devel] [PATCH V3] migration: add capability to bypass the shared memory

2018-04-01 Thread no-reply
: add capability to bypass the shared memory === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-mingw@fedora === TEST SCRIPT END === Updating

[Qemu-devel] [PATCH V3] migration: add capability to bypass the shared memory

2018-04-01 Thread Lai Jiangshan
1) What's this When the migration capability 'bypass-shared-memory' is set, the shared memory will be bypassed when migration. It is the key feature to enable several excellent features for the qemu, such as qemu-local-migration, qemu-live-update, extremely-fast-save-restore, vm-template, vm-fast