Re: [Qemu-devel] [PATCH 1/2] Minimal RAM API support

2010-10-31 Thread Alex Williamson
On Sun, Oct 31, 2010 at 8:17 PM, Isaku Yamahata wrote: > On Fri, Oct 29, 2010 at 10:39:03AM -0600, Alex Williamson wrote: >> This adds a minimum chunk of Anthony's RAM API support so that we >> can identify actual VM RAM versus all the other things that make >> use of qemu_ram_alloc. >> >> Signed-

Re: [Qemu-devel] [PATCH 1/2] Minimal RAM API support

2010-10-31 Thread Isaku Yamahata
On Fri, Oct 29, 2010 at 10:39:03AM -0600, Alex Williamson wrote: > This adds a minimum chunk of Anthony's RAM API support so that we > can identify actual VM RAM versus all the other things that make > use of qemu_ram_alloc. > > Signed-off-by: Alex Williamson > --- > > Makefile.target |1 +

Re: [Qemu-devel] [PATCH 1/2] Minimal RAM API support

2010-10-29 Thread Alex Williamson
On Fri, 2010-10-29 at 19:57 +, Blue Swirl wrote: > On Fri, Oct 29, 2010 at 4:39 PM, Alex Williamson > wrote: > > This adds a minimum chunk of Anthony's RAM API support so that we > > can identify actual VM RAM versus all the other things that make > > use of qemu_ram_alloc. > > > > Signed-off-

Re: [Qemu-devel] [PATCH 1/2] Minimal RAM API support

2010-10-29 Thread Blue Swirl
On Fri, Oct 29, 2010 at 4:39 PM, Alex Williamson wrote: > This adds a minimum chunk of Anthony's RAM API support so that we > can identify actual VM RAM versus all the other things that make > use of qemu_ram_alloc. > > Signed-off-by: Alex Williamson > --- > >  Makefile.target |    1 + >  cpu-com

[Qemu-devel] [PATCH 1/2] Minimal RAM API support

2010-10-29 Thread Alex Williamson
This adds a minimum chunk of Anthony's RAM API support so that we can identify actual VM RAM versus all the other things that make use of qemu_ram_alloc. Signed-off-by: Alex Williamson --- Makefile.target |1 + cpu-common.h|2 + memory.c| 82 +++