Haydn Solomon wrote:
> Should we be seeing a mmap file when running guests now or do we have 
> to use a special flag when running kvm?
>
Nope, the default is user space allocation were a regular malloc is used 
for allocating the guest ram from userspace.
The mmap is for future shared memory implementations for parts of the 
guest memory space.
> On 10/10/07, *Avi Kivity* < [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Daniel P. Berrange wrote:
>     > On Wed, Oct 10, 2007 at 10:28:24AM +0200, Avi Kivity wrote:
>     >
>     >> We've now switched to allocating guest memory in userspace
>     rather than
>     >> in the kernel.  This is important if you have a mainframe, but
>     also if
>     >> you want to share memory between guests and implement nice
>     features like
>     >> swapping.
>     >>
>     >
>     > Is the memory allocation swappable by default, or still pinned
>     in RAM by
>     > default ?
>     >
>     >
>
>     It's still not swappable.  That will come in a future release.
>
>
>     --
>     error compiling committee.c: too many arguments to function
>
>
>     -------------------------------------------------------------------------
>     This SF.net email is sponsored by: Splunk Inc.
>     Still grepping through log files to find problems?  Stop.
>     Now Search log events and configuration files using AJAX and a
>     browser.
>     Download your FREE copy of Splunk now >> http://get.splunk.com/
>     _______________________________________________
>     kvm-devel mailing list
>     kvm-devel@lists.sourceforge.net
>     <mailto:kvm-devel@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/kvm-devel
>     <https://lists.sourceforge.net/lists/listinfo/kvm-devel>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ------------------------------------------------------------------------
>
> _______________________________________________
> kvm-devel mailing list
> kvm-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to