From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UelDI-0006jD-VE for qemu-devel@nongnu.org; Tue, 21 May 2013 07:58:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UelDH-0002hb-PS for qemu-devel@nongnu.org; Tue, 21 May 2013 07:58:44 -0400 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:58931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UelDH-0002hN-Id for qemu-devel@nongnu.org; Tue, 21 May 2013 07:58:43 -0400 Received: by mail-la0-f45.google.com with SMTP id ec20so568995lab.32 for ; Tue, 21 May 2013 04:58:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1369133851-1894-12-git-send-email-pbonzini@redhat.com> References: <1369133851-1894-1-git-send-email-pbonzini@redhat.com> <1369133851-1894-12-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Tue, 21 May 2013 12:58:22 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 11/30] memory: fix address space initialization/destruction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: jan.kiszka@gmail.com, qemu-devel@nongnu.org, Avi Kivity , David Gibson On 21 May 2013 11:57, Paolo Bonzini wrote: > From: Avi Kivity > > A couple of fields were left uninitialized. This was not observed earlier > because all address spaces were statically allocated. Also free allocation > for those fields. > > Signed-off-by: Avi Kivity > Signed-off-by: Paolo Bonzini Reviewed-by: Peter Maydell -- PMM