ia64/xen-unstable
changeset 3979:dadc3f1e1507
bitkeeper revision 1.1236.8.1 (42277d6dJcqUMaI0LWRabpTP52KawQ)
Fix build.
Signed-off-by: ian@xensource.com
Fix build.
Signed-off-by: ian@xensource.com
author | iap10@firebug.cl.cam.ac.uk |
---|---|
date | Thu Mar 03 21:11:09 2005 +0000 (2005-03-03) |
parents | df7ae5341e20 |
children | b40911fea95b |
files | BitKeeper/etc/logging_ok tools/libxc/xc_plan9_build.c |
line diff
1.1 --- a/BitKeeper/etc/logging_ok Thu Mar 03 16:13:06 2005 +0000 1.2 +++ b/BitKeeper/etc/logging_ok Thu Mar 03 21:11:09 2005 +0000 1.3 @@ -23,6 +23,7 @@ djm@kirby.fc.hp.com 1.4 gm281@boulderdash.cl.cam.ac.uk 1.5 gm281@tetrapod.cl.cam.ac.uk 1.6 harry@dory.(none) 1.7 +iap10@firebug.cl.cam.ac.uk 1.8 iap10@freefall.cl.cam.ac.uk 1.9 iap10@labyrinth.cl.cam.ac.uk 1.10 iap10@nidd.cl.cam.ac.uk
2.1 --- a/tools/libxc/xc_plan9_build.c Thu Mar 03 16:13:06 2005 +0000 2.2 +++ b/tools/libxc/xc_plan9_build.c Thu Mar 03 21:11:09 2005 +0000 2.3 @@ -679,7 +679,7 @@ loadp9image(gzFile kernel_gfd, int xc_ha 2.4 memcpy(&args.data[0x200 + 64], cmdline, strlen(cmdline)); 2.5 printf("Copied :%s: to page for args\n", cmdline); 2.6 ret = memcpy_toguest(xc_handle, dom, &args, sizeof(args), page_array,1); 2.7 - dumpit(xc_handle, dom, 0 /*0x100000>>12*/, 4, page_array) ; 2.8 + //dumpit(xc_handle, dom, 0 /*0x100000>>12*/, 4, page_array) ; 2.9 out: 2.10 if (image) 2.11 free(image);