On Tuesday 30 January 2007 20:09, Christian MICHON wrote:
> On 1/30/07, Johannes Schindelin <[EMAIL PROTECTED]> 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.

Paul


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to