qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] memory: some little optimizations
@ 2016-05-12 10:07 Gonglei
  2016-05-12 10:07 ` [Qemu-devel] [PATCH v3 1/3] memory: drop find_ram_block() Gonglei
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Gonglei @ 2016-05-12 10:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, famz, peter.huangpeng, Gonglei

Please see the details in each patch.

v3 -> v2:
 - rebase on the master
 - resend because Delivery has failed to these recipients or groups: qemu-devel@nongnu.org

v2 -> v1:
 - rework an argument's name for clearity in patch 1. [Fam]
 - fix some typos in patch 2. [Fam]
 - touche block->fd directly and remove the wrappers. [Paolo]

Gonglei (3):
  memory: drop find_ram_block()
  exec: adjust rcu_read_lock requirement
  memory: drop some wrappers that waste cpu cycle


Gonglei (3):
  memory: drop find_ram_block()
  exec: adjust rcu_read_lock requirement
  memory: drop some wrappers that waste cpu cycle

 exec.c                    | 71 ++++++-----------------------------------------
 hw/misc/ivshmem.c         |  8 ++++--
 hw/virtio/vhost-user.c    | 13 +++++----
 include/exec/cpu-common.h |  4 +--
 include/exec/ram_addr.h   |  6 ++--
 memory.c                  |  4 +--
 migration/ram.c           |  2 +-
 migration/savevm.c        |  4 +--
 8 files changed, 31 insertions(+), 81 deletions(-)

-- 
1.7.12.4

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

end of thread, other threads:[~2016-05-17  1:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-12 10:07 [Qemu-devel] [PATCH v3 0/3] memory: some little optimizations Gonglei
2016-05-12 10:07 ` [Qemu-devel] [PATCH v3 1/3] memory: drop find_ram_block() Gonglei
2016-05-12 10:07 ` [Qemu-devel] [PATCH v3 2/3] exec: adjust rcu_read_lock requirement Gonglei
2016-05-12 10:07 ` [Qemu-devel] [PATCH v3 3/3] memory: drop some wrappers that waste cpu cycle Gonglei
2016-05-17  1:50   ` Fam Zheng

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