]> Git Repo - qemu.git/commit
memory: simplify multipage/subpage registration
authorAvi Kivity <[email protected]>
Mon, 13 Feb 2012 15:14:32 +0000 (17:14 +0200)
committerAvi Kivity <[email protected]>
Wed, 29 Feb 2012 11:44:44 +0000 (13:44 +0200)
commit0f0cb164cc6d75fa3be079b8fc41c75c5fabe402
tree73c6c8bdc5f9ae36c3152b2af3bc58304b442f2f
parent31ab2b4a46eb9761feae9457387eb5ee523f5afd
memory: simplify multipage/subpage registration

Instead of considering subpage on a per-page basis, split each section
into a subpage head, multipage body, and subpage tail, and register
each separately.  This simplifies the registration functions.

Signed-off-by: Avi Kivity <[email protected]>
exec.c
This page took 0.026627 seconds and 4 git commands to generate.