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
> > > ++
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
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,
>
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
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
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
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
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
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