Re: [PATCH RESEND v6 01/36] memory: alloc RAM from file at offset

2020-05-14 Thread Dr. David Alan Gilbert
* Jag Raman (jag.ra...@oracle.com) wrote: > > > > On May 13, 2020, at 11:25 AM, Igor Mammedov wrote: > > > > On Wed, 13 May 2020 09:40:42 +0100 > > Stefan Hajnoczi wrote: > > > >> On Tue, May 12, 2020 at 07:56:33AM -0400, Jag Raman wrote: > >>> > >>> > On May 12, 2020, at 4:48 AM, Dani

Re: [PATCH RESEND v6 01/36] memory: alloc RAM from file at offset

2020-05-14 Thread Igor Mammedov
On Wed, 13 May 2020 16:08:06 -0400 Jag Raman wrote: > > On May 13, 2020, at 11:25 AM, Igor Mammedov wrote: > > > > On Wed, 13 May 2020 09:40:42 +0100 > > Stefan Hajnoczi wrote: > > > >> On Tue, May 12, 2020 at 07:56:33AM -0400, Jag Raman wrote: > >>> > >>> > On May 12, 2020, at 4

Re: [PATCH RESEND v6 01/36] memory: alloc RAM from file at offset

2020-05-13 Thread Jag Raman
> On May 13, 2020, at 11:25 AM, Igor Mammedov wrote: > > On Wed, 13 May 2020 09:40:42 +0100 > Stefan Hajnoczi wrote: > >> On Tue, May 12, 2020 at 07:56:33AM -0400, Jag Raman wrote: >>> >>> On May 12, 2020, at 4:48 AM, Daniel P. Berrangé wrote: On Wed, Apr 22, 2020 at

Re: [PATCH RESEND v6 01/36] memory: alloc RAM from file at offset

2020-05-13 Thread Igor Mammedov
On Wed, 13 May 2020 09:40:42 +0100 Stefan Hajnoczi wrote: > On Tue, May 12, 2020 at 07:56:33AM -0400, Jag Raman wrote: > > > > > > > On May 12, 2020, at 4:48 AM, Daniel P. Berrangé > > > wrote: > > > > > > On Wed, Apr 22, 2020 at 09:13:36PM -0700, elena.ufimts...@oracle.com > > > wrote:

Re: [PATCH RESEND v6 01/36] memory: alloc RAM from file at offset

2020-05-13 Thread Stefan Hajnoczi
On Tue, May 12, 2020 at 07:56:33AM -0400, Jag Raman wrote: > > > > On May 12, 2020, at 4:48 AM, Daniel P. Berrangé wrote: > > > > On Wed, Apr 22, 2020 at 09:13:36PM -0700, elena.ufimts...@oracle.com wrote: > >> From: Jagannathan Raman > >> > >> Allow RAM MemoryRegion to be created from an off

Re: [PATCH RESEND v6 01/36] memory: alloc RAM from file at offset

2020-05-12 Thread Jag Raman
> On May 12, 2020, at 4:48 AM, Daniel P. Berrangé wrote: > > On Wed, Apr 22, 2020 at 09:13:36PM -0700, elena.ufimts...@oracle.com wrote: >> From: Jagannathan Raman >> >> Allow RAM MemoryRegion to be created from an offset in a file, instead >> of allocating at offset of 0 by default. This is

Re: [PATCH RESEND v6 01/36] memory: alloc RAM from file at offset

2020-05-12 Thread Daniel P . Berrangé
On Wed, Apr 22, 2020 at 09:13:36PM -0700, elena.ufimts...@oracle.com wrote: > From: Jagannathan Raman > > Allow RAM MemoryRegion to be created from an offset in a file, instead > of allocating at offset of 0 by default. This is needed to synchronize > RAM between QEMU & remote process. Can you e

Re: [PATCH RESEND v6 01/36] memory: alloc RAM from file at offset

2020-05-12 Thread Stefan Hajnoczi
On Wed, Apr 22, 2020 at 09:13:36PM -0700, elena.ufimts...@oracle.com wrote: > From: Jagannathan Raman > > Allow RAM MemoryRegion to be created from an offset in a file, instead > of allocating at offset of 0 by default. This is needed to synchronize > RAM between QEMU & remote process. > > Signe

[PATCH RESEND v6 01/36] memory: alloc RAM from file at offset

2020-04-22 Thread elena . ufimtseva
From: Jagannathan Raman Allow RAM MemoryRegion to be created from an offset in a file, instead of allocating at offset of 0 by default. This is needed to synchronize RAM between QEMU & remote process. Signed-off-by: Jagannathan Raman Signed-off-by: John G Johnson Signed-off-by: Elena Ufimtseva