From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: qemu-kvm loops after kernel udpate Date: Tue, 11 Sep 2012 16:03:03 -0300 Message-ID: <20120911190303.GA3626@amt.cnet> References: <504F7ED8.1030702@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, LKML , Jiri Slaby To: Jiri Slaby Return-path: Content-Disposition: inline In-Reply-To: <504F7ED8.1030702@suse.cz> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, Sep 11, 2012 at 08:11:36PM +0200, Jiri Slaby wrote: > Hi, > > it looks like an update from next-20120824 to next-20120910 makes kvm > defunct. When I try to run qemu, it loops forever without printing > anything on the monitor. > > -no-kvm makes it indeed work. > > Cmdline I use: > qemu-kvm -k en-us -usbdevice tablet -balloon virtio -hda IMAGE -smp 2 -m > 1000M -net user -net nic,model=e1000 -usb -serial pty > > Before I start investigating further, like biscection, is this a known > issue already and fix available somewhere? > > thanks, Its not a known issue. 'info registers' (for both vcpus) and 'x /20i $eip' might help track it down.