Re: [Qemu-devel] [PATCH] test-bitmap: test set 1 bit case for bitmap_set

2019-08-14 Thread Wei Yang
On Wed, Aug 14, 2019 at 02:38:24PM +0200, Paolo Bonzini wrote: >On 14/08/19 02:27, Wei Yang wrote: >> All current bitmap_set test cases set range across word, while the >> handle of a range within one word is different from that. >> >> Add case to set 1 bit as a represent for set range within one

Re: [Qemu-devel] [PATCH] test-bitmap: test set 1 bit case for bitmap_set

2019-08-14 Thread Paolo Bonzini
On 14/08/19 02:27, Wei Yang wrote: > All current bitmap_set test cases set range across word, while the > handle of a range within one word is different from that. > > Add case to set 1 bit as a represent for set range within one word. > > Signed-off-by: Wei Yang > > --- > Thanks for Paolo's fi

[Qemu-devel] [PATCH] test-bitmap: test set 1 bit case for bitmap_set

2019-08-13 Thread Wei Yang
All current bitmap_set test cases set range across word, while the handle of a range within one word is different from that. Add case to set 1 bit as a represent for set range within one word. Signed-off-by: Wei Yang --- Thanks for Paolo's finding. --- tests/test-bitmap.c | 12 1