Re: [Qemu-devel] [PATCH 4/8] exec: make address_space_cache_destroy idempotent

2017-01-25 Thread Stefan Hajnoczi
On Tue, Jan 24, 2017 at 07:04:16PM +0100, Paolo Bonzini wrote: > Clear cache->mr so that address_space_cache_destroy does nothing > the second time it is called. > > Signed-off-by: Paolo Bonzini > --- > exec.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Stefan Hajnoczi signature.asc

[Qemu-devel] [PATCH 4/8] exec: make address_space_cache_destroy idempotent

2017-01-24 Thread Paolo Bonzini
Clear cache->mr so that address_space_cache_destroy does nothing the second time it is called. Signed-off-by: Paolo Bonzini --- exec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/exec.c b/exec.c index f2bed92..5de15cf 100644 --- a/exec.c +++ b/exec.c @@ -3165,6 +3165,7 @@ void address_sp