public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Cannot install Win XP on AMD X2 with kvm-51
@ 2007-11-09 17:19 Werner Opriel
  2007-11-09 18:21 ` Amit Shah
  2007-11-09 19:42 ` Izik Eidus
  0 siblings, 2 replies; 16+ messages in thread
From: Werner Opriel @ 2007-11-09 17:19 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Version:
kvm-50 and kvm-51

Problem:
I am not able to install a Win XP SP2 guest.
The Guest always crashes while installing Windows XP devices at T-37 minutes
with a blue-screen and IRQL_NOT_LES_OR_EQUAL.

cat /proc/cpuinfo:
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 107
model name      : AMD Athlon(tm) X2 Dual Core Processor BE-2350
stepping        : 1
cpu MHz         : 1000.000
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp 
lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 
misalignsse
bogomips        : 2005.82
TLB size        : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps

processor       : 1
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 107
model name      : AMD Athlon(tm) X2 Dual Core Processor BE-2350
stepping        : 1
cpu MHz         : 1000.000
cache size      : 512 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp 
lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 
misalignsse
bogomips        : 2005.82
TLB size        : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps

uname -r -m -o -s:
Linux 2.6.22.9 x86_64 GNU/Linux

Guest:
Windows XP SP2 32bit 

Installation with:
qemu-system-x86_64 -hda xp.img -cdrom /iso/xp.iso -boot d -m 512
or
qemu-system-x86_64 -hda xp.img -no-acpi -cdrom /iso/xp.iso -boot d -m 512

I've also tried to get Standard PC HAL by pressing F7, 
but it makes no difference.

With -no-kvm, qemu-system-x86_64 does not crash the guest, but Win XP seems
to be "Installing Devices" for the rest of its life. The session is alive,
but no progress anymore.
The problem is nearly the same as described here:
http://thread.gmane.org/gmane.comp.emulators.kvm.devel/7470
                                                                            

-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
  2007-11-09 17:19 Cannot install Win XP on AMD X2 with kvm-51 Werner Opriel
@ 2007-11-09 18:21 ` Amit Shah
       [not found]   ` <200711092351.44175.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  2007-11-09 19:42 ` Izik Eidus
  1 sibling, 1 reply; 16+ messages in thread
From: Amit Shah @ 2007-11-09 18:21 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, W.Opr-Mmb7MZpHnFY

On Friday 09 November 2007 22:49:18 Werner Opriel wrote:
> Version:
> kvm-50 and kvm-51
>
> Problem:
> I am not able to install a Win XP SP2 guest.
> The Guest always crashes while installing Windows XP devices at T-37
> minutes with a blue-screen and IRQL_NOT_LES_OR_EQUAL.

This is most likely hidden somewhere in the upgrade to qemu CVS just over a 
month back. Try the userspace tools from kvm-44 and kernel modules from 
kvm-51 and let us know if that works (in my limited testing here, it did).

Amit.

-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
  2007-11-09 17:19 Cannot install Win XP on AMD X2 with kvm-51 Werner Opriel
  2007-11-09 18:21 ` Amit Shah
@ 2007-11-09 19:42 ` Izik Eidus
       [not found]   ` <4734B81C.9020402-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  1 sibling, 1 reply; 16+ messages in thread
From: Izik Eidus @ 2007-11-09 19:42 UTC (permalink / raw)
  To: W.Opr-Mmb7MZpHnFY; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Werner Opriel wrote:
> Version:
> kvm-50 and kvm-51
>
> Problem:
> I am not able to install a Win XP SP2 guest.
> The Guest always crashes while installing Windows XP devices at T-37 minutes
> with a blue-screen and IRQL_NOT_LES_OR_EQUAL.
>
> cat /proc/cpuinfo:
> processor       : 0
> vendor_id       : AuthenticAMD
> cpu family      : 15
> model           : 107
> model name      : AMD Athlon(tm) X2 Dual Core Processor BE-2350
> stepping        : 1
> cpu MHz         : 1000.000
> cache size      : 512 KB
> physical id     : 0
> siblings        : 2
> core id         : 0
> cpu cores       : 2
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 1
> wp              : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
> cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp 
> lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 
> misalignsse
> bogomips        : 2005.82
> TLB size        : 1024 4K pages
> clflush size    : 64
> cache_alignment : 64
> address sizes   : 40 bits physical, 48 bits virtual
> power management: ts fid vid ttp tm stc 100mhzsteps
>
> processor       : 1
> vendor_id       : AuthenticAMD
> cpu family      : 15
> model           : 107
> model name      : AMD Athlon(tm) X2 Dual Core Processor BE-2350
> stepping        : 1
> cpu MHz         : 1000.000
> cache size      : 512 KB
> physical id     : 0
> siblings        : 2
> core id         : 1
> cpu cores       : 2
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 1
> wp              : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
> cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp 
> lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 
> misalignsse
> bogomips        : 2005.82
> TLB size        : 1024 4K pages
> clflush size    : 64
> cache_alignment : 64
> address sizes   : 40 bits physical, 48 bits virtual
> power management: ts fid vid ttp tm stc 100mhzsteps
>
> uname -r -m -o -s:
> Linux 2.6.22.9 x86_64 GNU/Linux
>
> Guest:
> Windows XP SP2 32bit 
>
> Installation with:
> qemu-system-x86_64 -hda xp.img -cdrom /iso/xp.iso -boot d -m 512
> or
> qemu-system-x86_64 -hda xp.img -no-acpi -cdrom /iso/xp.iso -boot d -m 512
>
> I've also tried to get Standard PC HAL by pressing F7, 
> but it makes no difference.
>
> With -no-kvm, qemu-system-x86_64 does not crash the guest, but Win XP seems
> to be "Installing Devices" for the rest of its life. The session is alive,
> but no progress anymore.
> The problem is nearly the same as described here:
> http://thread.gmane.org/gmane.comp.emulators.kvm.devel/7470
i hope i am not asking too much, but can you please try to completely 
install and run the installtion with -no-kvm?
(another thing i want you to check is what the effect of -no-kvm-irqchip 
when runing with kvm enabled (it might fix some things)

thanks.



-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
       [not found]   ` <200711092351.44175.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-11-09 20:01     ` John Clemens
  2007-11-09 22:09       ` John Clemens
  2007-11-11 10:20     ` Avi Kivity
  1 sibling, 1 reply; 16+ messages in thread
From: John Clemens @ 2007-11-09 20:01 UTC (permalink / raw)
  To: Amit Shah; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, W.Opr-Mmb7MZpHnFY


I'm having the same issues as Werner, and using the kvm userspace from
kvm-44 and the kernel modules from kvm-51 does not help.  Same issue at
the same place in the install.  AMD turion X2 1.6Ghz, gutsy
2.6.22-14-generic host kernel.

It always fails, with either the IRQL_... error, or I've also seen
PAGE_FAULT_IN_NONPAGED_AREA (received this morning while trying kvm-51
userspace and kernel).  I've also seen INVALID_PFN occasionally, but I
haven't seen this with kvm-51 yet.

Using -no-kvm-irqchip is much worse.. the boot freezes very early in the
boot process with either a stop kernel message or the fading in windows
logo screen freezes half way in.  commandline used:

sudo ./qemu-system-x86_64 -m 256 -boot c
-cdrom /imgs/EN_WINDOWS_XP_PRO_WITH_SP2.ISO -hda /imgs/winxp.qcow
-vnc :1 -net user -net nic,model=ne2k_pci,mac=00:11:22:33:44:55
-no-kvm-irqchip

I will try using -no-kvm now.

john.c

On Fri, 2007-11-09 at 23:51 +0530, Amit Shah wrote:
> On Friday 09 November 2007 22:49:18 Werner Opriel wrote:
> > Version:
> > kvm-50 and kvm-51
> >
> > Problem:
> > I am not able to install a Win XP SP2 guest.
> > The Guest always crashes while installing Windows XP devices at T-37
> > minutes with a blue-screen and IRQL_NOT_LES_OR_EQUAL.
> 
> This is most likely hidden somewhere in the upgrade to qemu CVS just over a 
> month back. Try the userspace tools from kvm-44 and kernel modules from 
> kvm-51 and let us know if that works (in my limited testing here, it did).
> 
> Amit.
> 
> -------------------------------------------------------------------------
> 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-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> 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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
  2007-11-09 20:01     ` John Clemens
@ 2007-11-09 22:09       ` John Clemens
  0 siblings, 0 replies; 16+ messages in thread
From: John Clemens @ 2007-11-09 22:09 UTC (permalink / raw)
  To: Amit Shah; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, W.Opr-Mmb7MZpHnFY

For what it's worth, -no-kvm completed the install successfully. 

And I am able to boot the resulting installed system with KVM-51
enabled. Only been running for a few minutes though. 

john.c

On Fri, 2007-11-09 at 15:01 -0500, John Clemens wrote:
> I'm having the same issues as Werner, and using the kvm userspace from
> kvm-44 and the kernel modules from kvm-51 does not help.  Same issue at
> the same place in the install.  AMD turion X2 1.6Ghz, gutsy
> 2.6.22-14-generic host kernel.
> 
> It always fails, with either the IRQL_... error, or I've also seen
> PAGE_FAULT_IN_NONPAGED_AREA (received this morning while trying kvm-51
> userspace and kernel).  I've also seen INVALID_PFN occasionally, but I
> haven't seen this with kvm-51 yet.
> 
> Using -no-kvm-irqchip is much worse.. the boot freezes very early in the
> boot process with either a stop kernel message or the fading in windows
> logo screen freezes half way in.  commandline used:
> 
> sudo ./qemu-system-x86_64 -m 256 -boot c
> -cdrom /imgs/EN_WINDOWS_XP_PRO_WITH_SP2.ISO -hda /imgs/winxp.qcow
> -vnc :1 -net user -net nic,model=ne2k_pci,mac=00:11:22:33:44:55
> -no-kvm-irqchip
> 
> I will try using -no-kvm now.
> 
> john.c
> 
> On Fri, 2007-11-09 at 23:51 +0530, Amit Shah wrote:
> > On Friday 09 November 2007 22:49:18 Werner Opriel wrote:
> > > Version:
> > > kvm-50 and kvm-51
> > >
> > > Problem:
> > > I am not able to install a Win XP SP2 guest.
> > > The Guest always crashes while installing Windows XP devices at T-37
> > > minutes with a blue-screen and IRQL_NOT_LES_OR_EQUAL.
> > 
> > This is most likely hidden somewhere in the upgrade to qemu CVS just over a 
> > month back. Try the userspace tools from kvm-44 and kernel modules from 
> > kvm-51 and let us know if that works (in my limited testing here, it did).
> > 
> > Amit.
> > 
> > -------------------------------------------------------------------------
> > 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-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > 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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
       [not found]   ` <4734B81C.9020402-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-11-10 13:44     ` Werner Opriel
  2007-11-10 14:05       ` Izik Eidus
  0 siblings, 1 reply; 16+ messages in thread
From: Werner Opriel @ 2007-11-10 13:44 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Am Freitag, 9. November 2007 20:42 schrieb Izik Eidus:

> i hope i am not asking too much, but can you please try to completely
> install and run the installtion with -no-kvm?
> (another thing i want you to check is what the effect of -no-kvm-irqchip
> when runing with kvm enabled (it might fix some things)
>
> thanks.

I've completely reinstalled Windows XP SP2 with (kvm-51):
qemu-system-x86_64 -no-kvm -hda xp.img -cdrom /iso/xp.iso -boot d -m 512
and pressing F7 to use Standard PC HAL.

The Installation went through without any errors and I was able to boot the  
installed Windows with the  -no-kvm switch.

Then I rebooted the windows-guest with kvm and bridged networking:

qemu-system-x86_64 -usb -usbdevice tablet -monitor stdio -m 512 \
-net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=/etc/qemu-ifup

and immediatly got a BSOD with IRQL_NOT_LESS_OR_EQUAL and windows  rebooted 
automatically.

Next i tried:
qemu-system-x86_64 -no-acpi -usb -usbdevice tablet -monitor stdio -m 512 \
-net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=/etc/qemu-ifup

I could login and install a programm like winscp and while starting it i got 
another BSOD with  IRQL_NOT_LESS_OR_EQUAL.

Next i will try with -no-kvm-irqchip .


-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
  2007-11-10 13:44     ` Werner Opriel
@ 2007-11-10 14:05       ` Izik Eidus
       [not found]         ` <4735BAA4.5010202-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Izik Eidus @ 2007-11-10 14:05 UTC (permalink / raw)
  To: W.Opr-Mmb7MZpHnFY; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Werner Opriel wrote:
> Am Freitag, 9. November 2007 20:42 schrieb Izik Eidus:
>
>   
>> i hope i am not asking too much, but can you please try to completely
>> install and run the installtion with -no-kvm?
>> (another thing i want you to check is what the effect of -no-kvm-irqchip
>> when runing with kvm enabled (it might fix some things)
>>
>> thanks.
>>     
>
> I've completely reinstalled Windows XP SP2 with (kvm-51):
> qemu-system-x86_64 -no-kvm -hda xp.img -cdrom /iso/xp.iso -boot d -m 512
> and pressing F7 to use Standard PC HAL.
>
> The Installation went through without any errors and I was able to boot the  
> installed Windows with the  -no-kvm switch.
>
> Then I rebooted the windows-guest with kvm and bridged networking:
>
> qemu-system-x86_64 -usb -usbdevice tablet -monitor stdio -m 512 \
> -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=/etc/qemu-ifup
>
> and immediatly got a BSOD with IRQL_NOT_LESS_OR_EQUAL and windows  rebooted 
> automatically.
>
> Next i tried:
> qemu-system-x86_64 -no-acpi -usb -usbdevice tablet -monitor stdio -m 512 \
> -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=/etc/qemu-ifup
>
> I could login and install a programm like winscp and while starting it i got 
> another BSOD with  IRQL_NOT_LESS_OR_EQUAL.
>
> Next i will try with -no-kvm-irqchip .
>
>   
ok, please try out -no-kvm-irqchip, and if this isnt helping
you might checkout kvm-36 and report what happen there
(in this days we are doing some serioes work to improved greatly the amd 
support)

-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
       [not found]         ` <4735BAA4.5010202-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-11-10 15:18           ` Werner Opriel
  2007-11-10 17:02           ` Werner Opriel
  1 sibling, 0 replies; 16+ messages in thread
From: Werner Opriel @ 2007-11-10 15:18 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Am Samstag, 10. November 2007 15:05 schrieb Izik Eidus:

> ok, please try out -no-kvm-irqchip, and if this isnt helping
> you might checkout kvm-36 and report what happen there
> (in this days we are doing some serioes work to improved greatly the amd
> support)

With kvm-51 and pressing F7 to use Standard PC HAL:

qemu-system-x86_64 -hda xp2.img -no-kvm-irqchip -cdrom /iso/xpua.iso -boot 
d -m 512

The Installation died very early with a BSOD and 
"Process1_Initialization failed".

Ok, now i'll try kvm-36.

-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
       [not found]         ` <4735BAA4.5010202-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  2007-11-10 15:18           ` Werner Opriel
@ 2007-11-10 17:02           ` Werner Opriel
  2007-11-10 17:11             ` Izik Eidus
  1 sibling, 1 reply; 16+ messages in thread
From: Werner Opriel @ 2007-11-10 17:02 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Am Samstag, 10. November 2007 15:05 schrieb Izik Eidus:
>
> ok, please try out -no-kvm-irqchip, and if this isnt helping
> you might checkout kvm-36 and report what happen there
> (in this days we are doing some serioes work to improved greatly the amd
> support)

With kvm-36 and pressing F7 to use Standard PC HAL:

qemu-system-x86_64 -hda xp.img  -cdrom /iso/xp.iso -boot 
d -m 512

the windows guest always fails to reboot, it then hangs without any errors or 
messages, but doing a manually reboot works well and finally the installation 
ended successfully.

Starting the guest in bridged mode with:

qemu-system-x86_64 xp.img -usb -usbdevice tablet -monitor stdio -m 512 \
-net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=/etc/qemu-ifup

seems to work fast and stable so far. 
I tried to install a program, create users and start some tasks ... and i 
haven't seen any errors yet, except for the reboot issue.

-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
  2007-11-10 17:02           ` Werner Opriel
@ 2007-11-10 17:11             ` Izik Eidus
  0 siblings, 0 replies; 16+ messages in thread
From: Izik Eidus @ 2007-11-10 17:11 UTC (permalink / raw)
  To: W.Opr-Mmb7MZpHnFY; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Werner Opriel wrote:
> Am Samstag, 10. November 2007 15:05 schrieb Izik Eidus:
>   
>> ok, please try out -no-kvm-irqchip, and if this isnt helping
>> you might checkout kvm-36 and report what happen there
>> (in this days we are doing some serioes work to improved greatly the amd
>> support)
>>     
>
> With kvm-36 and pressing F7 to use Standard PC HAL:
>
> qemu-system-x86_64 -hda xp.img  -cdrom /iso/xp.iso -boot 
> d -m 512
>
> the windows guest always fails to reboot, it then hangs without any errors or 
> messages, but doing a manually reboot works well and finally the installation 
> ended successfully.
>
> Starting the guest in bridged mode with:
>
> qemu-system-x86_64 xp.img -usb -usbdevice tablet -monitor stdio -m 512 \
> -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=/etc/qemu-ifup
>
> seems to work fast and stable so far. 
> I tried to install a program, create users and start some tasks ... and i 
> haven't seen any errors yet, except for the reboot issue.
>   
ok, good to hear that at least once we had that work,
as i said we hope to solve the amd problems that we have in newer 
versions of kvm.

-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
       [not found]   ` <200711092351.44175.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  2007-11-09 20:01     ` John Clemens
@ 2007-11-11 10:20     ` Avi Kivity
       [not found]       ` <4736D76E.70907-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  1 sibling, 1 reply; 16+ messages in thread
From: Avi Kivity @ 2007-11-11 10:20 UTC (permalink / raw)
  To: Amit Shah; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, W.Opr-Mmb7MZpHnFY

Amit Shah wrote:
> On Friday 09 November 2007 22:49:18 Werner Opriel wrote:
>   
>> Version:
>> kvm-50 and kvm-51
>>
>> Problem:
>> I am not able to install a Win XP SP2 guest.
>> The Guest always crashes while installing Windows XP devices at T-37
>> minutes with a blue-screen and IRQL_NOT_LES_OR_EQUAL.
>>     
>
> This is most likely hidden somewhere in the upgrade to qemu CVS just over a 
> month back. Try the userspace tools from kvm-44 and kernel modules from 
> kvm-51 and let us know if that works (in my limited testing here, it did).
>   
I think it works on Intel, so it is probably a problem in irq injection 
on AMD.


-- 
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
       [not found]       ` <4736D76E.70907-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-11-12  6:15         ` Amit Shah
  2007-11-12  6:52           ` Alexey Eremenko
  0 siblings, 1 reply; 16+ messages in thread
From: Amit Shah @ 2007-11-12  6:15 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Avi Kivity, W.Opr-Mmb7MZpHnFY

On Sunday 11 November 2007 15:50:30 Avi Kivity wrote:
> Amit Shah wrote:
> > On Friday 09 November 2007 22:49:18 Werner Opriel wrote:
> >> Version:
> >> kvm-50 and kvm-51
> >>
> >> Problem:
> >> I am not able to install a Win XP SP2 guest.
> >> The Guest always crashes while installing Windows XP devices at T-37
> >> minutes with a blue-screen and IRQL_NOT_LES_OR_EQUAL.
> >
> > This is most likely hidden somewhere in the upgrade to qemu CVS just over
> > a month back. Try the userspace tools from kvm-44 and kernel modules from
> > kvm-51 and let us know if that works (in my limited testing here, it
> > did).
>
> I think it works on Intel, so it is probably a problem in irq injection
> on AMD.

I had a similar problem (installation stopping at 37 minutes), while the 
installer hadn't hung. So I tried kvm-43 and 44 userspace and it did work. 
kvm-45 didn't (post-drop).

I got an IRQL_NOT_LESS_OR_EQUAL a couple of times, but after that it worked. 
So it could be a combination of a couple of things.

-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
  2007-11-12  6:15         ` Amit Shah
@ 2007-11-12  6:52           ` Alexey Eremenko
       [not found]             ` <64F9B87B6B770947A9F8391472E032160C95C5A9-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Alexey Eremenko @ 2007-11-12  6:52 UTC (permalink / raw)
  To: Amit Shah, kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: Avi Kivity, W.Opr-Mmb7MZpHnFY


[-- Attachment #1.1: Type: text/plain, Size: 81 bytes --]

This is strange, because I have XP on AMD-64 working fine on KVM-51.

-Alexey

[-- Attachment #1.2: Type: text/html, Size: 489 bytes --]

[-- Attachment #2: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
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/

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
       [not found]             ` <64F9B87B6B770947A9F8391472E032160C95C5A9-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
@ 2007-11-12  7:56               ` Amit Shah
       [not found]                 ` <200711121326.17637.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Amit Shah @ 2007-11-12  7:56 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: Alexey Eremenko, Avi Kivity, W.Opr-Mmb7MZpHnFY

On Monday 12 November 2007 12:22:39 Alexey Eremenko wrote:
> This is strange, because I have XP on AMD-64 working fine on KVM-51.

A pre-installed VM works just fine. The problem is with the installation. Does 
the installation succeed for you as well with kvm-51?

-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
       [not found]                 ` <200711121326.17637.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-11-12  8:12                   ` Avi Kivity
       [not found]                     ` <47380AD7.8000407-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Avi Kivity @ 2007-11-12  8:12 UTC (permalink / raw)
  To: Amit Shah
  Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Alexey Eremenko,
	W.Opr-Mmb7MZpHnFY

Amit Shah wrote:
> On Monday 12 November 2007 12:22:39 Alexey Eremenko wrote:
>   
>> This is strange, because I have XP on AMD-64 working fine on KVM-51.
>>     
>
> A pre-installed VM works just fine. The problem is with the installation. Does 
> the installation succeed for you as well with kvm-51?
>   

An installed vm will also crash occasionally, I believe.

-- 
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Cannot install Win XP on AMD X2 with kvm-51
       [not found]                     ` <47380AD7.8000407-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-11-12  8:21                       ` Amit Shah
  0 siblings, 0 replies; 16+ messages in thread
From: Amit Shah @ 2007-11-12  8:21 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
  Cc: Alexey Eremenko, Avi Kivity, W.Opr-Mmb7MZpHnFY

On Monday 12 November 2007 13:42:07 Avi Kivity wrote:
> Amit Shah wrote:
> > On Monday 12 November 2007 12:22:39 Alexey Eremenko wrote:
> >> This is strange, because I have XP on AMD-64 working fine on KVM-51.
> >
> > A pre-installed VM works just fine. The problem is with the installation.
> > Does the installation succeed for you as well with kvm-51?
>
> An installed vm will also crash occasionally, I believe.

On an Opteron 1216 and 64 bit host, I've not faced problems with kvm-git 
(updated almost daily) in a long time on pre-installed WinXP guests.

-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2007-11-12  8:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-09 17:19 Cannot install Win XP on AMD X2 with kvm-51 Werner Opriel
2007-11-09 18:21 ` Amit Shah
     [not found]   ` <200711092351.44175.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-09 20:01     ` John Clemens
2007-11-09 22:09       ` John Clemens
2007-11-11 10:20     ` Avi Kivity
     [not found]       ` <4736D76E.70907-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-12  6:15         ` Amit Shah
2007-11-12  6:52           ` Alexey Eremenko
     [not found]             ` <64F9B87B6B770947A9F8391472E032160C95C5A9-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-11-12  7:56               ` Amit Shah
     [not found]                 ` <200711121326.17637.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-12  8:12                   ` Avi Kivity
     [not found]                     ` <47380AD7.8000407-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-12  8:21                       ` Amit Shah
2007-11-09 19:42 ` Izik Eidus
     [not found]   ` <4734B81C.9020402-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-10 13:44     ` Werner Opriel
2007-11-10 14:05       ` Izik Eidus
     [not found]         ` <4735BAA4.5010202-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-10 15:18           ` Werner Opriel
2007-11-10 17:02           ` Werner Opriel
2007-11-10 17:11             ` Izik Eidus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox