KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failure
authorWei Yongjun <yjwei@cn.fujitsu.com>
Tue, 9 Feb 2010 02:31:09 +0000 (10:31 +0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 1 Mar 2010 15:36:09 +0000 (12:36 -0300)
kvm->arch.vioapic should be NULL in case of kvm_ioapic_init() failure
due to cannot register io dev.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found