From: Zhang, X. <xia...@in...> - 2008-03-19 10:27:47
|
Jes Sorensen wrote: >>>>>> "Xiantao" == Zhang, Xiantao <xia...@in...> writes: > > Xiantao> Hi, Jes You need to checkout a remote branch with the > Xiantao> following command: git branch --track kvm-ia64-mc4 > Xiantao> origin/kvm-ia64-mc4 git checkout kvm-ia64-mc4 Xiantao > > Gotcha! > > Seems to work! > > However when I launch qemu with the new patches, I just get a white > screen in vncviewer - do I need a new version of qemu to match the new > kvm patches? Hi, Jes Since I don't know how old the Qemu you are using, I can't say yes or no. Generally, we need to use the latest source to build, but seems it is broken for ia64 due to recent merge with Qemu upstream. BTW, Do you see any error info in the shell ? Are you sure the kvm guest is created or just run qemu with kvm support? You can check it with dmesg in host. If a new guest is created, it will generate some debug info in kernel log. :) Maybe you can try 5ffc6784843600e72d78dd5609e0f7861a3f0e2d, it should be workable . Thanks Xiantao |