[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/5] gtk: fixes, cleanups and text consoles with
From: |
Stefan Weil |
Subject: |
Re: [Qemu-devel] [PATCH 0/5] gtk: fixes, cleanups and text consoles without vte |
Date: |
Wed, 04 Jun 2014 09:25:25 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
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
- [Qemu-devel] [PATCH 0/5] gtk: fixes, cleanups and text consoles without vte, Gerd Hoffmann, 2014/06/03
- [Qemu-devel] [PATCH 2/5] gtk: cleanup backend dependencies, Gerd Hoffmann, 2014/06/03
- [Qemu-devel] [PATCH 4/5] gtk: update window size after showing/hiding tabs, Gerd Hoffmann, 2014/06/03
- [Qemu-devel] [PATCH 1/5] gtk: factor out keycode mapping, Gerd Hoffmann, 2014/06/03
- [Qemu-devel] [PATCH 3/5] gtk: factor out gtk3 grab into the new gd_grab_devices function, Gerd Hoffmann, 2014/06/03
- [Qemu-devel] [PATCH 5/5] gtk: bind to text terminal consoles too, Gerd Hoffmann, 2014/06/03
- Re: [Qemu-devel] [PATCH 0/5] gtk: fixes, cleanups and text consoles without vte,
Stefan Weil <=