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: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH 4/5] memory: interface to allocate device ram
Date: Tue, 18 Nov 2014 13:54:41 +0200

On Mon, Nov 17, 2014 at 08:21:00PM +0000, Peter Maydell wrote:
> 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

Mostly for migration: we are using page migration machinery to
migrate this memory early rather than as part of device state
after VM is stopped.

-- 
MST



reply via email to

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