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: Radim Krčmář
Subject: Re: [Qemu-devel] [PATCH] e1000: work around win 8.0 boot hang
Date: Thu, 19 Feb 2015 21:37:46 +0100

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 via email to

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