]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
memory: simplify multipage/subpage registration
authorAvi Kivity <avi@redhat.com>
Mon, 13 Feb 2012 15:14:32 +0000 (17:14 +0200)
committerAvi Kivity <avi@redhat.com>
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 <avi@redhat.com>
exec.c