]> git.ipfire.org Git - thirdparty/qemu.git/commit
memory: fix RAM subpages in newly initialized pages
authorAvi Kivity <avi@redhat.com>
Sun, 12 Feb 2012 19:10:50 +0000 (21:10 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Feb 2012 11:44:43 +0000 (13:44 +0200)
commit8636b9295be46307a1de86942accabea50fa59ae
tree77593ff6a335f0805eb53e271e06ff50543ecd0d
parentd6f2ea22a05b429ba83248b80a625b6fe1d927f3
memory: fix RAM subpages in newly initialized pages

If the first subpage installed in a page is RAM, then we install it as
a full page, instead of a subpage.  Fix by not special casing RAM.

The issue dates to commit db7b5426a4b4242, which introduced subpages.

Signed-off-by: Avi Kivity <avi@redhat.com>
exec.c