qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for-2.5 0/4] vhost: cleanups and switching to sorted


From: Igor Mammedov
Subject: [Qemu-devel] [PATCH for-2.5 0/4] vhost: cleanups and switching to sorted memory map
Date: Tue, 28 Jul 2015 16:52:49 +0200

making memory map a sorted array helps to simplify
and speed up lookup/insertion and deletion ops on it.
It also makes insertion/deteletion code easier to read.

Igor Mammedov (4):
  vhost: codding style fix tab indents
  vhost: simplify/speedify vhost_dev_assign_memory()
  vhost: switch region lookup from linear to bsearch
  vhost: simplify/speedify vhost_dev_unassign_memory()

 hw/virtio/vhost.c | 252 ++++++++++++++++++++++++++----------------------------
 1 file changed, 123 insertions(+), 129 deletions(-)

-- 
1.8.3.1




reply via email to

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