From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhai, Edwin" Subject: [PATCH 0/8] HVM save restore Date: Thu, 11 Jan 2007 22:07:09 +0800 Message-ID: <20070111140709.GA2846@edwin-gen.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt , Keir Fraser Cc: xen-devel@lists.xensource.com, edwin.zhai@intel.com List-Id: xen-devel@lists.xenproject.org [PATCH 0/8] HVM save restore this patch series(based on r13284) enable HVM save/restore support. * currently various guest on IA32 and PAE host can work. * smp guest and PV driver are also okay. * but 64b HV is broken, because some shadow init issue and new compat domain. i'll fix them over time. thanks, edwin