> > -    qemu_chr_be_write(vc->chr, buffer, len);
> > +    VirtualConsole *vc = user_data;
> 
> Gerd, can we retain the white line here please? :)
> 
> Andreas
> 
> > +    qemu_chr_be_write(vc->chr, (uint8_t  *)text, (unsigned int)size);

Fixed in my local copy.

cheers,
  Gerd



Reply via email to