Prev: [PATCH] sched: add wait_for_completion_killable_timeout
Next: [PATCH] USB: musb: fix Blackfin building after power updates
From: Stefano Stabellini on 24 May 2010 14:40 Hi all, this is another update of the PV on HVM Xen series that addresses Jeremy's comments. The platform_pci hooks have been removed, suspend/resume for HVM domains is now much more similar to the PV case and shares the same do_suspend function. Alloc_xen_mmio_hook has been removed has well, now the memory allocation for the grant table is done by the xen platform pci driver directly. The per_cpu xen_vcpu variable is set by a cpu_notifier function so that secondary vcpus have the variable set correctly no matter what the xen features are on the host. The kernel command line option xen_unplug has been renamed to xen_emul_unplug and the code that makes use of it has been moved to a separate file (arch/x86/xen/platform-pci-unplug.c). Xen_unplug_emulated_devices is now able to detect if blkfront, netfront and the Xen platform PCI driver have been compiled, and set the default value of xen_emul_unplug accordingly. The patch "Initialize xenbus device structs with ENODEV as default" has been removed from the series and it will be sent separately. Finally the comments on most of the patches have been improved. The series is based on 2.6.34 and supports Xen PV frontends running in a HVM domain, including netfront, blkfront and the VIRQ_TIMER. In order to be able to use VIRQ_TIMER and to improve performances you need a patch to Xen to implement the vector callback mechanism for event channel delivery. A git tree is also available here: git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git branch name 2.6.34-pvhvm-v2. Cheers, Stefano -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Stefano Stabellini on 24 May 2010 15:10 On Mon, 24 May 2010, Boris Derzhavets wrote: > > In order to be able to use VIRQ_TIMER and to improve performances you > > need a patch to Xen to implement the vector callback mechanism > > for event channel delivery. > > Where to get it ? > It is this one: http://lists.xensource.com/archives/html/xen-devel/2010-05/msg00875.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Stefano Stabellini on 25 May 2010 06:00
On Tue, 25 May 2010, Boris Derzhavets wrote: > What Xen Version this patch is supposed to be applied ? > Seems like not 4.0. > xen-unstable, but it shouldn't be difficult to port to 4.0. BTW I just sent an updated version of the patch to the list. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |