WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

VIO work complete Was: [XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWERPC] En

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: VIO work complete Was: [XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWERPC] Enable PowerPC use of netback
From: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Date: Tue, 10 Oct 2006 10:38:46 -0400
Delivery-date: Tue, 10 Oct 2006 07:38:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <E1GXICa-0003iv-EY@xxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
References: <E1GXICa-0003iv-EY@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
barring bugs :)
On Oct 10, 2006, at 10:03 AM, Xen patchbot-linux-ppc-2.6 wrote:

# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID d2b37a151f5b27924e5aa59b4701ae8a7a623b25
# Parent  f18ec562c11cabed94d448a12754660c63497fac
[LINUX][XEN][POWERPC] Enable PowerPC use of netback

This patch "completes" the VIO work for Net and Block.
It works for most xm-tests and all my manual checks.

Some xm-tests fail because they lose console because they reset "extra" and the domain no longer gets:
  extra = "xencons=tty128 console=tty128"

anyway, here is my net.dom script:
#  -*- mode: python; -*-
import time

kernel = "vmlinux.strip"

ramdisk = "/root/ramdisk.image.gz"
memory = 64

name = "S-%s" % time.strftime("%x-%X")

vif = [ '' ]
# Number of Virtual CPUS to use, default is 1
#vcpus = 1

# cmdline
extra = "ip=dhcp xencons=tty128 console=tty128"

and my disk.dom script (/root/disk1 is the initrd from xm-test):
#  -*- mode: python; -*-
import time

kernel = "vmlinux.strip"

#ramdisk = "/root/ramdisk.image.gz"
memory = 64

name = "S-%s" % time.strftime("%x-%X")

# Number of Virtual CPUS to use, default is 1
#vcpus = 1

#vif = [ '' ]
#disk = [ 'phy:hda3,hda3,r' ]
disk = [ 'file:/root/disk1,hda1,w']


# cmdline
extra = "root=/dev/hda1 rw init=/bin/sh sysrq=1 debug xencons=tty128 console=tty128"




_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel