Re: [Qemu-discuss] qemu SMP support

2014-10-17 Thread Pranith Kumar
(adding list) Hi Peter, On Thu, Oct 16, 2014 at 6:28 PM, Peter Maydell wrote: >> I've learnt that multi-threaded execution is not supported in user >> mode and in system mode with TCG. Is KVM the only mode which supports >> multi-threaded execution? Or is the support related to SMP mode? > > TCG

Re: [Qemu-discuss] qemu SMP support

2014-10-16 Thread Peter Maydell
On 16 October 2014 21:31, Pranith Kumar wrote: > I am trying to gather some instruction execution statistics of a > multi-threaded program by adding some counters in TCG. > > I've learnt that multi-threaded execution is not supported in user > mode and in system mode with TCG. Is KVM the only mode

[Qemu-discuss] qemu SMP support

2014-10-16 Thread Pranith Kumar
Hello, I am trying to gather some instruction execution statistics of a multi-threaded program by adding some counters in TCG. I've learnt that multi-threaded execution is not supported in user mode and in system mode with TCG. Is KVM the only mode which supports multi-threaded execution? Or is t