* Wiki: Add SMP Count to "Guest Support Status"
@ 2008-04-28 23:43 Fabian Deutsch
2008-04-29 5:09 ` David Mair
2008-04-29 23:24 ` Avi Kivity
0 siblings, 2 replies; 5+ messages in thread
From: Fabian Deutsch @ 2008-04-28 23:43 UTC (permalink / raw)
To: kvm-devel
[-- Attachment #1.1: Type: text/plain, Size: 302 bytes --]
Hey.
I've been trying Microsoft Windows 2003 a couple of times. The wiki
tells me that "everything" should work okay. It does, when using -smp 1,
but gets ugly when using -smp 2 or so.
SO might it be useful, to add the column "smp" to the "Guest Support
Status" Page in the wiki?
- fabian
[-- Attachment #1.2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3169 bytes --]
[-- Attachment #2: Type: text/plain, Size: 320 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
[-- Attachment #3: Type: text/plain, Size: 158 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Wiki: Add SMP Count to "Guest Support Status"
2008-04-28 23:43 Wiki: Add SMP Count to "Guest Support Status" Fabian Deutsch
@ 2008-04-29 5:09 ` David Mair
2008-04-29 23:24 ` Avi Kivity
1 sibling, 0 replies; 5+ messages in thread
From: David Mair @ 2008-04-29 5:09 UTC (permalink / raw)
Cc: kvm-devel
Fabian Deutsch wrote:
> Hey.
>
> I've been trying Microsoft Windows 2003 a couple of times. The wiki
> tells me that "everything" should work okay. It does, when using -smp 1,
> but gets ugly when using -smp 2 or so.
>
> SO might it be useful, to add the column "smp" to the "Guest Support
> Status" Page in the wiki?
It's probably worth explaining what you mean by "gets ugly" and worth
describing the environment. I just installed a Windows 2003 Enterprise
Edition with -smp 2 and had no problems during or after the install. I
confirmed Windows detected and uses two CPUs. IOW, works for me.
Intel(R) Core(TM)2 CPU T7600 @ 2.33GHz
SuSE kernel 2.6.22.17-0.1-default x86_64
kvm-67
# qemu-system-x86_64 -smp 2 -m 512 -usb -localtime -hda disk.img -boot c
---
David Mair.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Wiki: Add SMP Count to "Guest Support Status"
2008-04-28 23:43 Wiki: Add SMP Count to "Guest Support Status" Fabian Deutsch
2008-04-29 5:09 ` David Mair
@ 2008-04-29 23:24 ` Avi Kivity
2008-04-30 13:06 ` Fabian Deutsch
1 sibling, 1 reply; 5+ messages in thread
From: Avi Kivity @ 2008-04-29 23:24 UTC (permalink / raw)
To: Fabian Deutsch; +Cc: kvm-devel
Fabian Deutsch wrote:
> Hey.
>
> I've been trying Microsoft Windows 2003 a couple of times. The wiki
> tells me that "everything" should work okay. It does, when using -smp 1,
> but gets ugly when using -smp 2 or so.
>
> SO might it be useful, to add the column "smp" to the "Guest Support
> Status" Page in the wiki?
>
SMP Windows work best if you have FlexPriority on your hardware. What
host cpu are you using?
--
Any sufficiently difficult bug is indistinguishable from a feature.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Wiki: Add SMP Count to "Guest Support Status"
2008-04-29 23:24 ` Avi Kivity
@ 2008-04-30 13:06 ` Fabian Deutsch
2008-05-02 10:38 ` Avi Kivity
0 siblings, 1 reply; 5+ messages in thread
From: Fabian Deutsch @ 2008-04-30 13:06 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm-devel
[-- Attachment #1.1: Type: text/plain, Size: 674 bytes --]
Avi Kivity wrote:
> Fabian Deutsch wrote:
> > Hey.
> >
> > I've been trying Microsoft Windows 2003 a couple of times. The wiki
> > tells me that "everything" should work okay. It does, when using -smp 1,
> > but gets ugly when using -smp 2 or so.
> >
> > SO might it be useful, to add the column "smp" to the "Guest Support
> > Status" Page in the wiki?
> >
>
> SMP Windows work best if you have FlexPriority on your hardware. What
> host cpu are you using?
In general I am not able to install Microsoft Windows guests when using
-smp > 1 on the following hardware (and kvm modules+userspace head):
Intel(R) Xeon(R) CPU X3210 @ 2.13GHz
[-- Attachment #1.2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3169 bytes --]
[-- Attachment #2: Type: text/plain, Size: 320 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
[-- Attachment #3: Type: text/plain, Size: 158 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Wiki: Add SMP Count to "Guest Support Status"
2008-04-30 13:06 ` Fabian Deutsch
@ 2008-05-02 10:38 ` Avi Kivity
0 siblings, 0 replies; 5+ messages in thread
From: Avi Kivity @ 2008-05-02 10:38 UTC (permalink / raw)
To: Fabian Deutsch; +Cc: kvm-devel
Fabian Deutsch wrote:
> Avi Kivity wrote:
>
>> Fabian Deutsch wrote:
>>
>>> Hey.
>>>
>>> I've been trying Microsoft Windows 2003 a couple of times. The wiki
>>> tells me that "everything" should work okay. It does, when using -smp 1,
>>> but gets ugly when using -smp 2 or so.
>>>
>>> SO might it be useful, to add the column "smp" to the "Guest Support
>>> Status" Page in the wiki?
>>>
>>>
>> SMP Windows work best if you have FlexPriority on your hardware. What
>> host cpu are you using?
>>
>
> In general I am not able to install Microsoft Windows guests when using
> -smp > 1 on the following hardware (and kvm modules+userspace head):
> Intel(R) Xeon(R) CPU X3210 @ 2.13GHz
>
>
What do you mean "not able"? Does the installer hang? bluescreen? where?
I don't think it has flexpriority, but not sure. Will add code so
people can find out.
--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-05-02 10:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-28 23:43 Wiki: Add SMP Count to "Guest Support Status" Fabian Deutsch
2008-04-29 5:09 ` David Mair
2008-04-29 23:24 ` Avi Kivity
2008-04-30 13:06 ` Fabian Deutsch
2008-05-02 10:38 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox