From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbwap-0000Jz-I4 for qemu-devel@nongnu.org; Thu, 31 Oct 2013 14:03:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbwah-000734-C0 for qemu-devel@nongnu.org; Thu, 31 Oct 2013 14:03:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbwah-00072u-3T for qemu-devel@nongnu.org; Thu, 31 Oct 2013 14:03:31 -0400 Message-ID: <52729B64.3050702@redhat.com> Date: Thu, 31 Oct 2013 19:03:16 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20131031150955.GE9948@redhat.com> <52727695.8080007@redhat.com> <20131031154556.GB10424@redhat.com> <52727D97.3070209@redhat.com> <20131031161404.GA10710@redhat.com> <52728294.9050305@redhat.com> <20131031162652.GA10789@redhat.com> <52728790.7010404@redhat.com> <20131031170138.GA10940@redhat.com> <52728F0C.1040404@redhat.com> <20131031171836.GA11052@redhat.com> In-Reply-To: <20131031171836.GA11052@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] pvpanic plans? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: pkrempa@redhat.com, lersek@redhat.com, marcel.a@redhat.com, libvir-list@redhat.com, Hu Tao , qemu-devel@nongnu.org, armbru@redhat.com, rhod@redhat.com, kraxel@redhat.com, anthony@codemonkey.ws, lcapitulino@redhat.com, afaerber@suse.de Il 31/10/2013 18:18, Michael S. Tsirkin ha scritto: > On Thu, Oct 31, 2013 at 06:10:36PM +0100, Paolo Bonzini wrote: >> Il 31/10/2013 18:01, Michael S. Tsirkin ha scritto: >>>> Yes, that's what my patch (posted the link before) does: >>>> >>>> - { RUN_STATE_GUEST_PANICKED, RUN_STATE_PAUSED }, >>>> + { RUN_STATE_GUEST_PANICKED, RUN_STATE_RUNNING }, >>>> { RUN_STATE_GUEST_PANICKED, RUN_STATE_FINISH_MIGRATE }, >>>> - { RUN_STATE_GUEST_PANICKED, RUN_STATE_DEBUG }, >>> >>> Anyway I agree with your patch. How about we drop RUN_STATE_DEBUG and >>> drop RUN_STATE_GUEST_PANICKED from need reset list? >> >> Yes, and also modify gdbstub.c. It's all in the URL I posted a few >> hours ago. >> >> Paolo > > OK, so can you pls post patches 1 and 2? I'll review and ack. Next Monday I will. Paolo