From: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/8] qemu-queue cleanups
Date: Fri, 13 Jan 2012 16:47:56 +0100 [thread overview]
Message-ID: <4F10522C.9090508@redhat.com> (raw)
In-Reply-To: <1325527237-24146-1-git-send-email-pbonzini@redhat.com>
On 01/02/2012 07:00 PM, Paolo Bonzini wrote:
> These patches simplify the jungle of lists provided by qemu-queue from
> 4 to 3. QCIRCLEQ is dropped, since it provides no real advantage over
> QTAILQ. QSIMPLEQ is simplified to no longer permit insertion at the
> tail, with the advantage that it is more suited for simple free lists.
>
> Stefan, these are a bit borderline for qemu-trivial. Let me know
> if they're fine.
>
> Paolo Bonzini (8):
> notifier: switch to QLIST
> block-migration: switch to QTAILQ
> qed: switch to QTAILQ
> ccid: switch to QTAILQ
> qemu-queue: really simplify QSIMPLEQ
> qemu-queue: drop QCIRCLEQ
> coroutine: switch to QSIMPLEQ
> block: use QSIMPLEQ for the AIO free list
>
> block-migration.c | 44 ++++++------
> block.c | 9 +--
> block/qed.c | 20 +++---
> block/qed.h | 4 +-
> block_int.h | 4 +-
> coroutine-ucontext.c | 10 ++--
> hw/ccid-card-emulated.c | 24 +++---
> input.c | 2 +-
> migration.c | 2 +-
> notify.c | 10 ++--
> notify.h | 8 +-
> qemu-coroutine-int.h | 2 +-
> qemu-queue.h | 175 +++--------------------------------------------
> qemu-timer.c | 2 +-
> vl.c | 2 +-
> 15 files changed, 81 insertions(+), 237 deletions(-)
>
Ping; Stefan asked to get these in through a qemu.git committer rather
than qemu-trivial.
Paolo
prev parent reply other threads:[~2012-01-13 15:48 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-02 18:00 [Qemu-trivial] [PATCH 0/8] qemu-queue cleanups Paolo Bonzini
2012-01-02 18:00 ` [Qemu-devel] " Paolo Bonzini
2012-01-02 18:00 ` [Qemu-trivial] [PATCH 1/8] notifier: switch to QLIST Paolo Bonzini
2012-01-02 18:00 ` [Qemu-devel] " Paolo Bonzini
2012-01-03 11:54 ` [Qemu-trivial] " Stefan Hajnoczi
2012-01-03 11:54 ` Stefan Hajnoczi
2012-01-03 11:59 ` [Qemu-trivial] " Paolo Bonzini
2012-01-03 11:59 ` Paolo Bonzini
2012-01-03 12:09 ` [Qemu-trivial] " Stefan Hajnoczi
2012-01-03 12:09 ` Stefan Hajnoczi
2012-01-02 18:00 ` [Qemu-trivial] [PATCH 2/8] block-migration: switch to QTAILQ Paolo Bonzini
2012-01-02 18:00 ` [Qemu-devel] " Paolo Bonzini
2012-01-02 18:00 ` [Qemu-trivial] [PATCH 3/8] qed: " Paolo Bonzini
2012-01-02 18:00 ` [Qemu-devel] " Paolo Bonzini
2012-01-02 18:00 ` [Qemu-trivial] [PATCH 4/8] ccid: " Paolo Bonzini
2012-01-02 18:00 ` [Qemu-devel] " Paolo Bonzini
2012-01-02 18:00 ` [Qemu-trivial] [PATCH 5/8] qemu-queue: really simplify QSIMPLEQ Paolo Bonzini
2012-01-02 18:00 ` [Qemu-devel] " Paolo Bonzini
2012-01-03 12:04 ` [Qemu-trivial] " Stefan Hajnoczi
2012-01-03 12:04 ` [Qemu-devel] " Stefan Hajnoczi
2012-01-13 16:04 ` [Qemu-trivial] [Qemu-devel] " Peter Maydell
2012-01-13 16:04 ` Peter Maydell
2012-01-02 18:00 ` [Qemu-trivial] [PATCH 6/8] qemu-queue: drop QCIRCLEQ Paolo Bonzini
2012-01-02 18:00 ` [Qemu-devel] " Paolo Bonzini
2012-01-02 18:00 ` [Qemu-trivial] [PATCH 7/8] coroutine: switch to QSIMPLEQ Paolo Bonzini
2012-01-02 18:00 ` [Qemu-devel] " Paolo Bonzini
2012-01-02 18:00 ` [Qemu-trivial] [PATCH 8/8] block: use QSIMPLEQ for the AIO free list Paolo Bonzini
2012-01-02 18:00 ` [Qemu-devel] " Paolo Bonzini
2012-01-03 12:07 ` [Qemu-trivial] [PATCH 0/8] qemu-queue cleanups Stefan Hajnoczi
2012-01-03 12:07 ` [Qemu-devel] " Stefan Hajnoczi
2012-01-13 15:47 ` Paolo Bonzini [this message]
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=4F10522C.9090508@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 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.