All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] exec: Convert bounce buffer to a set
@ 2015-03-10  7:50 Fam Zheng
  2015-03-10  7:50 ` [Qemu-devel] [PATCH 1/2] " Fam Zheng
  2015-03-10  7:50 ` [Qemu-devel] [PATCH 2/2] exec: Remove map_client_list family Fam Zheng
  0 siblings, 2 replies; 5+ messages in thread
From: Fam Zheng @ 2015-03-10  7:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-11  4:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10  7:50 [Qemu-devel] [PATCH 0/2] exec: Convert bounce buffer to a set Fam Zheng
2015-03-10  7:50 ` [Qemu-devel] [PATCH 1/2] " 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

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.