All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v5 0/4] Separate thread for VM migration
@ 2011-08-24  3:12 ` Umesh Deshpande
  0 siblings, 0 replies; 20+ messages in thread
From: Umesh Deshpande @ 2011-08-24  3:12 UTC (permalink / raw)
  To: kvm, qemu-devel; +Cc: pbonzini, quintela, mtosatti, Umesh Deshpande

Following patch series deals with VCPU and iothread starvation during the
migration of a guest. Currently the iothread is responsible for performing the
guest migration. It holds qemu_mutex during the migration and doesn't allow VCPU
to enter the qemu mode and delays its return to the guest. The guest migration,
executed as an iohandler also delays the execution of other iohandlers.
In the following patch series,

The migration has been moved to a separate thread to
reduce the qemu_mutex contention and iohandler starvation.

Umesh Deshpande (4):
  MRU ram block list
  migration thread mutex
  separate migration bitmap
  separate migration thread

 arch_init.c         |   38 ++++++++++++----
 buffered_file.c     |   75 +++++++++++++++++--------------
 cpu-all.h           |   42 +++++++++++++++++
 exec.c              |   97 ++++++++++++++++++++++++++++++++++++++--
 migration.c         |  122 +++++++++++++++++++++++++++++---------------------
 migration.h         |    9 ++++
 qemu-common.h       |    2 +
 qemu-thread-posix.c |   10 ++++
 qemu-thread.h       |    1 +
 savevm.c            |    5 --
 10 files changed, 297 insertions(+), 104 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2011-08-27 14:38 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-24  3:12 [RFC PATCH v5 0/4] Separate thread for VM migration Umesh Deshpande
2011-08-24  3:12 ` [Qemu-devel] " Umesh Deshpande
2011-08-24  3:12 ` [RFC PATCH v5 1/4] MRU ram list Umesh Deshpande
2011-08-24  3:12   ` [Qemu-devel] " Umesh Deshpande
2011-08-24  3:12 ` [RFC PATCH v5 2/4] Migration thread mutex Umesh Deshpande
2011-08-24  3:12   ` [Qemu-devel] " Umesh Deshpande
2011-08-26 17:00   ` Marcelo Tosatti
2011-08-26 17:00     ` [Qemu-devel] " Marcelo Tosatti
2011-08-24  3:12 ` [RFC PATCH v5 3/4] Separate migration bitmap Umesh Deshpande
2011-08-24  3:12   ` [Qemu-devel] " Umesh Deshpande
2011-08-24  3:12 ` [RFC PATCH v5 4/4] Separate thread for VM migration Umesh Deshpande
2011-08-24  3:12   ` [Qemu-devel] " Umesh Deshpande
2011-08-24 17:19 ` [Qemu-devel] [RFC PATCH v5 0/4] " Anthony Liguori
2011-08-24 17:19   ` Anthony Liguori
2011-08-25  6:25   ` Umesh Deshpande
2011-08-25  6:25     ` [Qemu-devel] " Umesh Deshpande
2011-08-25  6:29   ` Umesh Deshpande
2011-08-25  6:29     ` [Qemu-devel] " Umesh Deshpande
2011-08-25  6:35     ` Avi Kivity
2011-08-25  6:35       ` Avi Kivity

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.