]> git.ipfire.org Git - thirdparty/qemu.git/commit
memory: replace phys_page_find_alloc() with phys_page_set()
authorAvi Kivity <avi@redhat.com>
Mon, 13 Feb 2012 15:19:30 +0000 (17:19 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Feb 2012 11:44:45 +0000 (13:44 +0200)
commita39184328611abfeb384f99d13d48b1c46d53bae
tree8ea323d0ebbc0f32e86ee32ac11f753891eda85a
parent0f0cb164cc6d75fa3be079b8fc41c75c5fabe402
memory: replace phys_page_find_alloc() with phys_page_set()

By giving the function the value we want to set, we make it
more flexible for the next patch.

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