Re: [Qemu-devel] [PATCH 07/40] memory: fix address space initialization/destruction

2013-05-07 Thread Peter Maydell
On 7 May 2013 15:16, 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 Bonzi

[Qemu-devel] [PATCH 07/40] memory: fix address space initialization/destruction

2013-05-07 Thread Paolo Bonzini
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 --- memory.c |3 +++ 1 files changed, 3 insertio