To get Solaris 10/08 and Intrepid Server HVM able obtain IP address via bridge 
i had to use vif = ['bridge=eth0'] in profiles like :-
[EMAIL PROTECTED]:/etc/xen/vm# cat intrepid.hvm
kernel = “/usr/lib/xen/boot/hvmloader”
builder = ‘hvm’
memory = 1024
name = “IntrepidHVM”
vcpus = 1
vif = [ 'bridge=eth0' ]
disk = [ 'phy:/dev/sdb14,hda,w!','phy:/dev/loop0,hdc:cdrom,r' ]
device_model = ‘/usr/lib/xen/bin/qemu-dm’
vnc=1
boot=’c’
Turning virtual NIC into a paravirtualized mode instead of a fully virtualized.
When vif=['type=ioemu,bridge=eth0'] HVM fails to bring up virtual network 
interface.
Solaris 10/08 does have PV drivers,but Ubuntu Intrepid Server worked with
vif=['type=ioemu,bridge=eth0'] at Xen 3.3 CentOS 5.2 Dom0

-- 
Please backport Xen 3.3 from Intrepid
https://bugs.launchpad.net/bugs/260998
You received this bug notification because you are a member of Ubuntu
Backports Testing Team, which is subscribed to Hardy Backports.

-- 
ubuntu-backports mailing list
ubuntu-backports@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-backports

Reply via email to