On Wed, 23 Jan 2008, Robin Holt wrote:

> > That won't work for kvm.  If we have a hundred virtual machines, that means
> > 99 no-op notifications.
> 
> But 100 callouts holding spinlocks will not work for our implementation
> and even if the callouts are made with spinlocks released, we would very
> strongly prefer a single callout which messages the range to the other
> side.


Andrea wont have 99 no op notifications. You will have one notification to 
the kvm subsystem (since there needs to be only one register operation 
for a subsystem that wants to get notifications). What do you do there is 
up to kvm. If you want to call some function 99 times then you are free to 
do that.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to