From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gD9KP-0005Sr-5h for qemu-devel@nongnu.org; Thu, 18 Oct 2018 10:31:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gD9KM-0006Uc-0D for qemu-devel@nongnu.org; Thu, 18 Oct 2018 10:31:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52552) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gD9KI-0006M0-2D for qemu-devel@nongnu.org; Thu, 18 Oct 2018 10:31:03 -0400 References: <20181018123332.23518-1-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: Date: Thu, 18 Oct 2018 16:30:54 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-i386: kvm: do not initialize padding fields List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 18/10/2018 15:03, Peter Maydell wrote: > * these initializers were added by commit 7e680753cfa2 > in order to suppress a valgrind warning > * they were rendered unnecessary by the later commit 076796f8fd27f4d, > which added the "= {}" initializer to the declaration of "events", > thus zero-initializing the whole struct (and so this patch does > not change behaviour at all) Will do, thanks. Paolo