exec: extend skip field to 6 bit, page entry to 32 bit
commit8b795765db36544da6193fb64e4e0f1dc55aaa36
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 11 Nov 2013 12:51:56 +0000 (11 14:51 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 10 Dec 2013 10:29:56 +0000 (10 12:29 +0200)
tree57740487878d2dc4aed396c83de21184728a295b
parent9736e55b78dc49b7f3a265932ab32ed360f633e4
exec: extend skip field to 6 bit, page entry to 32 bit

Extend skip to 6 bit. As page entry doesn't fit in 16 bit
any longer anyway, extend it to 32 bit.
This doubles node map memory requirements, but follow-up
patches will save this memory.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
exec.c