[Qemu-devel] Is there a patch for kqemu 1.3.0pre11 and qemu 0.9 to allow accelerated smp guests?

2007-07-11 Thread n schembr
I have a remote system that boots fine when I use: qemu -vnc :4 -kernel-kqemu -smp 2 -no-reboot -monitor unix:/vservers/qemu/cms1/cms1.sock,server,nowait -boot c -hda hda1.img -hdb swap.img -net nic,vlan=0,macaddr=00:16:3e:00:0f:00 -net tap,vlan=0,ifname=br0-cms1,script=/etc/qemu-ifup-br0 -m

Re: [Qemu-devel] Is there a patch for kqemu 1.3.0pre11 and qemu 0.9 to allow accelerated smp guests?

2007-07-11 Thread n schembr
virtualBox support page talks about a race condition. Is this a race in the guest kernel or user land? It looks like I boot the kernel just fine. the cpu spikes around init time. - Original Message From: n schembr [EMAIL PROTECTED] To: qemu-devel@nongnu.org Sent: Wednesday, July 11,

Re: [Qemu-devel] Is there a patch for kqemu 1.3.0pre11 and qemu 0.9 to allow accelerated smp guests?

2007-07-11 Thread n schembr
ok, This error is in kqemu. The guest boots with -no-kqemu option. The guest is booting ubuntu 7.04 linux 2.6.20-16-server. Note: the host is running 7.4 and I compiled with ./configure --prefix=/usr/local --cc=gcc-3.4 --host-cc=gcc-3.4

Re: [Qemu-devel] Is there a patch for kqemu 1.3.0pre11 and qemu 0.9 to allow accelerated smp guests?

2007-07-11 Thread andrzej zaborowski
Hi, On 11/07/07, n schembr [EMAIL PROTECTED] wrote: ok, This error is in kqemu. The guest boots with -no-kqemu option. The guest is booting ubuntu 7.04 linux 2.6.20-16-server. Note: the host is running 7.4 and I compiled with ./configure --prefix=/usr/local --cc=gcc-3.4

Re: [Qemu-devel] Is there a patch for kqemu 1.3.0pre11 and qemu 0.9 to allow accelerated smp guests?

2007-07-11 Thread n schembr
- Original Message From: andrzej zaborowski [EMAIL PROTECTED] To: qemu-devel@nongnu.org Sent: Wednesday, July 11, 2007 2:38:28 PM Subject: Re: [Qemu-devel] Is there a patch for kqemu 1.3.0pre11 and qemu 0.9 to allow accelerated smp guests? Hi, On 11/07/07, n schembr [EMAIL PROTECTED]

Re: [Qemu-devel] Is there a patch for kqemu 1.3.0pre11 and qemu 0.9 to allow accelerated smp guests?

2007-07-11 Thread andrzej zaborowski
On 11/07/07, n schembr [EMAIL PROTECTED] wrote: ./taskset -c 1 qemu ...etc worked great. What will notsc do to the guest kernel? Ok, then it is the rdtsc issue with kqemu. See http://lists.gnu.org/archive/html/qemu-devel/2007-03/msg00652.html for explanation and proposed fix. Cheers,

Re: [Qemu-devel] Is there a patch for kqemu 1.3.0pre11 and qemu 0.9 to allow accelerated smp guests?

2007-07-11 Thread n schembr
- Original Message From: andrzej zaborowski [EMAIL PROTECTED] To: qemu-devel@nongnu.org Sent: Wednesday, July 11, 2007 4:19:23 PM Subject: Re: [Qemu-devel] Is there a patch for kqemu 1.3.0pre11 and qemu 0.9 to allow accelerated smp guests? On 11/07/07, n schembr [EMAIL PROTECTED]