From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: OpenBSD 5.3 guest on KVM Date: Thu, 5 Sep 2013 21:00:50 +0300 Message-ID: <20130905180050.GC13021@redhat.com> References: <20130904233114.GA4460@defiant.freesoftware> <52284114.8090402@redhat.com> <20130905154458.GA9836@defiant.freesoftware> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: dbareiro@gmx.net, KVM General Return-path: Received: from mx1.redhat.com ([209.132.183.28]:22243 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752250Ab3IESA6 (ORCPT ); Thu, 5 Sep 2013 14:00:58 -0400 Content-Disposition: inline In-Reply-To: <20130905154458.GA9836@defiant.freesoftware> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Sep 05, 2013 at 12:44:58PM -0300, Daniel Bareiro wrote: > Hi, Pablo. > > On Thursday 05 September 2013 10:30:12 +0200, > Paolo Bonzini wrote: > > > > Someone had this problem and could solve it somehow? There any > > > debug information I can provide to help solve this? > > > For simple troubleshooting try "info status" from the QEMU monitor. > > ss01:~# telnet localhost 4046 > Trying ::1... > Connected to localhost. > Escape character is '^]'. > QEMU 1.1.2 monitor - type 'help' for more information > (qemu) > (qemu) > (qemu) info status > VM status: running > (qemu) > (qemu) > (qemu) system_powerdown > (qemu) > (qemu) > (qemu) info status > VM status: running > (qemu) > > Then the VM freezes. > And now, after it freezes, do one more "info status" also "info cpus" and "info registers". Also what do you mean by "freezes"? Do you see that VM started to shutdown after you issued system_powerdown? -- Gleb.