]> Git Repo - qemu.git/commit - exec.c
exec: extend skip field to 6 bit, page entry to 32 bit
authorMichael S. Tsirkin <[email protected]>
Mon, 11 Nov 2013 12:51:56 +0000 (14:51 +0200)
committerMichael S. Tsirkin <[email protected]>
Tue, 10 Dec 2013 10:29:56 +0000 (12:29 +0200)
commit8b795765db36544da6193fb64e4e0f1dc55aaa36
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 <[email protected]>
exec.c
This page took 0.02498 seconds and 4 git commands to generate.