Re: [RFC PATCH 1/6] qemu_ram_alloc: Remove duplicate code

2010-06-08 Thread Chris Wright
* Alex Williamson (alex.william...@redhat.com) wrote: > No reason not to call qemu_ram_map() once we have the allocation > and remove duplicate code. > > Signed-off-by: Alex Williamson good cleanup regardless Acked-by: Chris Wright -- To unsubscribe from this list: send the line "unsubscribe k

[RFC PATCH 1/6] qemu_ram_alloc: Remove duplicate code

2010-06-08 Thread Alex Williamson
No reason not to call qemu_ram_map() once we have the allocation and remove duplicate code. Signed-off-by: Alex Williamson --- exec.c | 37 ++--- 1 files changed, 10 insertions(+), 27 deletions(-) diff --git a/exec.c b/exec.c index 7b0e1c5..c60f9e7 100644 ---