commit | f0f4b930900ffa8daddb5262522c3e5c67ee1835 | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng@linux.intel.com> | Thu Jan 21 16:20:04 2010 +0800 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Mar 01 12:36:03 2010 -0300 |
tree | 1188f9b05fe66d15eb42ac47ca7b1f1a5fe52d31 | |
parent | 727f5a23e2080b19da392f17fa3158a0941f81f5 [diff] |
KVM: Fix kvm_coalesced_mmio_ring duplicate allocation The commit 0953ca73 "KVM: Simplify coalesced mmio initialization" allocate kvm_coalesced_mmio_ring in the kvm_coalesced_mmio_init(), but didn't discard the original allocation... Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>