]> Git Repo - qemu.git/commit
memory: fix address space initialization/destruction
authorAvi Kivity <[email protected]>
Tue, 30 Oct 2012 11:47:44 +0000 (13:47 +0200)
committerPaolo Bonzini <[email protected]>
Fri, 24 May 2013 16:43:25 +0000 (18:43 +0200)
commit4c19eb721a5929f2277d33a98bb59963c58c2e3b
tree2d533ed3750f1ffaef67b5f2fd3999a074dac883
parent1d671369c3f8eb2b5dfd0e1709688faba9b85f95
memory: fix address space initialization/destruction

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.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
memory.c
This page took 0.024266 seconds and 4 git commands to generate.