diff options
Diffstat (limited to 'sysutils/xenkernel41/patches/patch-CVE-2013-1918_1')
-rw-r--r-- | sysutils/xenkernel41/patches/patch-CVE-2013-1918_1 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sysutils/xenkernel41/patches/patch-CVE-2013-1918_1 b/sysutils/xenkernel41/patches/patch-CVE-2013-1918_1 deleted file mode 100644 index 0fa7d8e3a41..00000000000 --- a/sysutils/xenkernel41/patches/patch-CVE-2013-1918_1 +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-CVE-2013-1918_1,v 1.1 2013/05/03 16:48:37 drochner Exp $ - -see http://lists.xen.org/archives/html/xen-announce/2013-05/msg00000.html - ---- xen/include/xen/domain.h.orig 2013-04-23 16:44:20.000000000 +0000 -+++ xen/include/xen/domain.h -@@ -15,7 +15,7 @@ struct vcpu *alloc_vcpu( - int boot_vcpu( - struct domain *d, int vcpuid, vcpu_guest_context_u ctxt); - struct vcpu *alloc_dom0_vcpu0(void); --void vcpu_reset(struct vcpu *v); -+int vcpu_reset(struct vcpu *); - - struct xen_domctl_getdomaininfo; - void getdomaininfo(struct domain *d, struct xen_domctl_getdomaininfo *info); -@@ -57,7 +57,7 @@ void arch_dump_vcpu_info(struct vcpu *v) - - void arch_dump_domain_info(struct domain *d); - --void arch_vcpu_reset(struct vcpu *v); -+int arch_vcpu_reset(struct vcpu *); - - bool_t domctl_lock_acquire(void); - void domctl_lock_release(void); |