Re: [kvm-devel] [kvm-ppc-devel] [PATCH] Add -Werror to libkvm compile

2008-03-24 Thread Segher Boessenkool
This patch adds -Werror to CFLAGS for compilation of libkvm. This should stop complaints about Warnings. Does libkvm build without warnings using GCC-4.3 (or even GCC-4.4) on all supported platforms? If not, please fix that first :-) Segher

Re: [kvm-devel] the trouble with large pages

2007-09-07 Thread Segher Boessenkool
The PowerPC 440 Linux kernel uses 256MB pages for the linear mapping. When we run that as a guest, those pages would of course need to be physically contiguous in the host. Another possibility is to fake out guest large pages by actually using small pages on the host, and handle the extra

Re: [kvm-devel] [Qemu-devel] Re: Storing command line options in images

2007-08-15 Thread Segher Boessenkool
When I read Avi's TODO, I basically thought about getting rid of the long command lines I had to store in scripts. I wanted to write that command line once, and then forgetting about it, until I needed to change it. Instead of inventing great and wonderfully complicated schemes, the most