qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] USB EHCI development nearing completion


From: Christian MICHON
Subject: Re: [Qemu-devel] USB EHCI development nearing completion
Date: Thu, 4 Jan 2007 10:53:17 +0100

I tested it on win32 host.
Apparently a typo mistake (see updated patch)

how to use it ?

diff -Nur ehci.patch ehci-xian.patch
--- ehci.patch  Thu Jan  4 09:50:17 2007
+++ ehci-xian.patch     Thu Jan  4 10:40:26 2007
@@ -1722,7 +1722,7 @@
+    printf ("buffer is %p (+%d)\n", s->buffer, (uint8_t*)s->buffer -
(uint8_t*)s);
+
+    pci_conf = s->dev.config;
-+    pci_conf[0x00] = 0x86
++    pci_conf[0x00] = 0x86;
+    pci_conf[0x01] = 0x80; // Intel VID
+    pci_conf[0x02] = 0x55;
+    pci_conf[0x03] = 0x55; // Made up product ID


On 1/4/07, Mark B <address@hidden> wrote:

Paul,

I don't see anything to do with EHCI in Chromium.  I was just referring to
the 3D patch as an example - maybe this is causing confusion.

Did anyone else get a chance to look at the EHCI emulation patch?

Thanks,

Mark


--
Christian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]