qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v2 0/5] qemu-queue cleanups
Date: Fri, 13 Jan 2012 17:34:00 +0100	[thread overview]
Message-ID: <1326472445-25966-1-git-send-email-pbonzini@redhat.com> (raw)

These patches slighly change the assortment of lists provided by
qemu-queue.  QCIRCLEQ is dropped, since it provides no real advantage
over QTAILQ (and in fact is unused).  QSLIST is introduced and used for
free lists.

QSIMPLEQ is left in, since it provides some memory saving over QTAILQ.

Stefan, these are a bit borderline for qemu-trivial.  Let me know
if they're fine.

Paolo Bonzini (5):
  notifier: switch to QLIST
  qemu-queue: add QSLIST
  qemu-queue: drop QCIRCLEQ
  coroutine: switch to QSLIST
  block: use QSLIST for the AIO free list

v1->v2: leave QSIMPLEQ in, add QSLIST (Peter)

 block.c              |    9 +-
 block_int.h          |    4 +-
 coroutine-ucontext.c |   10 +-
 input.c              |    2 +-
 migration.c          |    2 +-
 notify.c             |   10 +-
 notify.h             |    8 +-
 qemu-coroutine-int.h |    2 +-
 qemu-queue.h         |  205 +++++++++++++++++++++-----------------------------
 qemu-timer.c         |    2 +-
 vl.c                 |    2 +-
 11 files changed, 110 insertions(+), 146 deletions(-)

-- 
1.7.7.1

             reply	other threads:[~2012-01-13 16:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-13 16:34 Paolo Bonzini [this message]
2012-01-13 16:34 ` [Qemu-devel] [PATCH v2 1/5] notifier: switch to QLIST Paolo Bonzini
2012-01-13 16:34 ` [Qemu-devel] [PATCH v2 2/5] qemu-queue: add QSLIST Paolo Bonzini
2012-01-13 16:34 ` [Qemu-devel] [PATCH v2 3/5] qemu-queue: drop QCIRCLEQ Paolo Bonzini
2012-01-13 16:44   ` Peter Maydell
2012-01-13 17:05     ` Paolo Bonzini
2012-01-13 19:11       ` Paolo Bonzini
2012-01-13 16:34 ` [Qemu-devel] [PATCH v2 4/5] coroutine: switch to QSLIST Paolo Bonzini
2012-01-13 16:34 ` [Qemu-devel] [PATCH v2 5/5] block: use QSLIST for the AIO free list Paolo Bonzini
2012-02-17 16:03   ` Anthony Liguori
2012-02-15  9:05 ` [Qemu-devel] [PATCH v2 0/5] qemu-queue cleanups Paolo Bonzini
2012-02-17 18:15 ` Anthony Liguori

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=1326472445-25966-1-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).