[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Does the -smp option use threads?
|
From: |
Paul Brook |
|
Subject: |
Re: [Qemu-devel] Does the -smp option use threads? |
|
Date: |
Fri, 27 Apr 2007 23:28:49 +0100 |
|
User-agent: |
KMail/1.9.6 |
On Friday 27 April 2007, Jonathan Kalbfeld wrote:
> Suppose I run QEMU on a T1000 with an 8-way CPU and I tell it to simulate
> 8x SMP. WIll it spawn a separate thread for each dynamic translation
> activity?
No. qemu is single-threaded.
Paul