From: Alexander Graf Date: Mon, 22 Feb 2010 15:52:08 +0000 (+0100) Subject: KVM: PPC: Memset vcpu to zeros X-Git-Tag: v2.6.35-rc1~436^2~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e821d3920c130d413c4c7454b0ece59445490db;p=pandora-kernel.git KVM: PPC: Memset vcpu to zeros While converting the kzalloc we used to allocate our vcpu struct to vmalloc, I forgot to memset the contents to zeros. That broke quite a lot. This patch memsets it to zero again. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed