qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] current qemu cvs broken for mingw hosts


From: Christian MICHON
Subject: Re: [Qemu-devel] current qemu cvs broken for mingw hosts
Date: Tue, 30 Jan 2007 21:09:16 +0100

On 1/30/07, Johannes Schindelin <address@hidden> wrote:
just guard it with an #ifndef ENOMEDIUM

this one was not bothering so much, but it's true it's cleaner with this.

> c:/qemu/qemu-30jan07/vl.c: In function `win_chr_read_poll':
> c:/qemu/qemu-30jan07/vl.c:2021: error: structure has no member named `chr'
> [...]
>
> I cannot figure out what "chr"'s type is supposed to be in the struct.

How about CharDriverState? I deduce this from

origin:vl.h:318:int qemu_chr_can_read(CharDriverState *s);

I guess I'm tired (banged too much my head on git recently :) )
The fix is attached: thanks.

--
Christian

Attachment: chr.patch
Description: Binary data


reply via email to

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