Fix large page support
commit7736d68060d739386c8597584246938a7a2605a8
authorAvi Kivity <avi@redhat.com>
Wed, 27 May 2009 16:19:32 +0000 (27 19:19 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 27 May 2009 16:19:32 +0000 (27 19:19 +0300)
tree746f696bb8a14bba0ebc3e1aac2fa5e64ab69cd7
parentcfe0cef63988a7876a9bbcb098500a3983e63814
Fix large page support

Discontiguous memory allocation broke large page support.  This fixes
large page support by allowing moving the large page code into chunk
allocation.

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