[Qemu-devel] [PATCH 11/30] memory: fix address space initialization/destruction

2013-05-21 Thread Paolo Bonzini
From: Avi Kivity avi.kiv...@gmail.com 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 avi.kiv...@gmail.com Signed-off-by: Paolo Bonzini

Re: [Qemu-devel] [PATCH 11/30] memory: fix address space initialization/destruction

2013-05-21 Thread Peter Maydell
On 21 May 2013 11:57, Paolo Bonzini pbonz...@redhat.com wrote: From: Avi Kivity avi.kiv...@gmail.com 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