From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEKRc-0005S3-1D for qemu-devel@nongnu.org; Thu, 03 May 2018 16:03:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEKRX-0005T2-PT for qemu-devel@nongnu.org; Thu, 03 May 2018 16:03:12 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:56574 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fEKRX-0005Sg-Kg for qemu-devel@nongnu.org; Thu, 03 May 2018 16:03:07 -0400 References: <1525376963-79623-1-git-send-email-mst@redhat.com> <1525376963-79623-6-git-send-email-mst@redhat.com> From: Eric Blake Message-ID: <5fbe4232-ca1a-5e0c-437c-8b63cf83c510@redhat.com> Date: Thu, 3 May 2018 15:02:59 -0500 MIME-Version: 1.0 In-Reply-To: <1525376963-79623-6-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/67] migration: drop an unused include, add a used one List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , qemu-devel@nongnu.org Cc: berrange@redhat.com, kwolf@redhat.com, peter.maydell@linaro.org, Juan Quintela , "Dr. David Alan Gilbert" On 05/03/2018 02:50 PM, Michael S. Tsirkin wrote: > we just need a struct name, let's add a forward > declaration instead of an include. Reasonable. > > We also use size_t, so add stddef.h Why? osdep.h already does this, and ALL .c files that use include/ should be including osdep.h prior to any other in-tree .h file. So size_t should already be in scope by the time this header is included. > > Signed-off-by: Michael S. Tsirkin > --- > include/migration/vmstate.h | 4 +++- > migration/savevm.c | 1 + > 2 files changed, 4 insertions(+), 1 deletion(-) -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org