[kvm-devel] problem upgrading to kvm-33

2007-08-10 Thread Tony Smolar
Hi,  I was currently using kvm-24, and I decided to try to upgrade to 
the latest.

My guest is XP-SP2 Home full edition.When I tried to boot it under 
kvm-33,  I eventually got a blue screen and a IRQL_NOT_LESS_OR_EQUAL error.

I removed 33, and installed kvm-26.I was able to boot the VM 
successfully with that.  So I guess this problem was introduced 
somewhere between 27 and 33.   Is there a way to tweak the guest to get 
around this problem?

Thanks,
Tony Smolar

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] problem upgrading to kvm-33

2007-08-12 Thread Amit Shah
On Saturday 11 August 2007 08:48:41 Tony Smolar wrote:
> Hi,  I was currently using kvm-24, and I decided to try to upgrade to
> the latest.
>
> My guest is XP-SP2 Home full edition.When I tried to boot it under
> kvm-33,  I eventually got a blue screen and a IRQL_NOT_LESS_OR_EQUAL error.
>
> I removed 33, and installed kvm-26.I was able to boot the VM
> successfully with that.  So I guess this problem was introduced
> somewhere between 27 and 33.   Is there a way to tweak the guest to get
> around this problem?

Does passing -no-acpi to qemu help?

>
> Thanks,
> Tony Smolar

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] problem upgrading to kvm-33

2007-08-12 Thread Tony Smolar
Amit Shah wrote:

>On Saturday 11 August 2007 08:48:41 Tony Smolar wrote:
>  
>
>>Hi,  I was currently using kvm-24, and I decided to try to upgrade to
>>the latest.
>>
>>My guest is XP-SP2 Home full edition.When I tried to boot it under
>>kvm-33,  I eventually got a blue screen and a IRQL_NOT_LESS_OR_EQUAL error.
>>
>>I removed 33, and installed kvm-26.I was able to boot the VM
>>successfully with that.  So I guess this problem was introduced
>>somewhere between 27 and 33.   Is there a way to tweak the guest to get
>>around this problem?
>>
>>
>
>Does passing -no-acpi to qemu help?
>
>  
>
Hi,

I forgot to mention that I tried that,   it didn't make a difference.





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] problem upgrading to kvm-33

2007-08-12 Thread Izik Eidus
this sound like hardware error,
try to disable all the hardware you can, (such as the lan support) in qemu.
please check if it can run with the "--no-kvm".

-הודעה מקורית-
מאת: [EMAIL PROTECTED] בשם Tony Smolar
נשלח: א 12/08/2007 10:19
אל: Amit Shah
עותק לידיעה: kvm-devel@lists.sourceforge.net
נושא: Re: [kvm-devel] problem upgrading to kvm-33
 
Amit Shah wrote:

>On Saturday 11 August 2007 08:48:41 Tony Smolar wrote:
>  
>
>>Hi,  I was currently using kvm-24, and I decided to try to upgrade to
>>the latest.
>>
>>My guest is XP-SP2 Home full edition.When I tried to boot it under
>>kvm-33,  I eventually got a blue screen and a IRQL_NOT_LESS_OR_EQUAL error.
>>
>>I removed 33, and installed kvm-26.I was able to boot the VM
>>successfully with that.  So I guess this problem was introduced
>>somewhere between 27 and 33.   Is there a way to tweak the guest to get
>>around this problem?
>>
>>
>
>Does passing -no-acpi to qemu help?
>
>  
>
Hi,

I forgot to mention that I tried that,   it didn't make a difference.





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] problem upgrading to kvm-33

2007-08-12 Thread Dor Laor
>Amit Shah wrote:
>
>>On Saturday 11 August 2007 08:48:41 Tony Smolar wrote:
>>
>>
>>>Hi,  I was currently using kvm-24, and I decided to try to upgrade to
>>>the latest.
>>>
>>>My guest is XP-SP2 Home full edition.When I tried to boot it
under
>>>kvm-33,  I eventually got a blue screen and a IRQL_NOT_LESS_OR_EQUAL
>error.
>>>
>>>I removed 33, and installed kvm-26.I was able to boot the VM
>>>successfully with that.  So I guess this problem was introduced
>>>somewhere between 27 and 33.   Is there a way to tweak the guest to
>get
>>>around this problem?
>>>
>>>
>>
>>Does passing -no-acpi to qemu help?
>>
>>
>>
>Hi,
>
>I forgot to mention that I tried that,   it didn't make a difference.
>
So you must use the standard HAL?

First can you please provide the cpu type, we had some problems on AMD.
Second, what's the host's OS? Is it 32/64 bit? kernel version.
Third, does -no-kvm works?

Some sanities just for making sure:
- Try running qemu with taskset -p 1
- Add -L SOURCE_REPOSITROY_PATH_FOR_QEMU_PC-BIOS directory for making
sure you use the right bios.bin

-- Dor.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] problem upgrading to kvm-33

2007-08-12 Thread Tony Smolar
Dor Laor wrote:

>>Amit Shah wrote:
>>
>>
>>
>>>On Saturday 11 August 2007 08:48:41 Tony Smolar wrote:
>>>
>>>
>>>  
>>>
Hi,  I was currently using kvm-24, and I decided to try to upgrade to
the latest.

My guest is XP-SP2 Home full edition.When I tried to boot it


>under
>  
>
kvm-33,  I eventually got a blue screen and a IRQL_NOT_LESS_OR_EQUAL


>>error.
>>
>>
I removed 33, and installed kvm-26.I was able to boot the VM
successfully with that.  So I guess this problem was introduced
somewhere between 27 and 33.   Is there a way to tweak the guest to


>>get
>>
>>
around this problem?




>>>Does passing -no-acpi to qemu help?
>>>
>>>
>>>
>>>  
>>>
>>Hi,
>>
>>I forgot to mention that I tried that,   it didn't make a difference.
>>
>>
>>
>So you must use the standard HAL?
>
>First can you please provide the cpu type, we had some problems on AMD.
>Second, what's the host's OS? Is it 32/64 bit? kernel version.
>Third, does -no-kvm works?
>  
>
It is an AMD X2 3800+
The host is Fedora core 5,   32-bit version.I upgraded the kernel to 
2.6.20
-no-kvm does not work.

>Some sanities just for making sure:
>- Try running qemu with taskset -p 1
>- Add -L SOURCE_REPOSITROY_PATH_FOR_QEMU_PC-BIOS directory for making
>sure you use the right bios.bin
>
>  
>
I'll give these a shot and report back.

Tony Smolar


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] problem upgrading to kvm-33

2007-08-13 Thread Tony Smolar

>So you must use the standard HAL?
>
>First can you please provide the cpu type, we had some problems on AMD.
>Second, what's the host's OS? Is it 32/64 bit? kernel version.
>Third, does -no-kvm works?
>
>Some sanities just for making sure:
>- Try running qemu with taskset -p 1
>- Add -L SOURCE_REPOSITROY_PATH_FOR_QEMU_PC-BIOS directory for making
>sure you use the right bios.bin
>
>  
>
Ok, I did some more testing,   The problem does NOT occur with 
-no-kvm.   It also appeared somewhere between kvm-29 and kvm-31  (29 and 
30 didn't build for me).

The good news is that the new version 34 does not seem to have this 
problem,  I haven't tested it extensively yet.

Lastly, what drove me to upgrade in the first place was that I was 
experiencing minor bugs running "The Sims" under XP.   There would 
be sound while the game is starting, but once the game starts, sound 
stops working.   Also the mouse pointer would leave behind "residue" on 
the screen which would be cleaned up every few seconds (I guess during a 
refresh).   I also had problems losing sound with iTunes.   I am using 
the es1370 setting for sound.  Like I said these were minor, and are 
still present in kvm-34.

Thanks,
Tony Smolar

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] problem upgrading to kvm-33

2007-08-19 Thread Avi Kivity
Tony Smolar wrote:
>> So you must use the standard HAL?
>>
>> First can you please provide the cpu type, we had some problems on AMD.
>> Second, what's the host's OS? Is it 32/64 bit? kernel version.
>> Third, does -no-kvm works?
>>
>> Some sanities just for making sure:
>> - Try running qemu with taskset -p 1
>> - Add -L SOURCE_REPOSITROY_PATH_FOR_QEMU_PC-BIOS directory for making
>> sure you use the right bios.bin
>>
>>  
>>
>> 
> Ok, I did some more testing,   The problem does NOT occur with 
> -no-kvm.   It also appeared somewhere between kvm-29 and kvm-31  (29 and 
> 30 didn't build for me).
>
> The good news is that the new version 34 does not seem to have this 
> problem,  I haven't tested it extensively yet.
>   

Good, thanks for checking it out.

> Lastly, what drove me to upgrade in the first place was that I was 
> experiencing minor bugs running "The Sims" under XP.   There would 
> be sound while the game is starting, but once the game starts, sound 
> stops working.   Also the mouse pointer would leave behind "residue" on 
> the screen which would be cleaned up every few seconds (I guess during a 
> refresh).   I also had problems losing sound with iTunes.   I am using 
> the es1370 setting for sound.  Like I said these were minor, and are 
> still present in kvm-34.
>   

Do these issues occur with -no-kvm?  How about with the default sound 
hardware?

-- 
error compiling committee.c: too many arguments to function


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel