All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Yang <richardw.yang@linux.intel.com>
To: qemu-devel@nongnu.org
Cc: quintela@redhat.com, corentincj@iksaif.net, pl@kamp.de,
	peterx@redhat.com, kraxel@redhat.com, pbonzini@redhat.com,
	Wei Yang <richardw.yang@linux.intel.com>
Subject: [Qemu-devel] [PATCH v3 0/2] bitmap: refine bitmap_set
Date: Thu, 18 Jul 2019 09:04:54 +0800	[thread overview]
Message-ID: <20190718010456.4234-1-richardw.yang@linux.intel.com> (raw)

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 case

Wei Yang (2):
  bitmap: get last word mask from nr directly
  test-bitmap: add test for bitmap_set

 tests/test-bitmap.c | 55 +++++++++++++++++++++++++++++++++++++++++++++
 util/bitmap.c       |  9 +++-----
 2 files changed, 58 insertions(+), 6 deletions(-)

-- 
2.17.1



             reply	other threads:[~2019-07-18  1:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-18  1:04 Wei Yang [this message]
2019-07-18  1:04 ` [Qemu-devel] [PATCH v3 1/2] bitmap: get last word mask from nr directly Wei Yang
2019-07-21  0:33   ` Wei Yang
2019-07-21 17:27     ` Paolo Bonzini
2019-07-22  0:29       ` Wei Yang
2019-08-12 16:18   ` Paolo Bonzini
2019-08-13 13:32     ` Wei Yang
2019-07-18  1:04 ` [Qemu-devel] [PATCH v3 2/2] test-bitmap: add test for bitmap_set Wei Yang
2019-07-18  1:45 ` [Qemu-devel] [PATCH v3 0/2] bitmap: refine bitmap_set Peter Xu
2019-07-18  9:53   ` Paolo Bonzini
2019-07-18 11:40 ` no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190718010456.4234-1-richardw.yang@linux.intel.com \
    --to=richardw.yang@linux.intel.com \
    --cc=corentincj@iksaif.net \
    --cc=kraxel@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peterx@redhat.com \
    --cc=pl@kamp.de \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.