search for: sched_destroy_domain

Displaying 3 results from an estimated 3 matches for "sched_destroy_domain".

2008 Dec 02
0
[PATCH] Fix Xen panic with oprofile
...- if ( is_hvm_domain(d) ) hvm_domain_relinquish_resources(d); diff -r 18eff064c628 xen/common/domain.c --- a/xen/common/domain.c Fri Aug 22 10:45:19 2008 +0100 +++ b/xen/common/domain.c Mon Dec 01 23:52:14 2008 -0800 @@ -534,6 +534,9 @@ static void complete_domain_destroy(stru sched_destroy_domain(d); + /* Free page used by xen oprofile buffer. */ + free_xenoprof_pages(d); + for ( i = MAX_VIRT_CPUS-1; i >= 0; i-- ) if ( (v = d->vcpu[i]) != NULL ) free_vcpu_struct(v); _______________________________________________ Xen-devel mailing list Xen-devel@list...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See