From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgAwW-00016H-QX for qemu-devel@nongnu.org; Tue, 21 Feb 2017 08:57:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgAwT-0003Nc-R2 for qemu-devel@nongnu.org; Tue, 21 Feb 2017 08:57:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44934) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cgAwT-0003NP-L7 for qemu-devel@nongnu.org; Tue, 21 Feb 2017 08:57:21 -0500 From: Juan Quintela In-Reply-To: <20170220185020.774-6-dgilbert@redhat.com> (David Alan Gilbert's message of "Mon, 20 Feb 2017 18:50:20 +0000") References: <20170220185020.774-1-dgilbert@redhat.com> <20170220185020.774-6-dgilbert@redhat.com> Reply-To: quintela@redhat.com Date: Tue, 21 Feb 2017 14:57:15 +0100 Message-ID: <87a89foddw.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v4 5/5] slirp: VMStatify remaining except for loop List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, samuel.thibault@ens-lyon.org, jan.kiszka@siemens.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > This converts the remaining components, except for the top level > loop, to VMState. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela