Re: [Qemu-devel] [PATCH 0/3] Cleanup migration/ram.c

2019-05-02 Thread Wei Yang
On Thu, May 02, 2019 at 09:35:50AM +0100, Dr. David Alan Gilbert wrote: >* Wei Yang (richard.weiy...@gmail.com) wrote: >> On Wed, May 01, 2019 at 09:24:06PM -0700, no-re...@patchew.org wrote: >> >Patchew URL: >> >https://patchew.org/QEMU/20190430034412.12935-1-richardw.y...@linux.intel.com/ >> > >

Re: [Qemu-devel] [PATCH 0/3] Cleanup migration/ram.c

2019-05-02 Thread Dr. David Alan Gilbert
* Wei Yang (richard.weiy...@gmail.com) wrote: > On Wed, May 01, 2019 at 09:24:06PM -0700, no-re...@patchew.org wrote: > >Patchew URL: > >https://patchew.org/QEMU/20190430034412.12935-1-richardw.y...@linux.intel.com/ > > > > > > > >Hi, > > > >This series failed the asan build test. Please find the

Re: [Qemu-devel] [PATCH 0/3] Cleanup migration/ram.c

2019-05-01 Thread Wei Yang
On Wed, May 01, 2019 at 09:24:06PM -0700, no-re...@patchew.org wrote: >Patchew URL: >https://patchew.org/QEMU/20190430034412.12935-1-richardw.y...@linux.intel.com/ > > > >Hi, > >This series failed the asan build test. Please find the testing commands and >their output below. If you have Docker ins

Re: [Qemu-devel] [PATCH 0/3] Cleanup migration/ram.c

2019-05-01 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190430034412.12935-1-richardw.y...@linux.intel.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bi

Re: [Qemu-devel] [PATCH 0/3] Cleanup migration/ram.c

2019-05-01 Thread Wei Yang
On Wed, May 01, 2019 at 03:53:01PM -0700, no-re...@patchew.org wrote: >Patchew URL: >https://patchew.org/QEMU/20190430034412.12935-1-richardw.y...@linux.intel.com/ > > > >Hi, > >This series failed the docker-mingw@fedora build test. Please find the testing >commands and >their output below. If yo

Re: [Qemu-devel] [PATCH 0/3] Cleanup migration/ram.c

2019-05-01 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190430034412.12935-1-richardw.y...@linux.intel.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

[Qemu-devel] [PATCH 0/3] Cleanup migration/ram.c

2019-04-29 Thread Wei Yang
The *start* of migration_bitmap_sync_range is always 0, we can remove this parameter. Since RAMBlock->offset is always *word* aligned, we can remove the check on offset and simplify the logic a little. Wei Yang (3): migration/ram.c: start of migration_bitmap_sync_range is always 0 migration/r