qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] ehci: Fix interrupt packet MULT handling


From: Hans de Goede
Subject: Re: [Qemu-devel] [PATCH] ehci: Fix interrupt packet MULT handling
Date: Sun, 23 Sep 2012 12:06:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

Hi,

Sorry.

On 09/22/2012 03:16 PM, Blue Swirl wrote:
On Thu, Sep 20, 2012 at 3:38 PM, Hans de Goede <address@hidden> wrote:

<snip>

@@ -1837,6 +1838,10 @@ static EHCIQueue *ehci_state_fetchqh(EHCIState *ehci, 
int async)
      }
      q->qh = qh;

+    q->transact_ctr = get_field(q->qh.epcap, QH_EPCAP_MULT);
+    if (q->transact_ctr == 0) /* Guest bug in some versions of windows */
+        q->transact_ctr = 4;

Missing braces, please use checkpatch.pl.


Oops, Gerd since this is already in your tree, can you fix this, or do you
want a new fixed version ?

Regards,

Hans



reply via email to

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