5 messages in com.xensource.lists.xen-ia64-devel[Xen-ia64-devel] [PATCH] fix memory l...
FromSent OnAttachments
Isaku Yamahata27 Jul 2006 20:49.patch
Isaku Yamahata28 Jul 2006 03:30.patch
Tristan Gingold30 Jul 2006 23:27 
Isaku Yamahata02 Aug 2006 22:52.patch
Alex Williamson03 Aug 2006 12:01 
Subject:[Xen-ia64-devel] [PATCH] fix memory leak when domVTI is created
From:Isaku Yamahata (yama@valinux.co.jp)
Date:07/27/2006 08:49:45 PM
List:com.xensource.lists.xen-ia64-devel
Attachments:

fix memory leak when VT-i domain is created. When domain is created, xend sets max vcpu before domain setup. So alloc_vcpu_struct() thinks that the domain is normal domU, not domVTI. And next xend set the domain as domVTI. so the memory is allocated for domU won't be freed.