Query on mmu-notifiers

2008-07-15 Thread Arn
Hi, The recent 2.6.26 release didn't say anything about mmu-notifiers. My impression was that it will be going to be included in that release. Where can I download and try it out, what host/guest kernel should I use and are there any current issues/bugs ? Thanks arn -- To unsubscribe from

Re: Sharing variables/memory between host and guest ?

2008-07-14 Thread Arn
with a fairly bit hammer; more refined approaches are possible. Could you outline the other approaches ? Thanks arn -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Sharing variables/memory between host and guest ?

2008-07-12 Thread Arn
kernel ? thanks for you help arn -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Sharing variables/memory between host and guest ?

2008-07-12 Thread Arn
use. Should I just go with the latest stable 2.6.25.10 kernel with kvm-70 module ? Thanks arn -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Sharing variables/memory between host and guest ?

2008-07-11 Thread Arn
exactly to do. Thanks Arn -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: What happens if I use get_user_pages()

2008-07-08 Thread Arn
, any advice will be appreciated. thanks Arn -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Need advice on timed access to guest pages

2008-07-02 Thread Arn
Hi KVM devs, I'm trying to write a guest kernel module (or modify kernel code) to do the following : Say I have a kvm guest with 512 MB RAM running on a host with 2 GB RAM. Now I run a process on the host that will cause increasing memory pressure which will in turn cause the host to swap out

Re: Need advice on timed access to guest pages

2008-07-02 Thread Arn
while the host handles the request. Would appreciate further info on this. Anyway what's your motivation for this module? Its something I'm working on on part of a larger project related to resource allocation and guarantees to guest VMs. Thanks Arn me know if I'm missing something crucial