phys_page_find_alloc: Use correct initial region_offset.
authorAlex Rozenman <Alex_Rozenman@mentor.com>
Tue, 13 Dec 2011 10:52:08 +0000 (12:52 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 15 Dec 2011 16:22:40 +0000 (10:22 -0600)
commit5ab97b7f81dccccee03a3f1d03a4d09a27f0eeff
treecdc1c601179a16e7aa901d8291a363ebc2cfba31
parent885660bd48efbe3742892e06de7a8898703e0bdc
phys_page_find_alloc: Use correct initial region_offset.

This fixes a common bug with initial region_offset value.
Usually, the pages are re-assigned afterwards, so the bug
has a very small effect on regular QEMU use flows.

Signed-off-by: Alex Rozenman <Alex_Rozenman@mentor.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
exec.c