intel_iommu: allocate new key when creating new address space
commit2d3fc5816eb629a14f8516bf3c964d7f266870c0
authorJason Wang <jasowang@redhat.com>
Fri, 30 Dec 2016 10:09:12 +0000 (30 18:09 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 10 Jan 2017 03:56:58 +0000 (10 05:56 +0200)
tree814396d31e001abe23753834c07c5196ed947336
parente0a3c8ccaa51c4b6b2bf093a0b5ef230a74d5a9e
intel_iommu: allocate new key when creating new address space

We use the pointer to stack for key for new address space, this will break hash
table searching, fixing by g_malloc() a new key instead.

Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Acked-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/intel_iommu.c