Hi,

Sorry.

On 09/22/2012 03:16 PM, Blue Swirl wrote:
On Thu, Sep 20, 2012 at 3:38 PM, Hans de Goede <hdego...@redhat.com> 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