qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] About VM fork in QEMU
@ 2013-10-22 20:23 Xinyang Ge
  2013-10-22 22:10 ` Eric Blake
  0 siblings, 1 reply; 9+ messages in thread
From: Xinyang Ge @ 2013-10-22 20:23 UTC (permalink / raw)
  To: qemu-devel

Dear QEMU developers,

I am a Ph.D. student in Penn State. And we are currently working on a
project that needs to fork multiple instances of a same VM instance
with exactly same state (e.g., memory layout, registers, etc.) in a
very efficient way. Snapshot is too heavy for us because it needs to
dump the memory state to the filesystem so that reverting is possible
sometime later. Our project does not need to revert a VM to a previous
snapshot but lively clone (or fork) multiple instances and make them
run at the same time. Do you happen to know if it's possible to do
this? What we are envisioning is copy-on-write would happen both on
disks (e.g., qcow2) and memory state (e.g., physical pages).

Thanks,
Xinyang

-- 
Xinyang GE
Department of Computer Science & Engineering
The Pennsylvania State University
Homepage: http://www.cse.psu.edu/~xxg113/

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

end of thread, other threads:[~2013-10-28 17:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22 20:23 [Qemu-devel] About VM fork in QEMU Xinyang Ge
2013-10-22 22:10 ` Eric Blake
2013-10-23 14:36   ` Xinyang Ge
2013-10-26  4:15     ` Eric Blake
2013-10-26 17:37       ` Xinyang Ge
2013-10-28 14:33         ` Eric Blake
2013-10-28 17:30           ` Xinyang Ge
2013-10-26 19:12       ` Xinyang Ge
2013-10-24 19:10   ` Xinyang Ge

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