From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbvlm-0005Uw-Ic for qemu-devel@nongnu.org; Thu, 31 Oct 2013 13:11:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbvlg-0007UX-IC for qemu-devel@nongnu.org; Thu, 31 Oct 2013 13:10:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbvlg-0007US-AY for qemu-devel@nongnu.org; Thu, 31 Oct 2013 13:10:48 -0400 Message-ID: <52728F0C.1040404@redhat.com> Date: Thu, 31 Oct 2013 18:10:36 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20131031145234.GC9948@redhat.com> <52726FAA.6000502@redhat.com> <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> In-Reply-To: <20131031170138.GA10940@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: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