Am 03.06.2014 10:01, schrieb Gerd Hoffmann:
>   Hi,
>
> Current gtk patch queue.  A bunch of cleanups and fixes.
>
> Most notable change is patch #5 which winds up qemu text
> terminal emulation in gtk, so '-chardev vc' works even
> when building without vte (i.e. on windows).
>
> Gerd Hoffmann (5):
>   gtk: factor out keycode mapping
>   gtk: cleanup backend dependencies
>   gtk: factor out gtk3 grab into the new gd_grab_devices function
>   gtk: update window size after showing/hiding tabs
>   gtk: bind to text terminal consoles too
>
>  configure |   4 +
>  ui/gtk.c  | 298 
> ++++++++++++++++++++++++++++++++++----------------------------
>  2 files changed, 170 insertions(+), 132 deletions(-)
>

Hi Gerd,

its great to get text terminals without VTE now.

I tested the series on a Linux x86_64 host. Native QEMU for this host
seems to work fine. QEMU for 64 bit Windows with wine64 shows several
issues:

* The text consoles are named vc1, vc2, vc3 in the menu.
* The text consoles show a black left border initially.
* Booting a Linux guest is extremely slow. I see several timeouts:
  err:ntdll:RtlpWaitForCriticalSection section 0x9a9560 "?" wait timed
out in thread 0030,
 blocked by 002c, retrying (60 sec)

Regards
Stefan


Reply via email to