From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v9 11/15] tools/libxc: x86 HVM restore code Date: Wed, 15 Apr 2015 12:31:23 +0100 Message-ID: <1429097483.15516.215.camel@citrix.com> References: <1428686167-8279-1-git-send-email-andrew.cooper3@citrix.com> <1428686167-8279-12-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1428686167-8279-12-git-send-email-andrew.cooper3@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper Cc: Wei Liu , Ian Jackson , Xen-devel List-Id: xen-devel@lists.xenproject.org On Fri, 2015-04-10 at 18:16 +0100, Andrew Cooper wrote: > Restore the x86 HVM specific parts of a domain. This is the HVM_CONTEXT and > HVM_PARAMS records. > > There is no need for any page localisation. > > This also includes writing the trailing qemu save record to a file because > this is what libxc currently does. This is intended to be moved into libxl > proper in the future. > > Signed-off-by: Andrew Cooper Acked-by: Ian Campbell