qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] apparently missing yet another notify_event()


From: Michael Tokarev
Subject: Re: [Qemu-devel] apparently missing yet another notify_event()
Date: Fri, 14 Sep 2012 18:17:23 +0400
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.6esrpre) Gecko/20120817 Icedove/10.0.6

On 04.09.2012 10:58, Michael Tokarev wrote:
> On 04.09.2012 10:53, Paolo Bonzini wrote:
>> Il 03/09/2012 20:13, Michael Tokarev ha scritto:
> []
>>>  qemu -nographic -kernel /boot/vmlinuz-$(uname -r) -append console=ttyS0 
>>> -serial pty
>>>
>>> This will hang with 100% CPU usage until something is sent
>>> to the pty.  <Enter> key is enough.
> []
>> Could it be this one?
>>
>> <http://permalink.gmane.org/gmane.comp.emulators.qemu/168209>
> 
> Removing this "pending" initialization fixes this problem too.

Actually it is not the same thing, and applying this path
does not solve the originak issue for me, neither does
updating to 1.2.0 help.

But it looks like I wasn't correct with the initial diagnostic.
Qemu (either 1.1 or 1.2) just sleeps for a few moments (about
2 seconds) after startup with my command line option, and I
thought it is stalled.

The actual problem appears to be qemu-kvm-specific, it does not
affect qemu (with or without -enable-kvm).

 qemu-kvm -nographic -kernel /boot/vmlinuz-$(uname -r) -append console=ttyS0 
-serial pty

This hangs till I send a char to the pty.

/mjt



reply via email to

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