From: "Teo En Ming (Zhang Enming)" <singapore.mr.teo.en.ming@gmail.com>
To: 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>
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: Thu, 22 Mar 2012 12:55:36 +0800 [thread overview]
Message-ID: <4F6AB0C8.9090302@gmail.com> (raw)
In-Reply-To: <1332361290.70708.YahooMailNeo@web29804.mail.ird.yahoo.com>
[-- Attachment #1.1: Type: text/plain, Size: 9817 bytes --]
Dear David Techer,
I will be uploading my home made video on Xen VGA Passthrough to Windows
8 Consumer Preview HVM domU to Youtube in a few hours time.
Please look forward to it.
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>
>> <mailto:singapore.mr.teo.en.ming@gmail.com>
>> *À :* David TECHER <davidtecher@yahoo.fr> <mailto:davidtecher@yahoo.fr>
>> *Cc :* "xen-users@lists.xen.org" <mailto:xen-users@lists.xen.org>
>> <xen-users@lists.xen.org> <mailto:xen-users@lists.xen.org>;
>> "xen-devel@lists.xen.org" <mailto:xen-devel@lists.xen.org>
>> <xen-devel@lists.xen.org> <mailto:xen-devel@lists.xen.org>; Casey
>> DeLorme <cdelorme@gmail.com> <mailto:cdelorme@gmail.com>; Ian
>> Campbell <Ian.Campbell@citrix.com> <mailto:Ian.Campbell@citrix.com>;
>> Teo En Ming (Zhang Enming) <singapore.mr.teo.en.ming@gmail.com>
>> <mailto: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>
>>> <mailto:singapore.mr.teo.en.ming@gmail.com>
>>> *À :* "xen-users@lists.xen.org" <mailto:xen-users@lists.xen.org>
>>> <xen-users@lists.xen.org> <mailto:xen-users@lists.xen.org>;
>>> "xen-devel@lists.xen.org" <mailto:xen-devel@lists.xen.org>
>>> <xen-devel@lists.xen.org> <mailto:xen-devel@lists.xen.org>; David
>>> TECHER <davidtecher@yahoo.fr> <mailto:davidtecher@yahoo.fr>; Casey
>>> DeLorme <cdelorme@gmail.com> <mailto:cdelorme@gmail.com>; Ian
>>> Campbell <Ian.Campbell@citrix.com> <mailto:Ian.Campbell@citrix.com>;
>>> Teo En Ming (Zhang Enming) <singapore.mr.teo.en.ming@gmail.com>
>>> <mailto: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 <mailto:Xen-users@lists.xen.org>
>>> http://lists.xen.org/xen-users
>>>
>>
>>
>>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xen.org <mailto:Xen-users@lists.xen.org>
> http://lists.xen.org/xen-users
>
[-- Attachment #1.2: Type: text/html, Size: 30770 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2012-03-22 4:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-21 14:11 [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 Teo En Ming (Zhang Enming)
2012-03-21 16:52 ` Re : [Xen-users] " David TECHER
2012-03-21 17:19 ` Teo En Ming (Zhang Enming)
2012-03-21 17:37 ` Re : " David TECHER
2012-03-21 18:36 ` Teo En Ming (Zhang Enming)
2012-03-21 20:21 ` Re : [Xen-users] Re : Re : " David TECHER
2012-03-22 4:55 ` Teo En Ming (Zhang Enming) [this message]
2012-03-24 13:02 ` Teo En Ming (Zhang Enming)
[not found] ` <B6C2EB9186482D47BD0C5A9A483456440AEC7A@SHSMSX101.ccr.corp.intel.com>
2012-03-22 5:01 ` Teo En Ming (Zhang Enming)
2012-03-22 5:41 ` Ren, Yongjie
2012-03-22 8:39 ` Teo En Ming (Zhang Enming)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F6AB0C8.9090302@gmail.com \
--to=singapore.mr.teo.en.ming@gmail.com \
--cc=Ian.Campbell@citrix.com \
--cc=cdelorme@gmail.com \
--cc=davidtecher@yahoo.fr \
--cc=xen-devel@lists.xen.org \
--cc=xen-users@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).