search for: ec03b24a2d83

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

2006 Sep 22
1
Linux Dom0 <-> Solaris prepared Volume
...ffb939850, 0xfffffffffbbc1b37] data at 0xfffffffffbc80ca0 SunOS Release 5.11 Version matrix-build-2006-08-16 64-bit Copyright 1983-2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. DEBUG enabled xen v3.0-unstable chgset ''Tue Aug 15 19:53:55 2006 +0100 11134:ec03b24a2d83'' WARNING: Found xen v3.0-unstable but need xen v3.0.2-3-sun WARNING: The kernel may not function correctly ==== : : : ==== pseudo-device: pm0 pm0 is /pseudo/pm@0 pseudo-device: pool0 pool0 is /pseudo/pool@0 panic[cpu0]/thread=fffffffec48d8c00: stisti >> warning! 8-byte aligned %f...
2006 Aug 16
3
[NET] front: Fix features on resume when csum is off
...igned-off-by: Herbert Xu <herbert@gondor.apana.org.au> Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- diff -r ec03b24a2d83 linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c --- a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Tue Aug 15 19:53:55 2006 +0100 +++ b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Wed Aug 16 11:07:11 2006 +1000 @@ -1369,6 +1369,9 @@ static void xennet_set_features(struct n d...
2006 Sep 06
7
[RFC PATCH] allow connecting to xenconsole from remote hosts
...teresting for inclusion? if yes, I''ll be happy to split it into smaller, more-digestable chunks. To use: In dom0: xenconsole --remote --gateway --port $PORT $DOMID In remote host: telnet $DOM0IP $PORT, or # nc $DOM0IP $PORT, or gdb''s target remote command Cheers, Muli diff -r ec03b24a2d83 -r 03ce605e7542 tools/console/client/main.c --- a/tools/console/client/main.c Tue Aug 15 19:53:55 2006 +0100 +++ b/tools/console/client/main.c Sun Sep 03 15:13:01 2006 +0300 @@ -1,8 +1,9 @@ /*\ - * Copyright (C) International Business Machines Corp., 2005 - * Author(s): Anthony Liguori <alig...