Re: [Qemu-devel] Enabling Hyperthreading for Guest

2011-09-23 Thread Alex Williamson
On Fri, 2011-09-23 at 17:29 +0200, Erik Rull wrote: > Alex Williamson wrote: > > On Thu, 2011-09-22 at 18:43 +0200, Erik Rull wrote: > >> Alex Williamson wrote: > >>> See the extended -smp options: > >>> > >>> -smp n[,maxcpus=cpus][,cores=cores][,threads=threads][,sockets=sockets] > >>>

Re: [Qemu-devel] Enabling Hyperthreading for Guest

2011-09-23 Thread Erik Rull
Alex Williamson wrote: On Thu, 2011-09-22 at 18:43 +0200, Erik Rull wrote: Alex Williamson wrote: See the extended -smp options: -smp n[,maxcpus=cpus][,cores=cores][,threads=threads][,sockets=sockets] set the number of CPUs to 'n' [default=1] maxcpus= maximu

Re: [Qemu-devel] Enabling Hyperthreading for Guest

2011-09-22 Thread Alex Williamson
On Thu, 2011-09-22 at 18:43 +0200, Erik Rull wrote: > Alex Williamson wrote: > > See the extended -smp options: > > > > -smp n[,maxcpus=cpus][,cores=cores][,threads=threads][,sockets=sockets] > > set the number of CPUs to 'n' [default=1] > > maxcpus= maximum number

Re: [Qemu-devel] Enabling Hyperthreading for Guest

2011-09-22 Thread Erik Rull
Alex Williamson wrote: See the extended -smp options: -smp n[,maxcpus=cpus][,cores=cores][,threads=threads][,sockets=sockets] set the number of CPUs to 'n' [default=1] maxcpus= maximum number of total cpus, including offline CPUs for hotplug, et

Re: [Qemu-devel] Enabling Hyperthreading for Guest

2011-09-21 Thread Alex Williamson
On Wed, 2011-09-21 at 15:02 +0200, erik.r...@rdsoftware.de wrote: > Hi all, > > I'm searching for a switch to enable hyperthreading for my Windows XP > Guest. Currently I only get 2 cores available in the taskmanager but listed > 4 or 8 (depending on the smp-switch). > > After having read that XP

[Qemu-devel] Enabling Hyperthreading for Guest

2011-09-21 Thread erik . rull
Hi all, I'm searching for a switch to enable hyperthreading for my Windows XP Guest. Currently I only get 2 cores available in the taskmanager but listed 4 or 8 (depending on the smp-switch). After having read that XP supports only up to 2 cores but also with HT this should show me 4 cores. What