[PATCH 01/12] Fix -mem-path with hugetlbfs

2010-05-12 Thread Marcelo Tosatti
Fallback to qemu_vmalloc in case file_ram_alloc fails. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com Signed-off-by: Avi Kivity a...@redhat.com --- exec.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/exec.c b/exec.c index 3416aed..56b5561 100644 ---

Re: Fix -mem-path with hugetlbfs

2010-05-05 Thread Avi Kivity
On 05/04/2010 12:12 AM, Marcelo Tosatti wrote: Avi, please apply to both master and uq/master. --- Fallback to qemu_vmalloc in case file_ram_alloc fails. applied to both, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the

Fix -mem-path with hugetlbfs

2010-05-03 Thread Marcelo Tosatti
Avi, please apply to both master and uq/master. --- Fallback to qemu_vmalloc in case file_ram_alloc fails. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com diff --git a/exec.c b/exec.c index 467a0e7..7125a93 100644 --- a/exec.c +++ b/exec.c @@ -2821,8 +2821,12 @@ ram_addr_t