Re: [PATCH 34/42] kvm: destroy emulated devices on VM exit

2013-04-28 Thread Alexander Graf
On 28.04.2013, at 07:43, Gleb Natapov wrote: > On Fri, Apr 26, 2013 at 08:30:29PM +0200, Alexander Graf wrote: >> From: Scott Wood >> >> The hassle of getting refcounting right was greater than the hassle >> of keeping a list of devices to destroy on VM exit. >> >> Signed-off-by: Scott Wood >

Re: [PATCH 34/42] kvm: destroy emulated devices on VM exit

2013-04-27 Thread Gleb Natapov
On Fri, Apr 26, 2013 at 08:30:29PM +0200, Alexander Graf wrote: > From: Scott Wood > > The hassle of getting refcounting right was greater than the hassle > of keeping a list of devices to destroy on VM exit. > > Signed-off-by: Scott Wood > Signed-off-by: Alexander Graf > --- > arch/powerpc/k

[PATCH 34/42] kvm: destroy emulated devices on VM exit

2013-04-26 Thread Alexander Graf
From: Scott Wood The hassle of getting refcounting right was greater than the hassle of keeping a list of devices to destroy on VM exit. Signed-off-by: Scott Wood Signed-off-by: Alexander Graf --- arch/powerpc/kvm/mpic.c |2 -- include/linux/kvm_host.h |3 ++- virt/kvm/kvm_main.c