From: Fam Zheng <famz@redhat.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] exec: Convert bounce buffer to a set
Date: Tue, 10 Mar 2015 15:50:08 +0800 [thread overview]
Message-ID: <1425973810-22831-1-git-send-email-famz@redhat.com> (raw)
The first patch introduces a hash table based bounce buffer tracker, which
guarantees the availability whenever bounce buffer is needed for dma.
The second patch removes the unused map_client_list.
Fam Zheng (2):
exec: Convert bounce buffer to a set
exec: Remove map_client_list family
dma-helpers.c | 20 ---------
exec.c | 112 ++++++++++++++++++++++------------------------
include/exec/cpu-common.h | 1 -
include/exec/memory.h | 2 -
tests/ide-test.c | 7 ++-
5 files changed, 59 insertions(+), 83 deletions(-)
--
1.9.3
next reply other threads:[~2015-03-10 7:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-10 7:50 Fam Zheng [this message]
2015-03-10 7:50 ` [Qemu-devel] [PATCH 1/2] exec: Convert bounce buffer to a set Fam Zheng
2015-03-10 11:14 ` Paolo Bonzini
2015-03-11 4:57 ` Fam Zheng
2015-03-10 7:50 ` [Qemu-devel] [PATCH 2/2] exec: Remove map_client_list family Fam Zheng
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=1425973810-22831-1-git-send-email-famz@redhat.com \
--to=famz@redhat.com \
--cc=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).