All of lore.kernel.org
 help / color / mirror / Atom feed
* several Qs about domain live migration
@ 2008-11-17  6:50 Tian, Kevin
  2008-11-17  7:45 ` Keir Fraser
  0 siblings, 1 reply; 11+ messages in thread
From: Tian, Kevin @ 2008-11-17  6:50 UTC (permalink / raw)
  To: Xen Developers

Is analysis_phase just for debug purpose, since 'runs' is just zero
when invoked?

Where is the possible place to mark pfn_type to as some special 
type for hvm domain, like invalid pfn?
if ( hvm )
	pfn_type[batch] = n;
else
	pfn_type[batch] = pfn_to_mfn(n);

I didn't find code to check mmio holes. Then how does restore
side differentiate normal ram from those holes, for a hvm with
>4G memory?

Thanks,
Kevin

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

end of thread, other threads:[~2008-11-18  9:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17  6:50 several Qs about domain live migration Tian, Kevin
2008-11-17  7:45 ` Keir Fraser
2008-11-17  7:49   ` Tian, Kevin
2008-11-17  8:40     ` Keir Fraser
2008-11-17  8:46       ` Tian, Kevin
2008-11-18  1:17       ` Zhai, Edwin
2008-11-18  8:13         ` Keir Fraser
2008-11-18  8:22           ` Zhai, Edwin
2008-11-18  9:12             ` Keir Fraser
2008-11-18  9:35               ` Zhai, Edwin
2008-11-18  9:47                 ` Keir Fraser

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.