From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Ostrovsky Subject: [PATCH v2 0/2] HVMlite start_info initialization fixes Date: Tue, 5 Jan 2016 17:26:08 -0500 Message-ID: <1452032770-5642-1-git-send-email-boris.ostrovsky@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com, ian.campbell@citrix.com, wei.liu2@citrix.com Cc: jgross@suse.com, Boris Ostrovsky , roger.pau@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org In addition to moving certain things to a later point I also noticed a small bug with comamnd line initialization which is fixed in patch 1. I ended up leaving code that deals with special pages and indenity page tables in alloc_magic_pages_hvm(). Boris Ostrovsky (2): libxc: Don't write terminating NULL character to command string libxc: Defer initialization of start_page for HVM guests tools/libxc/xc_dom_x86.c | 123 +++++++++++++++++++++++++++------------------- 1 files changed, 73 insertions(+), 50 deletions(-)