qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv2 1/3] qemu: memory notifiers


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCHv2 1/3] qemu: memory notifiers
Date: Mon, 18 Jan 2010 18:04:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Thunderbird/3.0

On 01/18/2010 05:45 PM, Michael S. Tsirkin wrote:

cpu_register_physical_memory_offset already is O(memory size) btw.

Right, but we'd like to replace it with a range API.

Maybe we mandate clients be registered at init-time?

This might be tricky - vhost currently only registers when the
first device is hot-added.

I see.

Maybe coalesce adjacent pages and call the callback with the ranges?
Hmm, it turns out to be tricky: it seems whether we can do this
really depends on what get_ram_ptr returns ...
Can't we just rely on callback to do the coalescing?

If the callback can do the coalescing, surely the caller can as well?

This way we don't introduce a new per-page API.

--
error compiling committee.c: too many arguments to function





reply via email to

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