From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXy9p-0007Of-Iq for qemu-devel@nongnu.org; Sat, 18 Jun 2011 12:14:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXy9o-0000yb-L6 for qemu-devel@nongnu.org; Sat, 18 Jun 2011 12:14:01 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:56671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXy9o-0000yJ-F7 for qemu-devel@nongnu.org; Sat, 18 Jun 2011 12:14:00 -0400 Received: by vxc11 with SMTP id 11so725253vxc.4 for ; Sat, 18 Jun 2011 09:13:59 -0700 (PDT) Sender: Richard Henderson Message-ID: <4DFCCEC4.3050103@twiddle.net> Date: Sat, 18 Jun 2011 09:13:56 -0700 From: Richard Henderson MIME-Version: 1.0 References: <20110617203929.GA16894@schlenkerla.am.freescale.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] kvm: ppc: booke206: use MMU API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Scott Wood , Jan Kiszka , "qemu-devel@nongnu.org Developers" On 06/17/2011 04:28 PM, Alexander Graf wrote: >> > + struct kvm_book3e_206_tlb_params params = {}; > Hrm - I'm not familiar with that initialization. What exactly does it > do? Set the struct contents to 0? Is this properly standardized? Yes and yes. r~