All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Radim Krčmář" <rkrcmar@redhat.com>
To: qemu-devel@nongnu.org
Cc: Wei Huang <wehuang@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] e1000: work around win 8.0 boot hang
Date: Thu, 19 Feb 2015 21:37:46 +0100	[thread overview]
Message-ID: <20150219203101.GA3974@potion.brq.redhat.com> (raw)
In-Reply-To: <1424373859-2019-1-git-send-email-rkrcmar@redhat.com>

2015-02-19 20:24+0100, Radim Krčmář:
> diff --git a/hw/net/e1000.c b/hw/net/e1000.c
> @@ -138,6 +138,10 @@ typedef struct E1000State_st {
> +#define E1000_WIN8_WORKAROUND_ICR       E1000_ICR_RXT0
> +#define E1000_WIN8_WORKAROUND_DELAY_US  10
> +    bool win8_workaround_needed;
> @@ -288,7 +292,7 @@ set_interrupt_cause(E1000State *s, int index, uint32_t val)
> @@ -316,13 +320,17 @@ set_interrupt_cause(E1000State *s, int index, uint32_t val)
> +        if (s->win8_workround_needed) {

So I read the patch again and noticed a typo here, which reminds me that
QEMU does not compile on rawhide for several reasons ...
I'll fix that to compensate.

  reply	other threads:[~2015-02-19 20:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-19 19:24 [Qemu-devel] [PATCH] e1000: work around win 8.0 boot hang Radim Krčmář
2015-02-19 20:37 ` Radim Krčmář [this message]
2015-02-23 10:45   ` Stefan Hajnoczi
2015-02-23 13:45     ` Radim Krčmář
2015-02-23 14:39       ` Stefan Hajnoczi
2015-02-23 16:07         ` Radim Krčmář
2015-02-23 16:13           ` Wei Huang
2015-02-24 11:35 ` Stefan Hajnoczi
2015-02-24 11:46   ` Stefan Hajnoczi
2015-03-20 15:10     ` Wei Huang
2015-03-31  5:26 ` Jason Wang
2015-03-31 10:17   ` Radim Krčmář
2015-04-01  1:44     ` Jason Wang

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=20150219203101.GA3974@potion.brq.redhat.com \
    --to=rkrcmar@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=wehuang@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.