From: "Radim Krčmář" <rkrcmar@redhat.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: qemu-devel@nongnu.org, Wei Huang <wehuang@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] e1000: work around win 8.0 boot hang
Date: Mon, 23 Feb 2015 14:45:02 +0100 [thread overview]
Message-ID: <20150223134501.GA2102@potion.brq.redhat.com> (raw)
In-Reply-To: <20150223104546.GE27533@stefanha-thinkpad.redhat.com>
2015-02-23 10:45+0000, Stefan Hajnoczi:
> On Thu, Feb 19, 2015 at 09:37:46PM +0100, Radim Krčmář wrote:
> > 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.
>
> Just to clarify, you are NACKing this patch and will send a new series?
I would only change this line in v2 so far, so I wait for more comments
before respin. It is possible that maintainers find fixing a typo
easier than handling v2, but it most likely is a NACK.
(The build fixes are already posted in an independent series, they were
just a reason why I haven't even compile-tested this patch.)
> I want to make sure this fix doesn't get forgotten.
Thanks!
next prev parent reply other threads:[~2015-02-23 13:45 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ář
2015-02-23 10:45 ` Stefan Hajnoczi
2015-02-23 13:45 ` Radim Krčmář [this message]
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=20150223134501.GA2102@potion.brq.redhat.com \
--to=rkrcmar@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
--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 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).