25 lines
843 B
Plaintext
25 lines
843 B
Plaintext
$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);
|