Avi Kivity wrote:
> This is wrong -- kvm_main.c calls vmalloc() so this is needed.  The fact 
> that it is included by something else doesn't mean we can remove it; we 
> don't want to depend on random #includes within header files.
> 
> Only remove a #include if nothing within the including file depends on it.
You're right, the include needs to stay in. I should've seen that. 
I'll doublecheck next time I remove an #include.

-------------------------------------------------------------------------
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