Source: cowdancer Version: 0.61 Tags: patch Hi,
the kvm serial port emulation using 9600 bauds is slowing down the build. I didnt see this problem using qemu, the serial emulation speed accuracy seems to be better in kvm. I'm using the attached patch on a debian lenny amd64 server with qemubuilder 0.47 and the package building runs noticeable faster. ( the patch is for 0.61, just compile tested ) Regards Stefan
diff -uNrp cowdancer-0.61.orig/qemuarch.c cowdancer-0.61/qemuarch.c
--- cowdancer-0.61.orig/qemuarch.c 2010-06-28 16:32:16.000000000 +0200
+++ cowdancer-0.61/qemuarch.c 2010-06-28 16:35:08.000000000 +0200
@@ -187,6 +187,6 @@ const char* qemu_arch_tty(const char* ar
{
return "ttyAMA0";
}
- return "ttyS0";
+ return "ttyS0,115200n8";
}
signature.asc
Description: OpenPGP digital signature

