From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: PVH: Future work. Date: Thu, 18 Oct 2012 17:36:39 -0700 Message-ID: <20121018173639.3010f282@mantra.us.oracle.com> References: <20121018172134.16b0ee25@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121018172134.16b0ee25@mantra.us.oracle.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: Mukesh Rathor Cc: "Xen-devel@lists.xensource.com" , Ian Campbell , "stefano.stabellini@eu.citrix.com" , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On Thu, 18 Oct 2012 17:21:34 -0700 Mukesh Rathor wrote: > Here's my list of things remaining for PVH. Most are small, except > migration which I have no idea at this point what changes it would > incur: > > 1. VCPU hotplug. See setup_vcpu_hotplug_event(). > > 2. debug and fix eio map to work with pvh. See xen_init_IRQ() > > 3. have_vcpu_info_placement: enable it. > > 4. investigate setup_stack_canary_segment in > xen_setup_stackprotector. > > 5. Use ballooning for pfn's instead of kmalloc in gnttab_resume(). > > 6. Migration. Add one more: 7. Replace xen_add_to_physmap with xen_add_to_physmap_range.