Re: [Qemu-devel] [PATCH v3 0/2] bitmap: refine bitmap_set

2019-07-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190718010456.4234-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 === #!/bin

Re: [Qemu-devel] [PATCH v3 0/2] bitmap: refine bitmap_set

2019-07-18 Thread Paolo Bonzini
On 18/07/19 03:45, Peter Xu wrote: > On Thu, Jul 18, 2019 at 09:04:54AM +0800, Wei Yang wrote: >> Patch 1 refine bitmap_set a little. >> Patch 2 add related test case to bitmap_set. >> >> v3: >> * free bmap >> * all 1's set correctly >> * expand range to 2 long >> * check each possible of o

Re: [Qemu-devel] [PATCH v3 0/2] bitmap: refine bitmap_set

2019-07-17 Thread Peter Xu
On Thu, Jul 18, 2019 at 09:04:54AM +0800, Wei Yang wrote: > Patch 1 refine bitmap_set a little. > Patch 2 add related test case to bitmap_set. > > v3: > * free bmap > * all 1's set correctly > * expand range to 2 long > * check each possible of offset > * add a skeleton to test both bitm

[Qemu-devel] [PATCH v3 0/2] bitmap: refine bitmap_set

2019-07-17 Thread Wei Yang
Patch 1 refine bitmap_set a little. Patch 2 add related test case to bitmap_set. v3: * free bmap * all 1's set correctly * expand range to 2 long * check each possible of offset * add a skeleton to test both bitmap_set and bitmap_set_atomic v2: * refine bitmap_set_atomic * add a test