]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: destroy emulated devices on VM exit
authorScott Wood <scottwood@freescale.com>
Thu, 25 Apr 2013 14:11:23 +0000 (14:11 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:27:28 +0000 (20:27 +0200)
commit552f007182c070c8c0a45c29576fb207141ac049
treeea47de6fc439dd8d20d6d1d0c4f9cd21f95c2fcb
parentd47c8f0e2ac984855b48bc337720328055ea4550
kvm: destroy emulated devices on VM exit

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 <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/mpic.c
include/linux/kvm_host.h
virt/kvm/kvm_main.c