commit | 8b795765db36544da6193fb64e4e0f1dc55aaa36 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Nov 11 14:51:56 2013 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 10 12:29:56 2013 +0200 |
tree | 57740487878d2dc4aed396c83de21184728a295b | |
parent | 9736e55b78dc49b7f3a265932ab32ed360f633e4 [diff] |
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>