qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.5 0/4] vhost: cleanups and switching to sorted memory map
@ 2015-07-28 14:52 Igor Mammedov
  2015-07-28 14:52 ` [Qemu-devel] [PATCH for-2.5 1/4] vhost: codding style fix tab indents Igor Mammedov
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Igor Mammedov @ 2015-07-28 14:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: mst

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

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

end of thread, other threads:[~2015-08-31 12:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28 14:52 [Qemu-devel] [PATCH for-2.5 0/4] vhost: cleanups and switching to sorted memory map Igor Mammedov
2015-07-28 14:52 ` [Qemu-devel] [PATCH for-2.5 1/4] vhost: codding style fix tab indents Igor Mammedov
2015-07-28 16:12   ` Peter Maydell
2015-07-28 14:52 ` [Qemu-devel] [PATCH for-2.5 2/4] vhost: simplify/speedify vhost_dev_assign_memory() Igor Mammedov
2015-07-28 14:52 ` [Qemu-devel] [PATCH for-2.5 3/4] vhost: switch region lookup from linear to bsearch Igor Mammedov
2015-07-28 14:52 ` [Qemu-devel] [PATCH for-2.5 4/4] vhost: simplify/speedify vhost_dev_unassign_memory() Igor Mammedov
2015-08-12  7:33 ` [Qemu-devel] [PATCH for-2.5 0/4] vhost: cleanups and switching to sorted memory map Michael S. Tsirkin
2015-08-31 12:35   ` Igor Mammedov

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).