From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH v15 00/18] Introduce PVH domU support Date: Mon, 11 Nov 2013 15:30:25 +0000 Message-ID: <5280F811.60900@eu.citrix.com> References: <1384181841-22739-1-git-send-email-george.dunlap@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1384181841-22739-1-git-send-email-george.dunlap@eu.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: xen-devel@lists.xen.org Cc: Keir Fraser , Ian Campbell , George Dunlap , Jan Beulich , Tim Deegan , Eddie Dong , Jun Nakajima , Ian Jackson List-Id: xen-devel@lists.xenproject.org On 11/11/13 14:57, George Dunlap wrote: > == Status == > > 01 a Allow vmx_update_debug_state to be called when v!=current > 02 A libxc: Move temporary grant table mapping to end of memory > 03 a pvh prep: code motion > 04 n pvh: Tolerate HVM guests having no ioreq page > 05 a Introduce pv guest type and has_hvm_container macros > 06 * pvh: Introduce PVH guest type > 07 pvh: Disable unneeded features of HVM containers > 08 * ! pvh: vmx-specific changes > 09 ra pvh: Do not allow PVH guests to change paging modes > 10 a pvh: PVH access to hypercalls > 11 Ra pvh: Use PV e820 > 12 * ! pvh: Set up more PV stuff in set_info_guest > 13 * ! pvh: PV cpuid > 14 * ! pvh: Use PV handlers for :IO Actually, with the new way of handling PIO, this doesn't touch the vmx code anymore; so ignore the '!' here. -George