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] xen Installation through YUM

On Tue, Mar 02, 2010 at 01:15:13PM -0800, kishore kumar wrote:
>    I did nodomoset to my grub.conf.
>

nomodeset, not nodomoset..

Also see here how to capture the full boot messages for troubleshooting:
http://wiki.xensource.com/xenwiki/XenSerialConsole

-- Pasi
 
>    But still the same issue... :(
> 
> 
>    On Tue, Mar 2, 2010 at 12:39 PM, Pasi Kärkkäinen <[1]pasik@xxxxxx> wrote:
> 
>      On Tue, Mar 02, 2010 at 12:34:37PM -0800, kishore kumar wrote:
>      >    What is "nomodeset" parameter for the dom0 kernel??
>      >
>      >    Could you please let me know what needs to be done??
>      >
> 
>      You need to add it to grub.conf for the dom0 kernel.
>      It disables KMS (Kernel Mode Setting).
> 
>      -- Pasi
> 
>      >    thanks
>      >    BK
>      >
>      >    On Tue, Mar 2, 2010 at 12:21 PM, Pasi Kärkkäinen
>      <[1][2]pasik@xxxxxx> wrote:
>      >
>      >      On Tue, Mar 02, 2010 at 11:56:39AM -0800, kishore kumar wrote:
>      >      >    Hi Boris,
>      >      >
>      >      >    I successfully compiled and installed linux 2.6.32.9.
>      >      >
>      >      >    I modified the grub.conf to boot with xen.
>      >      >
>      >      >    After reboot, the system shows some xen boot messages and
>      goes to
>      >      black
>      >      >    screen.  Nothing comes on the screen.
>      >      >
>      >      >    What could be wrong here?
>      >      >
>      >
>      >      Do you have "nomodeset" parameter for the dom0 kernel? I think
>      that's
>      >      required still..
>      >
>      >      -- Pasi
>      >      >    Thanks
>      >      >    BK
>      >      >
>      >      >
>      >      >    On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets
>      >      >    <[1][2][3]bderzhavets@xxxxxxxxx> wrote:
>      >      >
>      >      > Quote:-
>      >      >
>      >      > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge
>      >      > Git Repository to support Xen 3.4.2 Dom0.
>      >      > # git clone
>      >
>       git://[2][3][4]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >      > linux-2.6-xen            (THIS WENT THROUGH SUCCESSFULLY)
>      >      > # cd linux-2.6-xen
>      >      >
>      >      > end Quote.
>      >      >
>      >      > Add commands:-
>      >      >
>      >      > #  git checkout origigin/xen/stable -b  xen/stable
>      >      > #  git pull
>      >      >
>      >      > Build with attached config :-
>      >      >
>      >      > # make -j2 (or 4 -number of cores your CPU)
>      >      > # make modules_install install
>      >      >
>      >      > Create initrd-2.6.32.9.img for your OS.
>      >      >
>      >      > Boris.
>      >      >
>      >      > --- On Mon, 3/1/10, kishore kumar
>      <[3][4][5]bodkekumar@xxxxxxxxx> wrote:
>      >      >
>      >      >   From: kishore kumar <[4][5][6]bodkekumar@xxxxxxxxx>
>      >      >   Subject: Re: [Xen-users] xen Installation through YUM
>      >      >   To: "Boris Derzhavets" <[5][6][7]bderzhavets@xxxxxxxxx>
>      >      >   Cc: "Pasi Kärkkäinen" <[6][7][8]pasik@xxxxxx>,
>      >      [7][8][9]xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >   Date: Monday, March 1, 2010, 7:52 PM
>      >      >
>      >      >   Hi All,
>      >      >
>      >      >   To follow up this, after Installing Xen Hypervisor 3.4.2
>      >      successfully, I downloaded
>      >      >   Linux 2.6.18 with Xen 3.4.x support source tarball, updated
>      for Xen
>      >      3.4.2 from
>      >      >   [8][9][10]xen.org website and compiled and installed.
>      >      >
>      >      >   Later I changed my grub.conf file to boot from Xen.
>      >      >
>      >      >   #######################
>      >      >   root (hd0,0)
>      >      >   kernel /xen-3.4.2.gz
>      >      >   module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root
>      >      LANG=en_US.UTF-8
>      >      >   SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb
>      quiet
>      >      >   module /initrd-2.6.18.8.img
>      >      >   #######################
>      >      >
>      >      >   After I reboot, I get the following messages.
>      >      >
>      >      >   ################
>      >      >
>      >      >   Xenopf  Intel processor model 44 or P6 family is not
>      supported.
>      >      >   Initialization failed.
>      >      >
>      >      >   LOADING DOMAIN 0
>      >      >   Cannot load bzImage v2.04. v2.08 is required.
>      >      >
>      >      >   Panic on CPU 0
>      >      >   Could not set up DOM 0 Guest OS
>      >      >   Reboot in 5 sec
>      >      >
>      >      >   ###############
>      >      >    What is wrong happening here?
>      >      >
>      >      >   THanks
>      >      >   BK
>      >      >   On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar
>      >      <[9][10][11]bodkekumar@xxxxxxxxx> wrote:
>      >      >
>      >      >     Hi Boris,
>      >      >
>      >      >     I was following your steps and got stuck in the middle.
>       Here is
>      >      what I did...
>      >      >
>      >      >     Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed
>      >      successfully.
>      >      >
>      >      >     Now while doing the step 2
>      >      >
>      >      >     STEP 2:
>      >      >
>      >      >      Install Libvirt
>      >      >     # yum install libvirt libvirt-python python-virtinst \
>      >      >     virt-manager virt-viewer  (THIS WENT THROUGH SUCCESSFULLY)
>      >      >
>      >      >     PVOPS kernel 2.6.31.6 may be installed via Jeremy
>      Fitzhardinge
>      >      >     Git Repository to support Xen 3.4.2 Dom0.
>      >      >     # git clone
>      >
>       git://[10][11][12]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >      >     linux-2.6-xen            (THIS WENT THROUGH SUCCESSFULLY)
>      >      >     # cd linux-2.6-xen
>      >      >     # make menuconfig ( setup Xen Dom0 support)  (HOW TO SET UP
>      THIS
>      >      ?)
>      >      >     # make -j(x)(number_of_kernels)  (I DID MAKE -J, WHAT
>      SHOULD I
>      >      GIVE HERE IN PLACE OF
>      >      >     x. ??
>      >      >
>      >      >      BUT GAVE ME ERRORS.  I DONT KNOW WHAT WRONG I AM DOING
>      HERE.  CAN
>      >      YOU PLEASE HELP ME
>      >      >     OUT IN THIS?)
>      >      >
>      >      >     I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE.  I AM
>      USING
>      >      FEDORA 12 MACHINE.
>      >      >
>      >      >     Thanks
>      >      >     BK
>      >      >
>      >      >     On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets
>      >      <[11][12][13]bderzhavets@xxxxxxxxx> wrote:
>      >      >
>      >      >       Nothing went wrong.
>      >      >       Now build pvops kernel.
>      >      >       Instructions bellow.
>      >      >       Reading PVOPS WIKI would help as well
>      >      >
>      >      >       Boris.
>      >      >
>      >      >       --- On Fri, 2/26/10, kishore kumar
>      >      <[12][13][14]bodkekumar@xxxxxxxxx> wrote:
>      >      >
>      >      >         From: kishore kumar <[13][14][15]bodkekumar@xxxxxxxxx>
>      >      >         Subject: Re: [Xen-users] xen Installation through YUM
>      >      >         To: "Pasi Kärkkäinen" <[14][15][16]pasik@xxxxxx>
>      >      >         Cc: "Boris Derzhavets"
>      <[15][16][17]bderzhavets@xxxxxxxxx>,
>      >      >         [16][17][18]xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >         Date: Friday, February 26, 2010, 9:41 PM
>      >      >
>      >      >         Now I am able to do  yum install kernel-xen xen.
>      >      >
>      >      >         I can see the xen Images sitting in /boot directory.
>       Its
>      >      xen-3.4.2.gz and xen.gz.
>      >      >
>      >      >         Is this what to be expected ?
>      >      >
>      >      >         I changed the grub.conf file to boot with Xen as below
>      >      >
>      >      >         title Fedora (2.6.31.9-174.fc12.x86_64)
>      >      >                root(hd0,0)
>      >      >                kernel /xen-3.4.2.gz
>      >      >
>      >      >         My question is I dont see vmlinuz-2.6-xen0 in /boot
>      directory.
>      >      >
>      >      >         Do I need to add this line module
>      /boot/vmlinuz-2.6-xen0 ???
>      >       But I dont see this
>      >      >         file .When we do yum to insall xen, will it also
>      install
>      >      vmlinuz-2.6-xen0 also ??
>      >      >
>      >      >         Any idea what went wrong here??
>      >      >
>      >      >         thanks
>      >      >         BK
>      >      >
>      >      >
>      >      >         On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen
>      >      <[17][18][19]pasik@xxxxxx> wrote:
>      >      >
>      >      >           On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore
>      kumar
>      >      wrote:
>      >      >           >    I have already set gpgcheck=0 in /etc/yum.conf
>       file.
>      >      >           >
>      >      >           >    I did not clearly understood on what you said in
>      the
>      >      next line.........
>      >      >           >
>      >      >           >    to install unsigned rpms supposed to be built
>      latter.
>      >      >           >    Activate rpmbuild on F12:-
>      >      >           >
>      >      >           >    # yum install transfig texi2html libaio-devel
>      dev86 \
>      >      >           >      glibc-devel.i686 e2fsprogs-devel gitk mkinitrd
>      >      >           >    what should I do can you please clarify me on
>      the above
>      >      statements you
>      >      >           >    said???
>      >      >           >
>      >      >           >    I followed your next step and downloaded
>      >      xen-3.4.2-2.fc13.src.rpm from
>      >      >           >    internet and started doing the steps mentioned
>      by you.
>      >       but at the very
>      >      >           >    step I get the messages saying
>      >      >           >
>      >      >           >    After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm
>      >      >           >    warning: group mockbuild does not exist - using
>      root
>      >      >           >    warning: user mockbuild does not exist - using
>      root
>      >      >           >    warning: group mockbuild does not exist - using
>      root
>      >      >           >    warning: user mockbuild does not exist - using
>      root
>      >      >           >    warning: group mockbuild does not exist - using
>      root
>      >      >           >    warning: user mockbuild does not exist - using
>      root
>      >      >           >    warning: group mockbuild does not exist - using
>      root
>      >      >           >    warning: user mockbuild does not exist - using
>      root
>      >      >           >    warning: group mockbuild does not exist - using
>      root
>      >      >           >    warning: user mockbuild does not exist - using
>      root
>      >      >           >    warning: group mockbuild does not exist - using
>      root
>      >      >           >    warning: user mockbuild does not exist - using
>      root
>      >      >           >    warning: group mockbuild does not exist - using
>      root
>      >      >           >    warning: user mockbuild does not exist - using
>      root
>      >      >           >    warning: group mockbuild does not exist - using
>      root
>      >      >           >    warning: user mockbuild does not exist - using
>      root
>      >      >           >    warning: group mockbuild does not exist - using
>      root
>      >      >           >    warning: user mockbuild does not exist - using
>      root
>      >      >           >    warning: group mockbuild does not exist - using
>      root
>      >      >           >    warning: user mockbuild does not exist - using
>      root
>      >      >           >    warning: group mockbuild does not exist - using
>      root
>      >      >           >
>      >      >           >    Any idea what went wrong again??
>      >      >           >
>      >      >
>      >      >           Nothing went wrong, those are just warnings.
>      >      >
>      >      >           -- Pasi
>      >      >           >    THanks
>      >      >           >    bk
>      >      >           >
>      >      >           >    On Fri, Feb 26, 2010 at 5:39 AM, Boris
>      Derzhavets
>      >      >           >    <[1][18][19][20]bderzhavets@xxxxxxxxx> wrote:
>      >      >           >
>      >      >           > Set in /etc/yum.conf set gpgcheck=0 ( temporarily )
>      >      >           > to install unsigned rpms supposed to be built
>      latter.
>      >      >           > Activate rpmbuild on F12:-
>      >      >           >
>      >      >           > # yum install transfig texi2html libaio-devel dev86
>      \
>      >      >           >   glibc-devel.i686 e2fsprogs-devel gitk mkinitrd
>      >      >           >
>      >      >           > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm.
>      >      Download from Net
>      >      >           > xen-3.4.2-2.fc13.src.rpm. Now :-
>      >      >           >
>      >      >           > # rpm -iv xen-3.4.2-2.fc13.src.rpm
>      >      >           > # cd
>      >      >           > # cd rpmbuild/SPEC
>      >      >           > # rpmbuild -bb ./xen.spec
>      >      >           > # cd ../RPMS/x86_64
>      >      >           > yum install xen-3.4.2-2.fc12.x86_64.rpm \
>      >      >           > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \
>      >      >           > xen-devel-3.4.2-2.fc12.x86_64.rpm \
>      >      >           > xen-doc-3.4.2-2.fc12.x86_64.rpm \
>      >      >           > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \
>      >      >           > xen-libs-3.4.-2.fc12.x86_64.rpm \
>      >      >           > xen-runtime-3.4.2-2.fc12.x86_64.rpm
>      >      >           >
>      >      >           > Xen Hypervisor 3.4.2 installed
>      >      >           >
>      >      >           > 2. Install Libvirt
>      >      >           >
>      >      >           > # yum install libvirt libvirt-python
>      python-virtinst \
>      >      >           > virt-manager virt-viewer
>      >      >           >
>      >      >           > PVOPS kernel 2.6.31.6 may be installed via Jeremy
>      >      Fitzhardinge
>      >      >           > Git Repository to support Xen 3.4.2 Dom0.
>      >      >           >
>      >      >           > # git clone
>      >      >
>      >
>       
> git://[2][19][20][21]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >      >           > linux-2.6-xen
>      >      >           > # cd linux-2.6-xen
>      >      >           > # make menuconfig ( setup Xen Dom0 support)
>      >      >           > # make -j(x)(number_of_kernels)
>      >      >           > # make modules_install install
>      >      >           >
>      >      >           > You may also want to build 2.6.32.9 pvops
>      >      >           >
>      >      >           > # git checkout origin/xen/stable -b  xen/stable
>      >      >           >
>      >      >           > I just switched from xen/master ( default 2.6.31.6
>      ) to
>      >      xen/stable (the most
>      >      >           > recent supposed to become LTS - 2.6.32.9)
>      >      >           >
>      >      >           > Boris.
>      >      >           >
>      >      >           > --- On Fri, 2/26/10, Pasi Kärkkäinen
>      >      <[3][20][21][22]pasik@xxxxxx> wrote:
>      >      >           >
>      >      >           >   From: Pasi Kärkkäinen
>      <[4][21][22][23]pasik@xxxxxx>
>      >      >           >   Subject: Re: [Xen-users] xen Installation through
>      YUM
>      >      >           >   To: "kishore kumar"
>      <[5][22][23][24]bodkekumar@xxxxxxxxx>
>      >      >           >   Cc: [6][23][24][25]xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >           >   Date: Friday, February 26, 2010, 4:50 AM
>      >      >           >
>      >      >           >   On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore
>      kumar
>      >      wrote:
>      >      >           >   >    HI,
>      >      >           >   >
>      >      >           >   >    I am trying to install xen through yum. Here
>      is
>      >      what I did.
>      >      >           >   >
>      >      >           >   >
>      >      >           >   >    [root@localhost Kishore]# yum install
>      kernel-xen
>      >      xen
>      >      >           >   >
>      >      >           >   >    Setting up Install Process
>      >      >           >   >
>      >      >           >   >    Resolving Dependencies
>      >      >           >   >
>      >      >           >   >    --> Running transaction check
>      >      >           >   >
>      >      >           >   >    ---> Package kernel.x86_64
>      0:2.6.31.9-174.fc12 set
>      >      to be installed
>      >      >           >   >
>      >      >           >   >    --> Processing Dependency: kernel-firmware
>      >=
>      >      2.6.31.9-174.fc12 for
>      >      >           >   >    package: kernel-2.6.31.9-174.fc12.x86_64
>      >      >           >   >
>      >      >           >   >    ---> Package xen.x86_64 0:3.4.2-1.fc12 set
>      to be
>      >      updated
>      >      >           >   >
>      >      >           >   >    --> Processing Dependency: xen-runtime =
>      >      3.4.2-1.fc12 for package:
>      >      >           >   >    xen-3.4.2-1.fc12.x86_64
>      >      >           >   >
>      >      >           >   >    --> Processing Dependency: PyXML for
>      package:
>      >      xen-3.4.2-1.fc12.x86_64
>      >      >           >   >
>      >      >           >   >    --> Running transaction check
>      >      >           >   >
>      >      >           >   >    ---> Package PyXML.x86_64 0:0.8.4-17.fc12
>      set to be
>      >      updated
>      >      >           >   >
>      >      >           >   >    ---> Package kernel-firmware.noarch
>      >      0:2.6.31.9-174.fc12 set to be
>      >      >           updated
>      >      >           >   >
>      >      >           >   >    ---> Package xen-runtime.x86_64
>      0:3.4.2-1.fc12 set
>      >      to be updated
>      >      >           >   >
>      >      >           >   >    --> Processing Dependency: xen-libs =
>      3.4.2-1.fc12
>      >      for package:
>      >      >           >   >    xen-runtime-3.4.2-1.fc12.x86_64
>      >      >           >   >
>      >      >           >   >    --> Processing Dependency:
>      xen-hypervisor-abi = 3.4
>      >      for package:
>      >      >           >   >    xen-runtime-3.4.2-1.fc12.x86_64
>      >      >           >   >
>      >      >           >   >    --> Running transaction check
>      >      >           >   >
>      >      >           >   >    ---> Package xen-hypervisor.x86_64
>      0:3.4.2-1.fc12
>      >      set to be updated
>      >      >           >   >
>      >      >           >   >    ---> Package xen-libs.x86_64 0:3.4.2-1.fc12
>      set to
>      >      be updated
>      >      >           >   >
>      >      >           >   >    --> Finished Dependency Resolution
>      >      >           >   >
>      >      >           >   >    Dependencies Resolved
>      >      >           >   >
>      >      >           >   >
>      >      >           >
>      >      >
>      >
>       
> ================================================================================
>      >      >           >   >
>      >      >           >   >    Package Arch Version Repository Size
>      >      >           >   >
>      >      >           >   >
>      >      >           >
>      >      >
>      >
>       
> ================================================================================
>      >      >           >   >
>      >      >           >   >    Installing:
>      >      >           >   >
>      >      >           >   >    kernel x86_64 2.6.31.9-174.fc12
>      updates-released 20
>      >      M
>      >      >           >   >
>      >      >           >   >    xen x86_64 3.4.2-1.fc12 updates-released 898
>      k
>      >      >           >   >
>      >      >           >   >    Installing for dependencies:
>      >      >           >   >
>      >      >           >   >    PyXML x86_64 0.8.4-17.fc12 updates-released
>      906 k
>      >      >           >   >
>      >      >           >   >    xen-hypervisor x86_64 3.4.2-1.fc12
>      updates-released
>      >      2.9 M
>      >      >           >   >
>      >      >           >   >    xen-runtime x86_64 3.4.2-1.fc12
>      updates-released
>      >      4.0 M
>      >      >           >   >
>      >      >           >   >    Updating for dependencies:
>      >      >           >   >
>      >      >           >   >    kernel-firmware noarch 2.6.31.9-174.fc12
>      >      updates-released 906 k
>      >      >           >   >
>      >      >           >   >    xen-libs x86_64 3.4.2-1.fc12
>      updates-released 165 k
>      >      >           >   >
>      >      >           >   >    Transaction Summary
>      >      >           >   >
>      >      >           >   >
>      >      >           >
>      >      >
>      >
>       
> ================================================================================
>      >      >           >   >
>      >      >           >   >    Install 5 Package(s)
>      >      >           >   >
>      >      >           >   >    Upgrade 2 Package(s)
>      >      >           >   >
>      >      >           >   >    Total download size: 29 M
>      >      >           >   >
>      >      >           >   >    Is this ok [y/N]: y
>      >      >           >   >
>      >      >           >   >    Downloading Packages:
>      >      >           >   >
>      >      >           >   >    (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906
>      kB
>      >      00:00
>      >      >           >   >
>      >      >           >   >    (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm |
>      20 MB
>      >      00:02
>      >      >           >   >
>      >      >           >   >    (3/7):
>      kernel-firmware-2.6.31.9-174.fc12.noarch.rpm
>      >      | 906 kB 00:00
>      >      >           >   >
>      >      >           >   >    (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB
>      00:00
>      >      >           >   >
>      >      >           >   >    (5/7):
>      xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9
>      >      MB 00:00
>      >      >           >   >
>      >      >           >   >    (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm |
>      165 kB
>      >      00:00
>      >      >           >   >
>      >      >           >   >    (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm |
>      4.0 MB
>      >      00:00
>      >      >           >   >
>      >      >           >   >
>      >      >           >
>      >      >
>      >
>       
> --------------------------------------------------------------------------------
>      >      >           >   >
>      >      >           >   >    Total 6.7 MB/s | 29 MB 00:04
>      >      >           >   >
>      >      >           >   >    warning: rpmts_HdrFromFdno: Header V3
>      RSA/SHA256
>      >      signature: NOKEY, key
>      >      >           ID
>      >      >           >   >    57bbccba
>      >      >           >   >
>      >      >           >   >     Public key for
>      xen-libs-3.4.2-1.fc12.x86_64.rpm is
>      >      not installed
>      >      >           >   >
>      >      >           >   >
>      >      >           >   >
>      >      >           >   >    Did Xen got installed with this?
>      >      >           >   >
>      >      >           >   >    Will the grub.conf be automatically updtaed
>      after I
>      >      run this command.
>      >      >           >   >    (But I dont see my grub.conf being updated)
>      >      >           >   >
>      >      >           >   >    Any Idea what went wrong here.
>      >      >           >   >
>      >      >           >
>      >      >           >   Fedora 12 doesn't include Xen dom0 capable
>      kernel, see:
>      >      >           >
>      >
>       [7][24][25][26]http://fedoraproject.org/wiki/Features/XenPvopsDom0
>      >      >           >
>      >      >           >   You need to get one of the 'testing' rpms, or
>      compile it
>      >      yourself.
>      >      >           >
>      >      >           >   -- Pasi
>      >      >           >
>      >      >           >   _______________________________________________
>      >      >           >   Xen-users mailing list
>      >      >           >   [8][25][26][27]Xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >           >
>      [9][26][27][28]http://lists.xensource.com/xen-users
>      >      >           >
>      >      >           > References
>      >      >           >
>      >      >           >    Visible links
>      >      >           >    1. mailto:[27][28][29]bderzhavets@xxxxxxxxx
>      >      >           >    2.
>      >
>       
> [28][29][30]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >      >           >    3. mailto:[29][30][31]pasik@xxxxxx
>      >      >           >    4. mailto:[30][31][32]pasik@xxxxxx
>      >      >           >    5. mailto:[31][32][33]bodkekumar@xxxxxxxxx
>      >      >           >    6.
>      mailto:[32][33][34]xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >           >    7.
>      >      [33][34][35]http://fedoraproject.org/wiki/Features/XenPvopsDom0
>      >      >           >    8.
>      >      [34][35][36]http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >           >    9.
>      [35][36][37]http://lists.xensource.com/xen-users
>      >      >
>      >      >         -----Inline Attachment Follows-----
>      >      >
>      >      >         _______________________________________________
>      >      >         Xen-users mailing list
>      >      >         [36][37][38]Xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >         [37][38][39]http://lists.xensource.com/xen-users
>      >      >
>      >      > References
>      >      >
>      >      >    Visible links
>      >      >    1. mailto:[39][40]bderzhavets@xxxxxxxxx
>      >      >    2.
>      >
>       [40][41]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >      >    3. mailto:[41][42]bodkekumar@xxxxxxxxx
>      >      >    4. mailto:[42][43]bodkekumar@xxxxxxxxx
>      >      >    5. mailto:[43][44]bderzhavets@xxxxxxxxx
>      >      >    6. mailto:[44][45]pasik@xxxxxx
>      >      >    7. mailto:[45][46]xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >    8. [46][47]http://xen.org/
>      >      >    9. [47][48]http://mc/compose?to=bodkekumar@xxxxxxxxx
>      >      >   10.
>      >
>       [48][49]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >      >   11. [49][50]http://mc/compose?to=bderzhavets@xxxxxxxxx
>      >      >   12. [50][51]http://mc/compose?to=bodkekumar@xxxxxxxxx
>      >      >   13. [51][52]http://mc/compose?to=bodkekumar@xxxxxxxxx
>      >      >   14. [52][53]http://mc/compose?to=pasik@xxxxxx
>      >      >   15. [53][54]http://mc/compose?to=bderzhavets@xxxxxxxxx
>      >      >   16.
>      [54][55]http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >   17. [55][56]http://mc/compose?to=pasik@xxxxxx
>      >      >   18. [56][57]http://mc/compose?to=bderzhavets@xxxxxxxxx
>      >      >   19.
>      >
>       [57][58]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >      >   20. [58][59]http://mc/compose?to=pasik@xxxxxx
>      >      >   21. [59][60]http://mc/compose?to=pasik@xxxxxx
>      >      >   22. [60][61]http://mc/compose?to=bodkekumar@xxxxxxxxx
>      >      >   23.
>      [61][62]http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >   24.
>      [62][63]http://fedoraproject.org/wiki/Features/XenPvopsDom0
>      >      >   25.
>      [63][64]http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >   26. [64][65]http://lists.xensource.com/xen-users
>      >      >   27. [65][66]http://mc/compose?to=bderzhavets@xxxxxxxxx
>      >      >   28.
>      >
>       [66][67]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >      >   29. [67][68]http://mc/compose?to=pasik@xxxxxx
>      >      >   30. [68][69]http://mc/compose?to=pasik@xxxxxx
>      >      >   31. [69][70]http://mc/compose?to=bodkekumar@xxxxxxxxx
>      >      >   32.
>      [70][71]http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >   33.
>      [71][72]http://fedoraproject.org/wiki/Features/XenPvopsDom0
>      >      >   34.
>      [72][73]http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >   35. [73][74]http://lists.xensource.com/xen-users
>      >      >   36.
>      [74][75]http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>      >      >   37. [75][76]http://lists.xensource.com/xen-users
>      >
>      > References
>      >
>      >    Visible links
>      >    1. mailto:[77]pasik@xxxxxx
>      >    2. mailto:[78]bderzhavets@xxxxxxxxx
>      >    3.
>      [79]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >    4. mailto:[80]bodkekumar@xxxxxxxxx
>      >    5. mailto:[81]bodkekumar@xxxxxxxxx
>      >    6. mailto:[82]bderzhavets@xxxxxxxxx
>      >    7. mailto:[83]pasik@xxxxxx
>      >    8. mailto:[84]xen-users@xxxxxxxxxxxxxxxxxxx
>      >    9. [85]http://xen.org/
>      >   10. mailto:[86]bodkekumar@xxxxxxxxx
>      >   11.
>      [87]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >   12. mailto:[88]bderzhavets@xxxxxxxxx
>      >   13. mailto:[89]bodkekumar@xxxxxxxxx
>      >   14. mailto:[90]bodkekumar@xxxxxxxxx
>      >   15. mailto:[91]pasik@xxxxxx
>      >   16. mailto:[92]bderzhavets@xxxxxxxxx
>      >   17. mailto:[93]xen-users@xxxxxxxxxxxxxxxxxxx
>      >   18. mailto:[94]pasik@xxxxxx
>      >   19. mailto:[95]bderzhavets@xxxxxxxxx
>      >   20.
>      [96]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >   21. mailto:[97]pasik@xxxxxx
>      >   22. mailto:[98]pasik@xxxxxx
>      >   23. mailto:[99]bodkekumar@xxxxxxxxx
>      >   24. mailto:[100]xen-users@xxxxxxxxxxxxxxxxxxx
>      >   25. [101]http://fedoraproject.org/wiki/Features/XenPvopsDom0
>      >   26. mailto:[102]Xen-users@xxxxxxxxxxxxxxxxxxx
>      >   27. [103]http://lists.xensource.com/xen-users
>      >   28. mailto:[104]bderzhavets@xxxxxxxxx
>      >   29.
>      [105]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >   30. mailto:[106]pasik@xxxxxx
>      >   31. mailto:[107]pasik@xxxxxx
>      >   32. mailto:[108]bodkekumar@xxxxxxxxx
>      >   33. mailto:[109]xen-users@xxxxxxxxxxxxxxxxxxx
>      >   34. [110]http://fedoraproject.org/wiki/Features/XenPvopsDom0
>      >   35. [111]http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>      >   36. [112]http://lists.xensource.com/xen-users
>      >   37. mailto:[113]Xen-users@xxxxxxxxxxxxxxxxxxx
>      >   38. [114]http://lists.xensource.com/xen-users
>      >   39. mailto:[115]bderzhavets@xxxxxxxxx
>      >   40.
>      [116]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >   41. mailto:[117]bodkekumar@xxxxxxxxx
>      >   42. mailto:[118]bodkekumar@xxxxxxxxx
>      >   43. mailto:[119]bderzhavets@xxxxxxxxx
>      >   44. mailto:[120]pasik@xxxxxx
>      >   45. mailto:[121]xen-users@xxxxxxxxxxxxxxxxxxx
>      >   46. [122]http://xen.org/
>      >   47. [123]http://mc/compose?to=bodkekumar@xxxxxxxxx
>      >   48.
>      [124]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >   49. [125]http://mc/compose?to=bderzhavets@xxxxxxxxx
>      >   50. [126]http://mc/compose?to=bodkekumar@xxxxxxxxx
>      >   51. [127]http://mc/compose?to=bodkekumar@xxxxxxxxx
>      >   52. [128]http://mc/compose?to=pasik@xxxxxx
>      >   53. [129]http://mc/compose?to=bderzhavets@xxxxxxxxx
>      >   54. [130]http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>      >   55. [131]http://mc/compose?to=pasik@xxxxxx
>      >   56. [132]http://mc/compose?to=bderzhavets@xxxxxxxxx
>      >   57.
>      [133]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >   58. [134]http://mc/compose?to=pasik@xxxxxx
>      >   59. [135]http://mc/compose?to=pasik@xxxxxx
>      >   60. [136]http://mc/compose?to=bodkekumar@xxxxxxxxx
>      >   61. [137]http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>      >   62. [138]http://fedoraproject.org/wiki/Features/XenPvopsDom0
>      >   63. [139]http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>      >   64. [140]http://lists.xensource.com/xen-users
>      >   65. [141]http://mc/compose?to=bderzhavets@xxxxxxxxx
>      >   66.
>      [142]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>      >   67. [143]http://mc/compose?to=pasik@xxxxxx
>      >   68. [144]http://mc/compose?to=pasik@xxxxxx
>      >   69. [145]http://mc/compose?to=bodkekumar@xxxxxxxxx
>      >   70. [146]http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>      >   71. [147]http://fedoraproject.org/wiki/Features/XenPvopsDom0
>      >   72. [148]http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>      >   73. [149]http://lists.xensource.com/xen-users
>      >   74. [150]http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>      >   75. [151]http://lists.xensource.com/xen-users
> 
> References
> 
>    Visible links
>    1. mailto:pasik@xxxxxx
>    2. mailto:pasik@xxxxxx
>    3. mailto:bderzhavets@xxxxxxxxx
>    4. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>    5. mailto:bodkekumar@xxxxxxxxx
>    6. mailto:bodkekumar@xxxxxxxxx
>    7. mailto:bderzhavets@xxxxxxxxx
>    8. mailto:pasik@xxxxxx
>    9. mailto:xen-users@xxxxxxxxxxxxxxxxxxx
>   10. http://xen.org/
>   11. mailto:bodkekumar@xxxxxxxxx
>   12. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>   13. mailto:bderzhavets@xxxxxxxxx
>   14. mailto:bodkekumar@xxxxxxxxx
>   15. mailto:bodkekumar@xxxxxxxxx
>   16. mailto:pasik@xxxxxx
>   17. mailto:bderzhavets@xxxxxxxxx
>   18. mailto:xen-users@xxxxxxxxxxxxxxxxxxx
>   19. mailto:pasik@xxxxxx
>   20. mailto:bderzhavets@xxxxxxxxx
>   21. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>   22. mailto:pasik@xxxxxx
>   23. mailto:pasik@xxxxxx
>   24. mailto:bodkekumar@xxxxxxxxx
>   25. mailto:xen-users@xxxxxxxxxxxxxxxxxxx
>   26. http://fedoraproject.org/wiki/Features/XenPvopsDom0
>   27. mailto:Xen-users@xxxxxxxxxxxxxxxxxxx
>   28. http://lists.xensource.com/xen-users
>   29. mailto:bderzhavets@xxxxxxxxx
>   30. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>   31. mailto:pasik@xxxxxx
>   32. mailto:pasik@xxxxxx
>   33. mailto:bodkekumar@xxxxxxxxx
>   34. mailto:xen-users@xxxxxxxxxxxxxxxxxxx
>   35. http://fedoraproject.org/wiki/Features/XenPvopsDom0
>   36. http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>   37. http://lists.xensource.com/xen-users
>   38. mailto:Xen-users@xxxxxxxxxxxxxxxxxxx
>   39. http://lists.xensource.com/xen-users
>   40. mailto:bderzhavets@xxxxxxxxx
>   41. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>   42. mailto:bodkekumar@xxxxxxxxx
>   43. mailto:bodkekumar@xxxxxxxxx
>   44. mailto:bderzhavets@xxxxxxxxx
>   45. mailto:pasik@xxxxxx
>   46. mailto:xen-users@xxxxxxxxxxxxxxxxxxx
>   47. http://xen.org/
>   48. http://mc/compose?to=bodkekumar@xxxxxxxxx
>   49. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>   50. http://mc/compose?to=bderzhavets@xxxxxxxxx
>   51. http://mc/compose?to=bodkekumar@xxxxxxxxx
>   52. http://mc/compose?to=bodkekumar@xxxxxxxxx
>   53. http://mc/compose?to=pasik@xxxxxx
>   54. http://mc/compose?to=bderzhavets@xxxxxxxxx
>   55. http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>   56. http://mc/compose?to=pasik@xxxxxx
>   57. http://mc/compose?to=bderzhavets@xxxxxxxxx
>   58. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>   59. http://mc/compose?to=pasik@xxxxxx
>   60. http://mc/compose?to=pasik@xxxxxx
>   61. http://mc/compose?to=bodkekumar@xxxxxxxxx
>   62. http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>   63. http://fedoraproject.org/wiki/Features/XenPvopsDom0
>   64. http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>   65. http://lists.xensource.com/xen-users
>   66. http://mc/compose?to=bderzhavets@xxxxxxxxx
>   67. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>   68. http://mc/compose?to=pasik@xxxxxx
>   69. http://mc/compose?to=pasik@xxxxxx
>   70. http://mc/compose?to=bodkekumar@xxxxxxxxx
>   71. http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>   72. http://fedoraproject.org/wiki/Features/XenPvopsDom0
>   73. http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>   74. http://lists.xensource.com/xen-users
>   75. http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>   76. http://lists.xensource.com/xen-users
>   77. mailto:pasik@xxxxxx
>   78. mailto:bderzhavets@xxxxxxxxx
>   79. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>   80. mailto:bodkekumar@xxxxxxxxx
>   81. mailto:bodkekumar@xxxxxxxxx
>   82. mailto:bderzhavets@xxxxxxxxx
>   83. mailto:pasik@xxxxxx
>   84. mailto:xen-users@xxxxxxxxxxxxxxxxxxx
>   85. http://xen.org/
>   86. mailto:bodkekumar@xxxxxxxxx
>   87. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>   88. mailto:bderzhavets@xxxxxxxxx
>   89. mailto:bodkekumar@xxxxxxxxx
>   90. mailto:bodkekumar@xxxxxxxxx
>   91. mailto:pasik@xxxxxx
>   92. mailto:bderzhavets@xxxxxxxxx
>   93. mailto:xen-users@xxxxxxxxxxxxxxxxxxx
>   94. mailto:pasik@xxxxxx
>   95. mailto:bderzhavets@xxxxxxxxx
>   96. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>   97. mailto:pasik@xxxxxx
>   98. mailto:pasik@xxxxxx
>   99. mailto:bodkekumar@xxxxxxxxx
>  100. mailto:xen-users@xxxxxxxxxxxxxxxxxxx
>  101. http://fedoraproject.org/wiki/Features/XenPvopsDom0
>  102. mailto:Xen-users@xxxxxxxxxxxxxxxxxxx
>  103. http://lists.xensource.com/xen-users
>  104. mailto:bderzhavets@xxxxxxxxx
>  105. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>  106. mailto:pasik@xxxxxx
>  107. mailto:pasik@xxxxxx
>  108. mailto:bodkekumar@xxxxxxxxx
>  109. mailto:xen-users@xxxxxxxxxxxxxxxxxxx
>  110. http://fedoraproject.org/wiki/Features/XenPvopsDom0
>  111. http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>  112. http://lists.xensource.com/xen-users
>  113. mailto:Xen-users@xxxxxxxxxxxxxxxxxxx
>  114. http://lists.xensource.com/xen-users
>  115. mailto:bderzhavets@xxxxxxxxx
>  116. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>  117. mailto:bodkekumar@xxxxxxxxx
>  118. mailto:bodkekumar@xxxxxxxxx
>  119. mailto:bderzhavets@xxxxxxxxx
>  120. mailto:pasik@xxxxxx
>  121. mailto:xen-users@xxxxxxxxxxxxxxxxxxx
>  122. http://xen.org/
>  123. http://mc/compose?to=bodkekumar@xxxxxxxxx
>  124. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>  125. http://mc/compose?to=bderzhavets@xxxxxxxxx
>  126. http://mc/compose?to=bodkekumar@xxxxxxxxx
>  127. http://mc/compose?to=bodkekumar@xxxxxxxxx
>  128. http://mc/compose?to=pasik@xxxxxx
>  129. http://mc/compose?to=bderzhavets@xxxxxxxxx
>  130. http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>  131. http://mc/compose?to=pasik@xxxxxx
>  132. http://mc/compose?to=bderzhavets@xxxxxxxxx
>  133. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>  134. http://mc/compose?to=pasik@xxxxxx
>  135. http://mc/compose?to=pasik@xxxxxx
>  136. http://mc/compose?to=bodkekumar@xxxxxxxxx
>  137. http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>  138. http://fedoraproject.org/wiki/Features/XenPvopsDom0
>  139. http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>  140. http://lists.xensource.com/xen-users
>  141. http://mc/compose?to=bderzhavets@xxxxxxxxx
>  142. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
>  143. http://mc/compose?to=pasik@xxxxxx
>  144. http://mc/compose?to=pasik@xxxxxx
>  145. http://mc/compose?to=bodkekumar@xxxxxxxxx
>  146. http://mc/compose?to=xen-users@xxxxxxxxxxxxxxxxxxx
>  147. http://fedoraproject.org/wiki/Features/XenPvopsDom0
>  148. http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>  149. http://lists.xensource.com/xen-users
>  150. http://mc/compose?to=Xen-users@xxxxxxxxxxxxxxxxxxx
>  151. http://lists.xensource.com/xen-users

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