From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elWoq-0000uO-Ha for qemu-devel@nongnu.org; Tue, 13 Feb 2018 04:24:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elWol-0000Dm-Ku for qemu-devel@nongnu.org; Tue, 13 Feb 2018 04:24:08 -0500 Date: Tue, 13 Feb 2018 10:23:39 +0100 From: Cornelia Huck Message-ID: <20180213102339.440ec621.cohuck@redhat.com> In-Reply-To: <20180212154903.8859-1-dgilbert@redhat.com> References: <20180212154903.8859-1-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] s390/stattrib: Make SaveVMHandlers data static List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, rth@twiddle.net, agraf@suse.de, david@redhat.com, qemu-s390x@nongnu.org On Mon, 12 Feb 2018 15:49:03 +0000 "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > There's no need for this to be dynamic, make it static. > > Signed-off-by: Dr. David Alan Gilbert > --- > hw/s390x/s390-stattrib.c | 26 +++++++++++++------------- > 1 file changed, 13 insertions(+), 13 deletions(-) Thanks, applied.