All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] stubdom-dm: Support live migration of HVM domain with stubdom-dm
@ 2008-12-16  9:22 Yosuke Iwamatsu
  2008-12-16 10:02 ` Samuel Thibault
  0 siblings, 1 reply; 9+ messages in thread
From: Yosuke Iwamatsu @ 2008-12-16  9:22 UTC (permalink / raw)
  To: xen-devel; +Cc: samuel.thibault, Keir Fraser

Hi,

This series of patches is an attempt to support live migration of hvm
domains with stubdom-dm.

For hvm domains to live-migrate, we should create a log-dirty shared
memory segment between xc_save and qemu-dm. for a normal qemu-dm,
memory sharing is done by inter process communication interface
(shmget/shmat/shmctl), but it obviously doesn't work for a stubdom-dm
because it is not a dom0 process but a domain itself.

The idea here is to allocate log-dirty the shared memory segment in
the stubdom-dm and to map the memory region into the xc_save process
by using grant table interface.

[PATCH 1/4] mini-os: Make utility function get_self_id() public
[PATCH 2/4] Log-dirty shared memory between stubdom-dm and xc_save
[PATCH 3/4] Log-dirty shared memory between stubdom-dm and xc_save
            (ioemu-remote part)
[PATCH 4/4] xend: Give stubdom flag to xc_save

Thanks,
-----------------------
Yosuke Iwamatsu
        NEC Corporation

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

end of thread, other threads:[~2008-12-17 13:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-16  9:22 [PATCH 0/4] stubdom-dm: Support live migration of HVM domain with stubdom-dm Yosuke Iwamatsu
2008-12-16 10:02 ` Samuel Thibault
2008-12-16 10:06   ` Samuel Thibault
2008-12-16 14:04   ` Ian Jackson
2008-12-16 14:16     ` Samuel Thibault
2008-12-17  1:06     ` Yosuke Iwamatsu
2008-12-17  1:28       ` Samuel Thibault
2008-12-17 11:39       ` Ian Jackson
2008-12-17 13:14         ` Samuel Thibault

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.