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

2010-07-11 Thread Avi Kivity
On 07/11/2010 09:24 PM, Alex Williamson wrote: Really? Looks like new code. Yeah, I just stole the copyright Anthony used for this file. Traditionally, one steals the code and updates the attributions, not the other way round. -- I have a truly marvellous patch that fixes

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

2010-07-11 Thread Alex Williamson
On Sun, 2010-07-11 at 21:20 +0300, Avi Kivity wrote: > On 07/11/2010 09:09 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. > > > > typedef void CPUWrite

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

2010-07-11 Thread Avi Kivity
On 07/11/2010 09:09 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. typedef void CPUWriteMemoryFunc(void *opaque, target_phys_addr_t addr, uint32_t value); diff

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

2010-07-11 Thread Alex Williamson
On Sun, 2010-07-11 at 12:09 -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 Oops, I'm making up email address now ;) S