From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbvqi-0007BE-Mx for qemu-devel@nongnu.org; Thu, 31 Oct 2013 13:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vbvqc-0000gO-FG for qemu-devel@nongnu.org; Thu, 31 Oct 2013 13:16:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbvqb-0000fx-W8 for qemu-devel@nongnu.org; Thu, 31 Oct 2013 13:15:54 -0400 Date: Thu, 31 Oct 2013 19:18:36 +0200 From: "Michael S. Tsirkin" Message-ID: <20131031171836.GA11052@redhat.com> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52728F0C.1040404@redhat.com> Subject: Re: [Qemu-devel] pvpanic plans? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini 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 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.