Hello I am new in XEN and Linux. I am trying the VGA passthru. I can xen-pciback.hide EtherNet, Serial Com port. But when I xen-pciback.hide my VGA. I can no longer login to the Linux(Fedora 12). Then how can I xm create a XP DomU guest? Can anyone help? I am using Intel Q35 MB with Intel Core2 CPU. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, I succeeded in VGA passthrough. I''m using Dell Optplex 755(Q35 chipset). http://toshi3.cocolog-nifty.com/photos/uncategorized/2010/04/23/passthru_3.jpg I login to Dom0 by using SSH from another PC,and I start DomU guest. On 2010/05/08, at 20:32, 王俊仁 wrote:> Hello > I am new in XEN and Linux. I am trying the VGA passthru. I can xen-pciback.hide EtherNet, Serial Com port. But when I xen-pciback.hide my VGA. I can no longer login to the Linux(Fedora 12). > Then how can I xm create a XP DomU guest? Can anyone help? > > I am using Intel Q35 MB with Intel Core2 CPU.--- Toshimitsu Tanaka t_tanaka@db3.so-net.ne.jp http://toshi3.cocolog-nifty.com/blog/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi. Thanks for your help. It did not work. After I run xm create. The linux stop. And the network connection broken. I check /var/log/xen/xend.log. I found these warning message. [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: VBD.set_device not found [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: VBD.set_type not found [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: session.get_all_records not found [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: event.get_record not found [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: event.get_all not found [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: VIF.set_device not found [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: VIF.set_MAC not found [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: VIF.set_MTU not found et_device not foundVBD.set_device not f2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: debug.get_all not found 2010/5/8 Tanaka Toshimitsu <t_tanaka@db3.so-net.ne.jp>> Hi, > > I am using Ubuntu 9.04(64-bit, kernel 2.6.31). > > Kernel config > CONFIG_XEN_PCI_PASSTHROUGH = y > CONFIG_XEN_PCIDEV_FRONTEND = y > CONFIG_XEN_NETDEV_BACKEND = y > CONFIG_XEN_PCIDEV_BACKEND = y > CONFIG_XEN_PCIDEV_BACKEND_PASS = y > CONFIG_DRM is not set > > grub conf > kernel /boot/xen.gz dom0_mem=1024M iommu=1 > module ... > xen-pciback.hide=(00:02.0)(00:02.1)(00:1a.0)(00:1a.1)(00:1d.0)(00:1d.1)(00:1d.2) > > xp.hvm > gfx_passthru=1 > pci=[''00:02.0-1'' , ''00:1a.0-1'' , ''00:1d.0-2'' ] > > > lspci > 00:02.0 VGA compatible controller: Intel Corporation 82Q35 Express > Integrated Graphics Controller (rev 02) > 00:02.1 Display controller: Intel Corporation 82Q35 Express Integrated > Graphics Controller (rev 02) > : > 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI > Controller #4 (rev 02) > 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI > Controller #5 (rev 02) > : > 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI > Controller #1 (rev 02) > 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI > Controller #2 (rev 02) > 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI > Controller #3 (rev 02) > > On 2010/05/08, at 23:35, 王俊仁 wrote: > > Hi > > Thanks.... > > > > Can I send me the .config file you use building the linux , the grub.conf > you use booting the kernel and the config file for XM domain......etc > > > > Thanks for your help... > > > > 2010/5/8 Tanaka Toshimitsu <t_tanaka@db3.so-net.ne.jp> > > Hi, > > > > I succeeded in VGA passthrough. > > I''m using Dell Optplex 755(Q35 chipset). > > > > > http://toshi3.cocolog-nifty.com/photos/uncategorized/2010/04/23/passthru_3.jpg > > > > I login to Dom0 by using SSH from another PC,and I start DomU guest. > > > > On 2010/05/08, at 20:32, 王俊仁 wrote: > > > Hello > > > I am new in XEN and Linux. I am trying the VGA passthru. I can > xen-pciback.hide EtherNet, Serial Com port. But when I xen-pciback.hide my > VGA. I can no longer login to the Linux(Fedora 12). > > > Then how can I xm create a XP DomU guest? Can anyone help? > > > > > > I am using Intel Q35 MB with Intel Core2 CPU. > --- > Toshimistu Tanaka > t_tanaka@db3.so-net.ne.jp > http://toshi3.cocolog-nifty.com/blog/ > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, 1: I/O virtualisation enabled?> # xm dmesg | grep "I/O virtualisation" > (XEN) I/O virtualisation enabled2:Does PCI(excluding VGA ) passthrough work? Example of NIC passthrough http://toshi3.cocolog-nifty.com/photos/uncategorized/2010/04/22/xen4.jpg> #ispci > 00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02)> grub.conf > xen-pciback.hide=(00:19.0)> hvm file > gfx_passthru=0 > pci=[ '' 00:19.0'' ]3:PCI device assignable ?> # xm pci-list-assignable-device > 0000:00:02.0 > 0000:00:02.1 > :Please refer to the xen wiki. http://wiki.xensource.com/xenwiki/VTdHowTo http://wiki.xensource.com/xenwiki/XenPCIpassthrough http://wiki.xensource.com/xenwiki/XenVGAPassthrough On 2010/05/09, at 7:00, 王俊仁 wrote:> Hi. > Thanks for your help. It did not work. After I run xm create. The linux stop. And the network connection broken. > I check /var/log/xen/xend.log. I found these warning message. > [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: VBD.set_device not found > [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: VBD.set_type not found > [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: session.get_all_records not found > [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: event.get_record not found > [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: event.get_all not found > [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: VIF.set_device not found > [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: VIF.set_MAC not found > [2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: VIF.set_MTU not found > et_device not foundVBD.set_device not f2010-05-09 05:27:53 1720] WARNING (XendAPI:705) API call: debug.get_all not found > > > > 2010/5/8 Tanaka Toshimitsu <t_tanaka@db3.so-net.ne.jp> > Hi, > > I am using Ubuntu 9.04(64-bit, kernel 2.6.31). > > Kernel config > CONFIG_XEN_PCI_PASSTHROUGH = y > CONFIG_XEN_PCIDEV_FRONTEND = y > CONFIG_XEN_NETDEV_BACKEND = y > CONFIG_XEN_PCIDEV_BACKEND = y > CONFIG_XEN_PCIDEV_BACKEND_PASS = y > CONFIG_DRM is not set > > grub conf > kernel /boot/xen.gz dom0_mem=1024M iommu=1 > module ... xen-pciback.hide=(00:02.0)(00:02.1)(00:1a.0)(00:1a.1)(00:1d.0)(00:1d.1)(00:1d.2) > > xp.hvm > gfx_passthru=1 > pci=[''00:02.0-1'' , ''00:1a.0-1'' , ''00:1d.0-2'' ] > > > lspci > 00:02.0 VGA compatible controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02) > 00:02.1 Display controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02) > : > 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02) > 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02) > : > 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02) > 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02) > 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02) > > On 2010/05/08, at 23:35, 王俊仁 wrote: > > Hi > > Thanks.... > > > > Can I send me the .config file you use building the linux , the grub.conf you use booting the kernel and the config file for XM domain......etc > > > > Thanks for your help... > > > > 2010/5/8 Tanaka Toshimitsu <t_tanaka@db3.so-net.ne.jp> > > Hi, > > > > I succeeded in VGA passthrough. > > I''m using Dell Optplex 755(Q35 chipset). > > > > http://toshi3.cocolog-nifty.com/photos/uncategorized/2010/04/23/passthru_3.jpg > > > > I login to Dom0 by using SSH from another PC,and I start DomU guest. > > > > On 2010/05/08, at 20:32, 王俊仁 wrote: > > > Hello > > > I am new in XEN and Linux. I am trying the VGA passthru. I can xen-pciback.hide EtherNet, Serial Com port. But when I xen-pciback.hide my VGA. I can no longer login to the Linux(Fedora 12). > > > Then how can I xm create a XP DomU guest? Can anyone help? > > > > > > I am using Intel Q35 MB with Intel Core2 CPU.--- Toshimitsu Tanaka t_tanaka@db3.so-net.ne.jp http://toshi3.cocolog-nifty.com/blog/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 2010/05/09, at 11:30, 王俊仁 wrote:> 1.I/o vertialization is working > 2.pci passthhru is working , only vga passthr is not workingOK. My workaround. "Dom0_mem=1024M" is added to the kernel line in grub config file. "CONFIG_DRM" in dom0''s .config file does not set. And rebuild dom0 kernel. After reboot,viewing devices that are available for Passthrough. # xm pci-list-assignable-device 0000:00:02.0 0000:00:02.1>> Hi, >> >> 1: I/O virtualisation enabled? >> >> > # xm dmesg | grep "I/O virtualisation" >> > (XEN) I/O virtualisation enabled >> >> 2:Does PCI(excluding VGA ) passthrough work? >> >> Example of NIC passthrough >> http://toshi3.cocolog-nifty.com/photos/uncategorized/2010/04/22/xen4.jpg >> >> > #ispci >> > 00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02) >> >> > grub.conf >> > xen-pciback.hide=(00:19.0) >> >> > hvm file >> > gfx_passthru=0 >> > pci=[ '' 00:19.0'' ] >> >> >> 3:PCI device assignable ? >> >> > # xm pci-list-assignable-device >> > 0000:00:02.0 >> > 0000:00:02.1 >> > : >> >> >> Please refer to the xen wiki. >> >> http://wiki.xensource.com/xenwiki/VTdHowTo >> http://wiki.xensource.com/xenwiki/XenPCIpassthrough >> http://wiki.xensource.com/xenwiki/XenVGAPassthrough >> On 2010/05/09, at 7:00, 王俊仁 wrote: > Hi. > Thanks for your help. It did not work. After I run xm ...--- Toshimitsu Tanaka t_tanaka@db3.so-net.ne.jp http://toshi3.cocolog-nifty.com/blog/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
This may seem like an obvious point, but when you enable VGA or PCI passthrough, you are not *sharing* these devices between dom0 and domU, the devices are taken away from dom0 and assigned *exclusively* to domU. This means that, once you assign your VGA card to your domU, you will no longer be able to use the console to log in to dom0. Also, if your machine has a single network interface card, and you assign that to your domU, your dom0 will no longer be able to use the network card and you will lose access to it. PCI devices may only be assigned to one dom, so you need to choose your configuration correctly. I pass my VGA and USB controllers through to my domU, and use the serial port for direct physical access to my dom0. The network card remains in dom0, and I used network bridging to run network connections from my domU and maintain network connectivity for dom0. -Nick>>> On 2010/05/08 at 05:32, 王俊仁<ben3468.wang@gmail.com> wrote: > Hello > I am new in XEN and Linux. I am trying the VGA passthru. I can > xen-pciback.hide EtherNet, Serial Com port. But when Ixen-pciback.hide my> VGA. I can no longer login to the Linux(Fedora 12). > Then how can I xm create a XP DomU guest? Can anyone help? > > I am using Intel Q35 MB with Intel Core2 CPU.-------- This e-mail may contain confidential and privileged material for the sole use of the intended recipient. If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way. If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox. Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Nick Couchman Did you mean like this: we will not see any VGA output and can not login to desktop,if add "xen-pciback.hide=(00:02.0)" to grub ? I can''t passthrough Q45-IGD to hvm. I add "xen-pciback.hide=(00:02.0)" to grub, but i can login to desktop, and i can see 00:02.0 in "xm pci-list-assignable-devices". Then,I create hvm, the monitor input disappear. But i can reboot Dom0 from Keyboard. This is my log: domid: 1 Watching /local/domain/0/device-model/1/logdirty/cmd Watching /local/domain/0/device-model/1/command char device redirected to /dev/pts/1 qemu_map_cache_init nr_buckets = 4000 size 327680 shared page at pfn feffd buffered io page at pfn feffb Guest uuid = 16796547-bbc7-c0ad-5253-565df7f2e08a Time offset set 0 xs_read(/local/domain/0/device-model/1/xen_extended_power_mgmt): read error Log-dirty: no command yet. I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0 dm-command: hot insert pass-through pci dev register_real_device: Assigning real physical device 00:02.0 ... register_real_device: Enable MSI translation via per device option register_real_device: Disable power management pt_iomul_init: Error: pt_iomul_init can''t open file /dev/xen/pci_iomul: No such file or directory: 0x0:0x2.0x0 pt_register_regions: IO region registered (size=0x00400000 base_addr=0xd3400004) pt_register_regions: IO region registered (size=0x10000000 base_addr=0xb000000c) pt_register_regions: IO region registered (size=0x00000008 base_addr=0x0000f221) setup_vga_pt: vga bios checksum is adjusted! pt_msgctrl_reg_init: MSI enabled already, disable first register_real_device: Error: Mapping irq failed, rc = -1 pt_msi_setup: msi mapped with pirq 37 pci_intx: intx=1 register_real_device: Real physical device 00:02.0 registered successfuly! IRQ type = MSI-INTx -------------------------------------------------- From: "Nick Couchman" <Nick.Couchman@seakr.com> Sent: Monday, May 10, 2010 11:00 PM To: "王俊仁" <ben3468.wang@gmail.com>; <xen-users@lists.xensource.com> Subject: Re: [Xen-users] VGA Passthru> This may seem like an obvious point, but when you enable VGA or PCI > passthrough, you are not *sharing* these devices between dom0 and domU, > the devices are taken away from dom0 and assigned *exclusively* to domU. > This means that, once you assign your VGA card to your domU, you will > no longer be able to use the console to log in to dom0. Also, if your > machine has a single network interface card, and you assign that to your > domU, your dom0 will no longer be able to use the network card and you > will lose access to it. PCI devices may only be assigned to one dom, so > you need to choose your configuration correctly. > > I pass my VGA and USB controllers through to my domU, and use the > serial port for direct physical access to my dom0. The network card > remains in dom0, and I used network bridging to run network connections > from my domU and maintain network connectivity for dom0. > > -Nick > >>>> On 2010/05/08 at 05:32, 王俊仁<ben3468.wang@gmail.com> wrote: >> Hello >> I am new in XEN and Linux. I am trying the VGA passthru. I can >> xen-pciback.hide EtherNet, Serial Com port. But when I > xen-pciback.hide my >> VGA. I can no longer login to the Linux(Fedora 12). >> Then how can I xm create a XP DomU guest? Can anyone help? >> >> I am using Intel Q35 MB with Intel Core2 CPU. > > > > -------- > This e-mail may contain confidential and privileged material for the sole > use of the intended recipient. If this email is not intended for you, or > you are not responsible for the delivery of this message to the intended > recipient, please note that this message may contain SEAKR Engineering > (SEAKR) Privileged/Proprietary Information. In such a case, you are > strictly prohibited from downloading, photocopying, distributing or > otherwise using this message, its contents or attachments in any way. If > you have received this message in error, please notify us immediately by > replying to this e-mail and delete the message from your mailbox. > Information contained in this message that does not relate to the business > of SEAKR is neither endorsed by nor attributable to SEAKR. >> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>>> On 2010/05/11 at 03:47, <destinyqq@hotmail.com> wrote: > Hi Nick Couchman > > Did you mean like this: we will not see any VGA output and can not > login to desktop,if add "xen-pciback.hide=(00:02.0)" to grub ?Not exactly, but kind of. Initially, with that option, things will display just fine; however, once you start your domU and it claims the video card, you will lose your ability to use the video card in dom0. There may be a way to reclaim the video card after your HVM domU is shut down, but I don''t know what that is. The bottom line is that only one domain can use a PCI device at a time - so, when the domU grabs the VGA device, dom0 cannot use it any longer. Also, if there is a kernel module loaded that uses any of the PCI cards you wish to forward through to the domU, you have to unload the module, first, before the card can be passed through.> > I can''t passthrough Q45-IGD to hvm. > > I add "xen-pciback.hide=(00:02.0)" to grub, but i can login to desktop, > and i can see 00:02.0 in "xm pci-list-assignable-devices". > > Then,I create hvm, the monitor input disappear. But i can reboot Dom0 > from Keyboard.Yes, you should see the display disappear for your dom0, but you should see the HVM domU display appear. If the card is dual-headed, you may need to try switching over to the other video port. Also, make sure you forward through all of the PCI devices associated with the card - on my Optiplex 755, I forward 00:02.0 and 00:02.1 through. And, make sure you have gfx_passthru enabled. The keyboard issue is one that I haven''t found a great way around. What I ended up doing is making my dom0 "headless" and using either SSH or a serial console to access dom0. I then assign the graphics card and all of the USB PCI devices, as well as the sound card, to the HVM domU so that I can use those devices there. For what I''m trying to do - run Xen transparently under Windows, so that my engineers can use a familiar interface, but I can use their machines for other stuff - this works perfectly fine. Other folks have suggested purchasing an additional PCI or PCIe USB or PS/2 card that will allow you to hook up a second keyboard/mouse/etc. to the machine. -Nick -------- This e-mail may contain confidential and privileged material for the sole use of the intended recipient. If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way. If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox. Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi. Right Now my DomU XP can boot. But Right after XP show it''s Logo. It will shut down. Can anyone help? I am running Xen4+ Linux 2.6.31.13 on Intel GM45 chipset. Kernel config CONFIG_XEN_PCI_PASSTHROUGH = y CONFIG_XEN_PCIDEV_FRONTEND = y CONFIG_XEN_NETDEV_BACKEND = y CONFIG_XEN_PCIDEV_BACKEND = y CONFIG_XEN_PCIDEV_BACKEND_PASS = y CONFIG_DRM is not set grub conf kernel /boot/xen.gz dom0_mem=1024M iommu=1 module ... xen-pciback.hide=(00:02.0)(00:02.1)(00:1a.0)(00:1a.1)(00:1d.0)(00:1d.1)(00:1d.2) xp.hvm gfx_passthru=1 pci=[''00:02.0-1'' , ''00:1a.0-1'' , ''00:1d.0-2'' ] 2010/5/12 Nick Couchman <Nick.Couchman@seakr.com>> >>> On 2010/05/11 at 03:47, <destinyqq@hotmail.com> wrote: > > Hi Nick Couchman > > > > Did you mean like this: we will not see any VGA output and can not > > login to desktop,if add "xen-pciback.hide=(00:02.0)" to grub ? > > Not exactly, but kind of. Initially, with that option, things will display > just fine; however, once you start your domU and it claims the video card, > you will lose your ability to use the video card in dom0. There may be a > way to reclaim the video card after your HVM domU is shut down, but I don''t > know what that is. The bottom line is that only one domain can use a PCI > device at a time - so, when the domU grabs the VGA device, dom0 cannot use > it any longer. > > Also, if there is a kernel module loaded that uses any of the PCI cards you > wish to forward through to the domU, you have to unload the module, first, > before the card can be passed through. > > > > > I can''t passthrough Q45-IGD to hvm. > > > > I add "xen-pciback.hide=(00:02.0)" to grub, but i can login to > desktop, > > and i can see 00:02.0 in "xm pci-list-assignable-devices". > > > > Then,I create hvm, the monitor input disappear. But i can reboot > Dom0 > > from Keyboard. > > Yes, you should see the display disappear for your dom0, but you should see > the HVM domU display appear. If the card is dual-headed, you may need to > try switching over to the other video port. Also, make sure you forward > through all of the PCI devices associated with the card - on my Optiplex > 755, I forward 00:02.0 and 00:02.1 through. And, make sure you have > gfx_passthru enabled. > > The keyboard issue is one that I haven''t found a great way around. What I > ended up doing is making my dom0 "headless" and using either SSH or a serial > console to access dom0. I then assign the graphics card and all of the USB > PCI devices, as well as the sound card, to the HVM domU so that I can use > those devices there. For what I''m trying to do - run Xen transparently > under Windows, so that my engineers can use a familiar interface, but I can > use their machines for other stuff - this works perfectly fine. Other folks > have suggested purchasing an additional PCI or PCIe USB or PS/2 card that > will allow you to hook up a second keyboard/mouse/etc. to the machine. > > -Nick > > > > -------- > This e-mail may contain confidential and privileged material for the sole > use of the intended recipient. If this email is not intended for you, or > you are not responsible for the delivery of this message to the intended > recipient, please note that this message may contain SEAKR Engineering > (SEAKR) Privileged/Proprietary Information. In such a case, you are > strictly prohibited from downloading, photocopying, distributing or > otherwise using this message, its contents or attachments in any way. If > you have received this message in error, please notify us immediately by > replying to this e-mail and delete the message from your mailbox. > Information contained in this message that does not relate to the business > of SEAKR is neither endorsed by nor attributable to SEAKR. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users