From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Teo En Ming (Zhang Enming)" Subject: Re: Re : [Xen-users] Re : Re : [SUCCESS REPORT] Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0 Date: Sat, 24 Mar 2012 21:02:18 +0800 Message-ID: <4F6DC5DA.6090609@gmail.com> References: <4F69E191.6040002@gmail.com> <1332348731.96140.YahooMailNeo@web29805.mail.ird.yahoo.com> <4F6A0D9D.3080009@gmail.com> <1332351429.5152.YahooMailNeo@web29806.mail.ird.yahoo.com> <4F6A1FA2.6040404@gmail.com> <1332361290.70708.YahooMailNeo@web29804.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3061894213899538440==" Return-path: In-Reply-To: <1332361290.70708.YahooMailNeo@web29804.mail.ird.yahoo.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David TECHER Cc: "xen-users@lists.xen.org" , Casey DeLorme , "Teo En Ming (Zhang Enming)" , Ian Campbell , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --===============3061894213899538440== Content-Type: multipart/alternative; boundary="------------020609020100010305090502" This is a multi-part message in MIME format. --------------020609020100010305090502 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Dear David Techer, Have you watched my Youtube video on Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU? http://www.youtube.com/watch?v=kGH05ZoMk6o Thank you very much. Yours sincerely, Teo En Ming (Zhang Enming) On 22/03/2012 04:21, David TECHER wrote: > Teo > > Thanks for your document. > > Since you are used to make video on youtube, could you post a video so > I can see ? > > Kind regards. > > David. > > ------------------------------------------------------------------------ > *De :* Teo En Ming (Zhang Enming) > *À :* David TECHER > *Cc :* "xen-users@lists.xen.org" ; Casey > DeLorme ; Teo En Ming (Zhang Enming) > ; Ian Campbell > ; "xen-devel@lists.xen.org" > > *Envoyé le :* Mercredi 21 mars 2012 19h36 > *Objet :* Re: [Xen-users] Re : Re : [SUCCESS REPORT] Xen VGA > Passthrough to Windows 8 Consumer Preview HVM domU and Windows XP Home > Edition HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 > amd64 Dom0 > > Dear David Techer, > > I have just found out that the QEMU monitor command is usb_add > host:vendor-id:product-id and not usb-add host:vendor:product. It is > underscore and not hyphen. > > From the details you have provided, you are basically trying to PCI > passthrough the USB Root Hub, not USB mass controller or USB > controller. Then you can simply plug in your USB Keyboard and USB > Mouse. My method using usb_add in the QEMU monitor is more tedious as > I need another computer with a network connection to vnc into the VNC > server on dom0 and execute the usb_add commands in the QEMU monitor. > > I have just updated my Xen VGA Passthrough documentation. > > Please read my attached file "Xen VGA Passthrough - Version 1.2.pdf". > My Xen VGA Passthrough documentation is now Version 1.2. > > By the way, I do not need to install NVIDIA drivers in Windows 8 HVM > domU. The NVIDIA driver is automatically loaded, but there is a yellow > exclamation mark beside my NVIDIA Geforce 8400GS. Device Manager in > Windows 8 HVM domU says that the graphics card has been stopped by > Windows because it has a problem and the graphics card is not using > any resources because it has a problem. > > However, the display in Windows 8 HVM domU is just fine and the screen > resolution is also OK. I am able to use Windows 8 HVM domU with Xen > VGA Passthrough to surf the internet using Internet Explorer. I can > also explore Device Manager and Control Panel. Windows 8 HVM domU with > Xen VGA Passthrough is slightly sluggish but Windows 8 HVM domU does > not freeze. > > Thank you very much for your kind assistance. > > Yours sincerely, > > Teo En Ming (Zhang Enming) > Singapore > > > > > > On 22/03/2012 01:37, David TECHER wrote: >> I don't use usb-add. >> >> Try >> >> lspci >> >> ??:??.? USB Mass Controler >> >> get the required ID for your "USB Mass Crontroler" or 'USB Controler" >> or something like that (don't remember..I am at work for the moment. >> Hope my boss don't know I try to help you) >> >> Then adding this id as you did for did for your graphic card. >> >> in the module line for grub >> >> /xen/-/pciback/./hide/=(??:??:?) >> >> and in the domU configuration file >> >> pci = [ '01:00.0','??:??.?'] >> >> Then plug your USB Keyboard and your USB Mouse in the USB Controler >> >> >> >> ------------------------------------------------------------------------ >> *De :* Teo En Ming (Zhang Enming) >> >> >> *À :* David TECHER >> *Cc :* "xen-users@lists.xen.org" >> ; >> "xen-devel@lists.xen.org" >> ; Casey >> DeLorme ; Ian >> Campbell ; >> Teo En Ming (Zhang Enming) >> >> *Envoyé le :* Mercredi 21 mars 2012 18h19 >> *Objet :* Re: Re : [Xen-users] [SUCCESS REPORT] Xen VGA Passthrough >> to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition >> HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0 >> >> Dear David Techer, >> >> I did my Xen VGA Passthrough 3 years ago around the time of Xen >> 3.5-unstable when Intel Corp engineer Han Weidong released the Xen >> VGA Passthrough patches. Now, I want to passthrough my USB Keyboard >> and USB Mouse to my Windows 8 HVM domU with Xen VGA Passthrough. >> >> I know I need to passthrough my USB Keyboard and USB Mouse to Windows >> HVM on the QEMU console. You need to either press CTRL+ALT+1 or >> CTRL+ALT+2 on the VNC Viewer for the QEMU console. >> >> I think the USB-ADD command is usb-add host:vendor:device on the QEMU >> console but I have forgotten the exact command for usb-add on the >> QEMU console. Could you refresh me on the usb-add command or point me >> to some documentation? >> >> When I have passthrough my USB keyboard and USB mouse to Windows 8 >> HVM domU, then I can start to use Windows 8 HVM domU with Xen VGA >> Passthrough. >> >> teo-en-ming@ubuntu-1110-amd64-desktop:~$ lsusb >> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub >> Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub >> Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub >> Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub >> Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub >> Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub >> Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub >> Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub >> Bus 001 Device 002: ID 2040:2400 Hauppauge WinTV PVR USB2 (Model 24019) >> Bus 001 Device 003: ID 0409:005a NEC Corp. HighSpeed Hub >> Bus 006 Device 002: ID 0603:00f2 Novatek Microelectronics Corp. >> Bus 008 Device 002: ID 15d9:0a41 Trust International B.V. MI-2540D >> [Optical mouse] >> >> Are the QEMU commands "usb-add host:0603:00f2" and "usb-add >> host:15d9:0a41"? >> >> I am thinking the above QEMU usb-add commands are correct. >> >> Thank you very much. >> >> Yours sincerely, >> >> Teo En Ming (Zhang Enming) >> >> >> >> >> On 22/03/2012 00:52, David TECHER wrote: >>> And now install NVIDIA drivers and let me know if it is a real success >>> >>> Reboot your domU, when logged open your Device manager, use the >>> scroll-bar OR open Internet Explorer, use the the scrollbar. >>> >>> Let me know if you don't have any freeze. >>> >>> David. >>> >>> >>> ------------------------------------------------------------------------ >>> *De :* Teo En Ming (Zhang Enming) >>> >>> >>> *À :* "xen-users@lists.xen.org" >>> ; >>> "xen-devel@lists.xen.org" >>> ; David >>> TECHER ; Casey >>> DeLorme ; Ian >>> Campbell ; >>> Teo En Ming (Zhang Enming) >>> >>> *Envoyé le :* Mercredi 21 mars 2012 15h11 >>> *Objet :* [Xen-users] [SUCCESS REPORT] Xen VGA Passthrough to >>> Windows 8 Consumer Preview HVM domU and Windows XP Home Edition HVM >>> domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0 >>> >>> _Subject: Xen VGA Passthrough to Windows 8 Consumer Preview 64-bit >>> English HVM domU and Windows XP Home Edition SP3 HVM domU with Xen >>> 4.2-unstable Changeset 25070 in >>> Ubuntu 11.10 oneiric ocelot amd64 Final Release Dom0_ >>> >>> Dear All, >>> >>> I have with great success passthrough my Palit NVIDIA Geforce 8400 >>> GS PCI Express x16 graphics card to Windows 8 Consumer Preview HVM >>> domU and Windows XP Home Edition SP3 HVM domU with Xen 4.2-unstable >>> Changeset 25070 in Ubuntu 11.10 oneiric ocelot amd64 Final Release dom0. >>> >>> _My Hardware Specifications_ >>> >>> Motherboard: Intel DQ45CB >>> Processor: Intel Pentium Dual Core E6300 2.8 GHz >>> Memory: 6 GB >>> VT-x: YES >>> VT-d: YES >>> >>> Please refer to my attached "Xen VGA Passthrough - Version 1.1.pdf" >>> documentation which I have written for the past 2 days. If you want >>> to follow all the steps in the PDF file documentation which I have >>> written, I can guarantee you great success to Xen VGA Passthrough >>> with Windows 8 Consumer Preview HVM domU. >>> >>> Please read my attached PDF file in this very email carefully. If >>> you have any questions pertaining to Xen VGA Passthrough with the >>> latest and greatest Xen 4.2-unstable changeset 25070, please feel >>> free to ask me anytime 24 hours a day. >>> >>> Thank you very much for your kind attention. >>> >>> Yours sincerely, >>> >>> Teo En Ming (Zhang Enming) >>> >>> >>> >>> _______________________________________________ >>> Xen-users mailing list >>> Xen-users@lists.xen.org >>> http://lists.xen.org/xen-users >>> >> >> >> > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users > --------------020609020100010305090502 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Dear David Techer,

Have you watched my Youtube video on Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU?

http://www.youtube.com/watch?v=kGH05ZoMk6o

Thank you very much.

Yours sincerely,

Teo En Ming (Zhang Enming)



On 22/03/2012 04:21, David TECHER wrote:
Teo

Thanks for your document.

Since you are used to make video on youtube, could you post a video so I can see ?

Kind regards.

David.


De : Teo En Ming (Zhang Enming) <singapore.mr.teo.en.ming@gmail.com>
À : David TECHER <davidtecher@yahoo.fr>
Cc : "xen-users@lists.xen.org" <xen-users@lists.xen.org>; Casey DeLorme <cdelorme@gmail.com>; Teo En Ming (Zhang Enming) <singapore.mr.teo.en.ming@gmail.com>; Ian Campbell <Ian.Campbell@citrix.com>; "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Envoyé le : Mercredi 21 mars 2012 19h36
Objet : Re: [Xen-users] Re : Re : [SUCCESS REPORT] Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0

Dear David Techer,

I have just found out that the QEMU monitor command is usb_add host:vendor-id:product-id and not usb-add host:vendor:product. It is underscore and not hyphen.

From the details you have provided, you are basically trying to PCI passthrough the USB Root Hub, not USB mass controller or USB controller. Then you can simply plug in your USB Keyboard and USB Mouse. My method using usb_add in the QEMU monitor is more tedious as I need another computer with a network connection to vnc into the VNC server on dom0 and execute the usb_add commands in the QEMU monitor.

I have just updated my Xen VGA Passthrough documentation.

Please read my attached file "Xen VGA Passthrough - Version 1.2.pdf". My Xen VGA Passthrough documentation is now Version 1.2.

By the way, I do not need to install NVIDIA drivers in Windows 8 HVM domU. The NVIDIA driver is automatically loaded, but there is a yellow exclamation mark beside my NVIDIA Geforce 8400GS. Device Manager in Windows 8 HVM domU says that the graphics card has been stopped by Windows because it has a problem and the graphics card is not using any resources because it has a problem.

However, the display in Windows 8 HVM domU is just fine and the screen resolution is also OK. I am able to use Windows 8 HVM domU with Xen VGA Passthrough to surf the internet using Internet Explorer. I can also explore Device Manager and Control Panel. Windows 8 HVM domU with Xen VGA Passthrough is slightly sluggish but Windows 8 HVM domU does not freeze.

Thank you very much for your kind assistance.

Yours sincerely,

Teo En Ming (Zhang Enming)
Singapore





On 22/03/2012 01:37, David TECHER wrote:
I don't use usb-add.

Try

lspci

??:??.? USB Mass Controler

get the required ID for your "USB Mass Crontroler" or 'USB Controler" or something like that (don't remember..I am at work for the moment. Hope my boss don't know I try to help you)

Then adding this id as you did for did for your graphic card.

in the module line for grub

xen-pciback.hide=(??:??:?)

and in the domU configuration file

pci = [ '01:00.0','??:??.?']

Then plug your USB Keyboard and your USB Mouse in the USB Controler




De : Teo En Ming (Zhang Enming) <singapore.mr.teo.en.ming@gmail.com>
À : David TECHER <davidtecher@yahoo.fr>
Cc : "xen-users@lists.xen.org" <xen-users@lists.xen.org>; "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>; Casey DeLorme <cdelorme@gmail.com>; Ian Campbell <Ian.Campbell@citrix.com>; Teo En Ming (Zhang Enming) <singapore.mr.teo.en.ming@gmail.com>
Envoyé le : Mercredi 21 mars 2012 18h19
Objet : Re: Re : [Xen-users] [SUCCESS REPORT] Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0

Dear David Techer,

I did my Xen VGA Passthrough 3 years ago around the time of Xen 3.5-unstable when Intel Corp engineer Han Weidong released the Xen VGA Passthrough patches. Now, I want to passthrough my USB Keyboard and USB Mouse to my Windows 8 HVM domU with Xen VGA Passthrough.

I know I need to passthrough my USB Keyboard and USB Mouse to Windows HVM on the QEMU console. You need to either press CTRL+ALT+1 or CTRL+ALT+2 on the VNC Viewer for the QEMU console.

I think the USB-ADD command is usb-add host:vendor:device on the QEMU console but I have forgotten the exact command for usb-add on the QEMU console. Could you refresh me on the usb-add command or point me to some documentation?

When I have passthrough my USB keyboard and USB mouse to Windows 8 HVM domU, then I can start to use Windows 8 HVM domU with Xen VGA Passthrough.

teo-en-ming@ubuntu-1110-amd64-desktop:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 2040:2400 Hauppauge WinTV PVR USB2 (Model 24019)
Bus 001 Device 003: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 006 Device 002: ID 0603:00f2 Novatek Microelectronics Corp.
Bus 008 Device 002: ID 15d9:0a41 Trust International B.V. MI-2540D [Optical mouse]

Are the QEMU commands "usb-add host:0603:00f2" and "usb-add host:15d9:0a41"?

I am thinking the above QEMU usb-add commands are correct.

Thank you very much.

Yours sincerely,

Teo En Ming (Zhang Enming)




On 22/03/2012 00:52, David TECHER wrote:
And now install NVIDIA drivers and let me know if it is a real success

Reboot your domU, when logged open your Device manager, use the scroll-bar OR open Internet Explorer, use the the scrollbar.

Let me know if you don't have any freeze.

David.



De : Teo En Ming (Zhang Enming) <singapore.mr.teo.en.ming@gmail.com>
À : "xen-users@lists.xen.org" <xen-users@lists.xen.org>; "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>; David TECHER <davidtecher@yahoo.fr>; Casey DeLorme <cdelorme@gmail.com>; Ian Campbell <Ian.Campbell@citrix.com>; Teo En Ming (Zhang Enming) <singapore.mr.teo.en.ming@gmail.com>
Envoyé le : Mercredi 21 mars 2012 15h11
Objet : [Xen-users] [SUCCESS REPORT] Xen VGA Passthrough to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 amd64 Dom0

Subject: Xen VGA Passthrough to Windows 8 Consumer Preview 64-bit English HVM domU and Windows XP Home Edition SP3 HVM domU with Xen 4.2-unstable Changeset 25070 in
Ubuntu 11.10 oneiric ocelot amd64 Final Release Dom0


Dear All,

I have with great success passthrough my Palit NVIDIA Geforce 8400 GS PCI Express x16 graphics card to Windows 8 Consumer Preview HVM domU and Windows XP Home Edition SP3 HVM domU with Xen 4.2-unstable Changeset 25070 in Ubuntu 11.10 oneiric ocelot amd64 Final Release dom0.

My Hardware Specifications

Motherboard: Intel DQ45CB
Processor: Intel Pentium Dual Core E6300 2.8 GHz
Memory: 6 GB
VT-x: YES
VT-d: YES

Please refer to my attached "Xen VGA Passthrough - Version 1.1.pdf" documentation which I have written for the past 2 days. If you want to follow all the steps in the PDF file documentation which I have written, I can guarantee you great success to Xen VGA Passthrough with Windows 8 Consumer Preview HVM domU.

Please read my attached PDF file in this very email carefully. If you have any questions pertaining to Xen VGA Passthrough with the latest and greatest Xen 4.2-unstable changeset 25070, please feel free to ask me anytime 24 hours a day.

Thank you very much for your kind attention.

Yours sincerely,

Teo En Ming (Zhang Enming)



_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users






_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users


--------------020609020100010305090502-- --===============3061894213899538440== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============3061894213899538440==--