qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] exec: Convert bounce buffer to a set


From: Fam Zheng
Subject: [Qemu-devel] [PATCH 0/2] exec: Convert bounce buffer to a set
Date: Tue, 10 Mar 2015 15:50:08 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]