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: Johannes Schindelin
Subject: Re: [Qemu-devel] current qemu cvs broken for mingw hosts
Date: Wed, 31 Jan 2007 00:09:28 +0100 (CET)

Hi,

On Tue, 30 Jan 2007, Paul Brook wrote:

> On Tuesday 30 January 2007 20:09, Christian MICHON wrote:
> > 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.
> 
> Did you test it? I'm fairly certain it still won't work. AFAICS You're not 
> setting the field anywhere.

Indeed. Somehow I assumed that text_console_init() would set this. Sorry.

Ciao,
Dscho





reply via email to

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