]> git.proxmox.com Git - mirror_qemu.git/commit - util/iova-tree.c
util: implement simple iova tree
authorPeter Xu <peterx@redhat.com>
Fri, 18 May 2018 07:25:16 +0000 (15:25 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 23 May 2018 14:33:58 +0000 (17:33 +0300)
commiteecf5eedbdc0fc04f39abcf3afeedfbf21b25ca4
tree514a319a12c4c04b2e517c0f97812ce267b4df26
parentd118c06ebbee2d23ddf873cae4a809311aa61310
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>
MAINTAINERS
include/qemu/iova-tree.h [new file with mode: 0644]
util/Makefile.objs
util/iova-tree.c [new file with mode: 0644]