]> git.ipfire.org Git - thirdparty/qemu.git/commit
exec: replace leaf with skip
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 11 Nov 2013 12:42:43 +0000 (14:42 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 21 Feb 2014 03:59:18 +0000 (21:59 -0600)
commit6a108c4802809f9f3c7e5cc49724f5131acb5bb8
treee0d70459251e6c6b01a9f47380c865c638c1a4ee
parente480a1b8ff8292c6d014b930dff0ffbcaf14508a
exec: replace leaf with skip

In preparation for dynamic radix tree depth support, rename is_leaf
field to skip, telling us how many bits to skip to next level.
Set to 0 for leaf.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit 9736e55b78dc49b7f3a265932ab32ed360f633e4)

*prereq for 53cb28c backport

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
exec.c