qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] e1000: work around win 8.0 boot hang


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] e1000: work around win 8.0 boot hang
Date: Mon, 23 Feb 2015 10:45:46 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

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 want to make sure this fix doesn't get forgotten.

Attachment: pgpB7VLB1yKgE.pgp
Description: PGP signature


reply via email to

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