commit | 7e821d3920c130d413c4c7454b0ece59445490db | [log] [tgz] |
---|---|---|
author | Alexander Graf <alex@csgraf.de> | Mon Feb 22 16:52:08 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 25 12:39:21 2010 +0300 |
tree | 8c2d6bb66928fca7c19ecd7cedd1cb99cc67efd5 | |
parent | a1efbe77c1fd7c34a97a76a61520bf23fb3663f6 [diff] |
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 <alex@csgraf.de> Signed-off-by: Avi Kivity <avi@redhat.com>