Re: [PATCH V4 04/19] machine: aux-ram-share option

2024-12-12 Thread Peter Xu
On Thu, Dec 12, 2024 at 03:38:07PM -0500, Steven Sistare wrote: > On 12/9/2024 2:54 PM, Peter Xu wrote: > > On Mon, Dec 02, 2024 at 05:19:56AM -0800, Steve Sistare wrote: > > > diff --git a/system/physmem.c b/system/physmem.c > > > index 36f0811..0bcb2cc 100644 > > > --- a/system/physmem.c > > > ++

Re: [PATCH V4 04/19] machine: aux-ram-share option

2024-12-12 Thread Steven Sistare
On 12/9/2024 2:54 PM, Peter Xu wrote: On Mon, Dec 02, 2024 at 05:19:56AM -0800, Steve Sistare wrote: diff --git a/system/physmem.c b/system/physmem.c index 36f0811..0bcb2cc 100644 --- a/system/physmem.c +++ b/system/physmem.c @@ -2164,6 +2164,9 @@ RAMBlock *qemu_ram_alloc_internal(ram_addr_t siz

Re: [PATCH V4 04/19] machine: aux-ram-share option

2024-12-09 Thread Peter Xu
On Mon, Dec 02, 2024 at 05:19:56AM -0800, Steve Sistare wrote: > diff --git a/system/physmem.c b/system/physmem.c > index 36f0811..0bcb2cc 100644 > --- a/system/physmem.c > +++ b/system/physmem.c > @@ -2164,6 +2164,9 @@ RAMBlock *qemu_ram_alloc_internal(ram_addr_t size, > ram_addr_t max_size, >

Re: [PATCH V4 04/19] machine: aux-ram-share option

2024-12-05 Thread Steven Sistare
On 12/5/2024 7:19 AM, Markus Armbruster wrote: Markus Armbruster writes: Steve Sistare writes: Allocate auxilliary guest RAM as an anonymous file that is shareable with an external process. This option applies to memory allocated as a side effect of creating various devices. It does not ap

Re: [PATCH V4 04/19] machine: aux-ram-share option

2024-12-05 Thread Steven Sistare
On 12/5/2024 3:25 AM, Markus Armbruster wrote: Steve Sistare writes: Allocate auxilliary guest RAM as an anonymous file that is shareable with an external process. This option applies to memory allocated as a side effect of creating various devices. It does not apply to memory-backend-objects

Re: [PATCH V4 04/19] machine: aux-ram-share option

2024-12-05 Thread Markus Armbruster
Markus Armbruster writes: > Steve Sistare writes: > >> Allocate auxilliary guest RAM as an anonymous file that is shareable >> with an external process. This option applies to memory allocated as >> a side effect of creating various devices. It does not apply to >> memory-backend-objects, wheth

Re: [PATCH V4 04/19] machine: aux-ram-share option

2024-12-05 Thread Markus Armbruster
Steve Sistare writes: > Allocate auxilliary guest RAM as an anonymous file that is shareable > with an external process. This option applies to memory allocated as > a side effect of creating various devices. It does not apply to > memory-backend-objects, whether explicitly specified on the comm

Re: [PATCH V4 04/19] machine: aux-ram-share option

2024-12-05 Thread Markus Armbruster
Steve Sistare writes: > Allocate auxilliary guest RAM as an anonymous file that is shareable > with an external process. This option applies to memory allocated as > a side effect of creating various devices. It does not apply to > memory-backend-objects, whether explicitly specified on the comm

[PATCH V4 04/19] machine: aux-ram-share option

2024-12-02 Thread Steve Sistare
Allocate auxilliary guest RAM as an anonymous file that is shareable with an external process. This option applies to memory allocated as a side effect of creating various devices. It does not apply to memory-backend-objects, whether explicitly specified on the command line, or implicitly created