From: Jan Kiszka Date: Tue, 9 Nov 2010 16:02:49 +0000 (+0100) Subject: KVM: Clean up vm creation and release X-Git-Tag: v2.6.38-rc1~244^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89f5eff70a31237ffa1e21c51d23ca532110aea;p=pandora-kernel.git KVM: Clean up vm creation and release IA64 support forces us to abstract the allocation of the kvm structure. But instead of mixing this up with arch-specific initialization and doing the same on destruction, split both steps. This allows to move generic destruction calls into generic code. It also fixes error clean-up on failures of kvm_create_vm for IA64. Signed-off-by: Jan Kiszka Signed-off-by: Avi Kivity --- Reading git-diff-tree failed