aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorShannon Zhao <zhaoshenglong@huawei.com>2018-05-31 15:16:34 +0800
committerPeter Maydell <peter.maydell@linaro.org>2018-05-31 16:32:35 +0100
commit2f15b79280cf71b7991dfd3f0312a1797630e376 (patch)
treef5b645728c9e6e164aaae9ec214222dd3ac54a7b /net
parent6e3e723966197463117642d8a5fd7b4f6446e510 (diff)
downloadqemu-2f15b79280cf71b7991dfd3f0312a1797630e376.zip
qemu-2f15b79280cf71b7991dfd3f0312a1797630e376.tar.gz
qemu-2f15b79280cf71b7991dfd3f0312a1797630e376.tar.bz2
KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twice
kvm_irqchip_create called by kvm_init will call kvm_init_irq_routing to initialize global capability variables. If we call kvm_init_irq_routing in GIC realize function, previous allocated memory will leak. Fix this by deleting the unnecessary call. Signed-off-by: Shannon Zhao <zhaoshenglong@huawei.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Message-id: 1527750994-14360-1-git-send-email-zhaoshenglong@huawei.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions