]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm: Use serial console by default
authorPekka Enberg <penberg@kernel.org>
Sun, 9 Jan 2011 16:32:38 +0000 (18:32 +0200)
committerPekka Enberg <penberg@kernel.org>
Sun, 9 Jan 2011 16:32:38 +0000 (18:32 +0200)
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/main.c

index 720174ae91448a49b1d87c8d7e679a93c75aec8e..599df7191dc1c39b732795fbecf0bd0372669573 100644 (file)
@@ -152,7 +152,7 @@ int main(int argc, char *argv[])
 
        kvm__setup_cpuid(kvm);
 
-       strcpy(real_cmdline, "notsc nolapic nosmp noacpi pci=conf1 earlyprintk=ttyS0,keep root=fc00 rw ");
+       strcpy(real_cmdline, "notsc nolapic nosmp noacpi pci=conf1 console=ttyS0 root=fc00 rw ");
        if (kernel_cmdline) {
                strlcat(real_cmdline, kernel_cmdline, sizeof(real_cmdline));
                real_cmdline[sizeof(real_cmdline)-1] = '\0';