qemu-devel
[Top][All Lists]
Advanced

[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: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 0/5] gtk: fixes, cleanups and text consoles without vte
Date: Wed, 04 Jun 2014 09:40:22 +0200

> 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.

Yep.  It's because we don't have access to the chardev.
Fixing that (non-hackish) needs some infrastructure work:

  * Make chardevs objects, link them in the qom tree.
  * Make chardev label a object property.
  * Add a chardev link to QemuConsoles (simliar to the device
    link we have today for gfx consoles).

Then we can figure a better name in the ui.

> * Booting a Linux guest is extremely slow. I see several timeouts:
>   err:ntdll:RtlpWaitForCriticalSection section 0x9a9560 "?" wait timed
> out in thread 0030,

Hmm.  No idea.  But its pretty much a blocker given that this stuff will
be active on windows by default.  Tried real windows too?  Any chance to
get a stacktrace for the place where it blocks?  Maybe that gives a
clue ...

thanks,
  Gerd





reply via email to

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