On 10/2/07, Glauber de Oliveira Costa <[EMAIL PROTECTED]> wrote: > @@ -8246,7 +8246,7 @@ int main(int argc, char **argv) > help(1); > if (ram_size > PHYS_RAM_MAX_SIZE) { > fprintf(stderr, "qemu: at most %d MB RAM can be > simulated\n", > - PHYS_RAM_MAX_SIZE / (1024 * 1024)); > + (int)PHYS_RAM_MAX_SIZE / (1024 * 1024)); > exit(1); > } > break; Ok, this is the wrong version. The above diff is bogus. I'll resend a new one. -- Glauber de Oliveira Costa. "Free as in Freedom" http://glommer.net
"The less confident you are, the more serious you have to act." ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. 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