Displaying 2 results from an estimated 2 matches for "vdistanc".
Did you mean:
vdistance
2013 Oct 16
4
[PATCH 1/7] xen: vNUMA support for PV guests
...YING_dying:
rc = domain_relinquish_resources(d);
@@ -1287,6 +1288,15 @@ int continue_hypercall_on_cpu(
return 0;
}
+void domain_vnuma_destroy(struct domain_vnuma_info *v)
+{
+ v->nr_vnodes = 0;
+ xfree(v->vnuma_memblks);
+ xfree(v->vcpu_to_vnode);
+ xfree(v->vdistance);
+ xfree(v->vnode_to_pnode);
+}
+
/*
* Local variables:
* mode: C
diff --git a/xen/common/domctl.c b/xen/common/domctl.c
index 870eef1..042e2d2 100644
--- a/xen/common/domctl.c
+++ b/xen/common/domctl.c
@@ -29,6 +29,7 @@
#include <asm/page.h>
#include <public/domctl.h>
#...
2003 May 22
1
REPEAT- (message didn't show) compilation error, todays CVS
...d.c
sound3d.c: In function `DSOUND_Mix3DBuffer':
sound3d.c:193: parse error before `lVolume'
sound3d.c:213: `lVolume' undeclared (first use in this function)
sound3d.c:213: (Each undeclared identifier is reported only once
sound3d.c:213: for each function it appears in.)
sound3d.c:226: `vDistance' undeclared (first use in this function)
sound3d.c:227: `flDistance' undeclared (first use in this function)
sound3d.c:256: `flIntensity' undeclared (first use in this function)
sound3d.c:257: `flTemp' undeclared (first use in this function)
sound3d.c:273: `flAngle' undeclared...