]> 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>
Thu, 21 Jun 2018 01:45:05 +0000 (20:45 -0500)
commitbdb6f9b6bc9b8e8f41a98e949521dd33b6c0d7d9
tree9ae884c16bbde7a2b01b3b378de95de16f40135f
parente2c44fc58065c870f5d4e7e2a0f37a359060ec08
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)
 Conflicts:
util/Makefile.objs
* drop context dep
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]