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-users

Re: [Xen-users] MAC Address for GPL PV network card

To: "Nemeth, Tamas" <nice@xxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] MAC Address for GPL PV network card
From: "Thiago Camargo Martins Cordeiro" <thiagocmartinsc@xxxxxxxxx>
Date: Fri, 26 Sep 2008 18:20:52 -0300
Cc: Bogdan Rudas <brudas@xxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 26 Sep 2008 14:21:43 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=F8VzWFRbpnyKYC9tCj841dtmr6xWO5NxNBeNRdOlRtE=; b=lg4u9IpogDTkel7MQRUsoIgXCcEdtPh8RNX9RPO8XlmJO4nWf6bdEenOtXT7H1Wg1g H6sMmvlV10ZGvx3wBUNYFIf1zSQIEw3oWXOF1CXMyzeogDNKG2Hq0T3Du2WIExYUgu9J CIODTFCH5xnObHnjbTgxTclGlKGjlBuHPKu8U=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=R/cyRNs8OCHiUYBTJkS5VRep6v0opsyV2skxUoi7hOWOjUozZyPaHs5iNCYzK1W101 nW6QwJsWdfoLKBAv199sy5sExZSUs+r7t3Ub5or0alGY0C0N7pw6yK8GfrrtL2Svv/Gw 03p/IxG3b7YGJlvm8eKfd/SzQRwt+NEhXX2Mw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1222459429.8512.52.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <20080924180350.6b92a7eb.brudas@xxxxxxxxxxx> <1222273662.16994.0.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <2a62c98e0809250313o28d7915et6638ea7ff7143f86@xxxxxxxxxxxxxx> <1222423167.8512.43.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <6b7f6eb0809261214w2628d186wbee537cae3f23980@xxxxxxxxxxxxxx> <1222459429.8512.52.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
You must try hvm-stubdom for your virtualized Windows! It's much more fast!   ;-)

Regards,
Thiago

2008/9/26 Nemeth, Tamas <nice@xxxxxxxxxxxxxxx>
I tested several versions gplvp today on xen 3.2.1 and xen 3.3.0, with
w2k3 and windows xp, but I experienced BSODs constantly in everi
scenario. I don't want to use it anymore, I only miss the shutdown
feature. I haven't ever tried stubdom.

Regards

Tamas

2008. 09. 26, péntek keltezéssel 16.14-kor Thiago Camargo Martins
Cordeiro ezt írta:
> Nemeth,
>
>  Have you tested GPL PV with Xen-3.3 and your Windows 2k3 in a HVM
> stubdomain?
>
>  What is the best to virtualize Windows in Xen-3.3, normal HVM with
> GPL PV drivers or Xen-3.3 HVM Stubdom without GPL PL?
>
> Thiago
>
> 2008/9/26 Nemeth, Tamas <nice@xxxxxxxxxxxxxxx>
>
>
>         > Because I follow the guide:
>         > http://wiki.xensource.com/xenwiki/XenWindowsGplPv
>         > which say's:
>         >
>         >
>         >
>         > In your machine configuration, make sure you don't use the
>         ioemu
>         > network driver. Instead, use a line like:
>         >
>         >  vif = ['']
>
>         OK, I've already said that I think they only want to explain
>         that you
>         have to omit the "type=ioemu" and "model=rtl8139/ne2k_pci"
>         directives,
>         in order to turn that virtual NIC into a paravirtualized one
>         instead of
>         a fully virtualized. I've tested it on xen 3.3.0 and Windows
>         2k3
>         enterprise with Xen PV Drivers 0.9.11-pre17, and it works! The
>         MAC
>         address of the virtual card is exactly the same I set to.
>         Here's the
>         config:
>
>         name="vw-storman2"
>         uuid="7b77d277-e99a-e25b-3652-61e936f78abb"
>         memory=1024
>         vcpus=1
>         > >         > >         > >         > >         > >         localtime=1
>         timer_mode=1
>
>         builder="hvm"
>         device_model="/usr/lib/xen/bin/qemu-dm"
>         kernel="/usr/lib/xen/boot/hvmloader"
>         boot="c"
>         disk=[ 'phy:/dev/mapper/vw-storman2,hda,w' ]
>         vif=[ 'mac=00:16:3e:0b:e9:5a,bridge=eth0', ]
>         #
>         vif=[ 'mac=00:16:3e:0b:e9:5a,model=rtl8139,type=ioemu,bridge=eth0', ]
>         keymap="hu"
>         stdvga=0
>         vnc=1
>         vncunused=0
>         vncdisplay=27
>         apic=1
>         acpi=1
>         pae=1
>
>         usb=1
>         usbdevice='tablet'
>
>         serial="pty"
>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users


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