]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.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 S. Tsirkin <mst@redhat.com>
Tue, 10 Dec 2013 10:29:56 +0000 (12:29 +0200)
commit9736e55b78dc49b7f3a265932ab32ed360f633e4
tree4e57c917946794cab0b0fb6a842acce9f4000b09
parent03f4995781a64e106e6f73864a1e9c4163dac53b
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>
exec.c