qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/5] memory: interface to allocate device ram


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 4/5] memory: interface to allocate device ram
Date: Mon, 17 Nov 2014 20:21:00 +0000

On 17 November 2014 20:08, Michael S. Tsirkin <address@hidden> wrote:
> Add API to allocate on-device RAM.
> This looks just like regular RAM from migration POV,
> but has two special properties internally:
>  - it is never exposed to guest

If it's not exposed to the guest why is it a MemoryRegion?
Those are pretty much the definition of regions of memory
we expose to the guest (via one address space or another)...

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]