From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLRUa-0000dC-Ji for qemu-devel@nongnu.org; Thu, 15 Jun 2017 05:55:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLRUZ-0005D5-FO for qemu-devel@nongnu.org; Thu, 15 Jun 2017 05:55:08 -0400 Received: from mail-wr0-x231.google.com ([2a00:1450:400c:c0c::231]:35628) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLRUZ-0005CW-85 for qemu-devel@nongnu.org; Thu, 15 Jun 2017 05:55:07 -0400 Received: by mail-wr0-x231.google.com with SMTP id q97so14220034wrb.2 for ; Thu, 15 Jun 2017 02:55:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1497520197-56796-1-git-send-email-pbonzini@redhat.com> References: <1497520197-56796-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Thu, 15 Jun 2017 10:54:45 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH build fix] migration: do not doubly-define LoadStateHandler List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers , "Dr. David Alan Gilbert" On 15 June 2017 at 10:49, Paolo Bonzini wrote: > As the simplest fix to un-confuse patchew, inline the type > in struct VMStateDescription. As there are no users of > LoadStateHandler anymore in e.g. function declarations, > there isn't much advantage in defining it as a type. > > Signed-off-by: Paolo Bonzini I'm currently processing Juan's pullrequest which includes a fix for this (it moves the typedefs into typedefs.h.) thanks -- PMM