Re: [kvm-devel] [PATCH] remove duplicate code

2007-10-07 Thread Avi Kivity
Glauber de Oliveira Costa wrote: > This patch removes duplicate code at vl.c. Once the KVM-only > part defines how much physicall memory it wants, the rest should > be the same for everybody. > > Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> > --- > qemu/vl.c | 23 +---

Re: [kvm-devel] [PATCH] remove duplicate code

2007-10-02 Thread Glauber de Oliveira Costa
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", > -