]> git.proxmox.com Git - mirror_qemu.git/commit
util: implement simple iova tree
authorPeter Xu <peterx@redhat.com>
Fri, 18 May 2018 07:25:16 +0000 (15:25 +0800)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 11 Jul 2018 16:48:19 +0000 (11:48 -0500)
commit08aa25f5f80b0c7719db0b127eac58e299d80e33
treefe3dba6d020aa201a62edc42c9563505e64229e8
parentd5c60a950ab3abe25ca60f30f010cb16dcdd4435
util: implement simple iova tree

Introduce a simplest iova tree implementation based on GTree.

CC: QEMU Stable <qemu-stable@nongnu.org>
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit eecf5eedbdc0fc04f39abcf3afeedfbf21b25ca4)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
MAINTAINERS
include/qemu/iova-tree.h [new file with mode: 0644]
util/Makefile.objs
util/iova-tree.c [new file with mode: 0644]