All of lore.kernel.org
 help / color / mirror / Atom feed
* KVM-17 & WinXP network setup hangs
@ 2007-03-20 15:23 Alessandro Sardo
       [not found] ` <web-1009766-6YcMZAkROE/Yr5vRfC5HMw@public.gmane.org>
  2007-03-20 22:41 ` Uri Lublin
  0 siblings, 2 replies; 3+ messages in thread
From: Alessandro Sardo @ 2007-03-20 15:23 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hello KVM devs,

I've just downloaded and checked out KVM-17. I tried 
installing a Windows XP SP2 guest, using the following 
script (notice how I did NOT use the '-no-acpi' flag):

qemu -hda /var/vm/img/WinXP.img -cdrom 
/var/vm/iso/WinXP.iso -boot d -m 512

The first phase of installation went straight without any 
problem - and it was quite faster than previous releases! 
Then, when the guest had to reboot, KVM crashed with the 
following output:

unhandled vm exit:  0x80000021
rax 0000000000000000 rbx 0000000000000000 rcx 
0000000000000000 rdx 0000000000000600
rsi 0000000000000000 rdi 0000000000000000 rsp 
0000000000000000 rbp 0000000000000000
r8  0000000000000000 r9  0000000000000000 r10 
0000000000000000 r11 0000000000000000
r12 0000000000000000 r13 0000000000000000 r14 
0000000000000000 r15 0000000000000000
rip 000000000000fff0 rflags 00023002
cs f000 (ffff0000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 
0 avl 0)
ds 0000 (00000000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 
0 avl 0)
es 0000 (00000000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 
0 avl 0)
ss 0000 (00000000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 
0 avl 0)
fs 0000 (00000000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 
0 avl 0)
gs 0000 (00000000/0000ffff p 1 dpl 3 db 0 s 1 type 3 l 0 g 
0 avl 0)
tr 0000 (20850000/00002088 p 1 dpl 0 db 0 s 0 type b l 0 g 
0 avl 0)
ldt 0000 (00000000/0000ffff p 1 dpl 0 db 0 s 0 type 0 l 0 
g 0 avl 0)
gdt 0/ffff
idt 0/ffff
cr0 60000010 cr2 0 cr3 0 cr4 0 cr8 0 efer 0

Not a big problem though, I just manually restarted it and 
kept going on with the second phase of the installation.

This is where I got the big problem: after installing the 
devices and asking for the cd-key (among other things), 
the guest totally *stalled* while configuring the network. 
It just says "Installing the network...", but the progress 
bar is frozen - and there's no output on the shell. I've 
also tried with the '-net nic,model=rtl8139' flag, but the 
result was the same. I'm unable to complete the 
installation.

Is there a work-around for this?

Thanks!


- Alessandro

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

* Re: KVM-17 & WinXP network setup hangs
       [not found] ` <web-1009766-6YcMZAkROE/Yr5vRfC5HMw@public.gmane.org>
@ 2007-03-20 15:27   ` Avi Kivity
  0 siblings, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2007-03-20 15:27 UTC (permalink / raw)
  To: Alessandro Sardo; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Alessandro Sardo wrote:
> Hello KVM devs,
>
> I've just downloaded and checked out KVM-17. I tried 
> installing a Windows XP SP2 guest, using the following 
> script (notice how I did NOT use the '-no-acpi' flag):
>
> qemu -hda /var/vm/img/WinXP.img -cdrom 
> /var/vm/iso/WinXP.iso -boot d -m 512
>
> The first phase of installation went straight without any 
> problem - and it was quite faster than previous releases! 
> Then, when the guest had to reboot, KVM crashed with the 
> following output:
>
>
>   

That's a known issue, we don't handle reboot on Intel.

> Not a big problem though, I just manually restarted it and 
> kept going on with the second phase of the installation.
>
> This is where I got the big problem: after installing the 
> devices and asking for the cd-key (among other things), 
> the guest totally *stalled* while configuring the network. 
> It just says "Installing the network...", but the progress 
> bar is frozen - and there's no output on the shell. I've 
> also tried with the '-net nic,model=rtl8139' flag, but the 
> result was the same. I'm unable to complete the 
> installation.
>
> Is there a work-around for this?

It may be related to unsynced timestamp counters.  Can you try prefixing 
your command with 'taskset 1'?  Like so:

   taskset 1 qemu -hda ...


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


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

* Re: KVM-17 & WinXP network setup hangs
  2007-03-20 15:23 KVM-17 & WinXP network setup hangs Alessandro Sardo
       [not found] ` <web-1009766-6YcMZAkROE/Yr5vRfC5HMw@public.gmane.org>
@ 2007-03-20 22:41 ` Uri Lublin
  1 sibling, 0 replies; 3+ messages in thread
From: Uri Lublin @ 2007-03-20 22:41 UTC (permalink / raw)
  To: Alessandro Sardo; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


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

Hi,
Do you use a software bridge and a tun/tap device ?
If you do, what is your network configuration (host + guest) ?
If you do not, search the list to find how to do it.
You'll need to setup a bridge (either manually or using an init script posted), and add a '-net tap,script=/etc/kvm/qemu-ifup' to qemu command line. 
 
Hope that helps,
    Uri.
 
________________________________

From: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org on behalf of Alessandro Sardo
Sent: Tue 20/03/2007 17:23
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [kvm-devel] KVM-17 & WinXP network setup hangs



Hello KVM devs,

I've just downloaded and checked out KVM-17. I tried
installing a Windows XP SP2 guest, using the following
script (notice how I did NOT use the '-no-acpi' flag):

qemu -hda /var/vm/img/WinXP.img -cdrom
/var/vm/iso/WinXP.iso -boot d -m 512


<...snipped...>

This is where I got the big problem: after installing the
devices and asking for the cd-key (among other things),
the guest totally *stalled* while configuring the network.
It just says "Installing the network...", but the progress
bar is frozen - and there's no output on the shell. I've
also tried with the '-net nic,model=rtl8139' flag, but the
result was the same. I'm unable to complete the
installation.

Is there a work-around for this?

Thanks!


- Alessandro



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

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- 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] 3+ messages in thread

end of thread, other threads:[~2007-03-20 22:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-20 15:23 KVM-17 & WinXP network setup hangs Alessandro Sardo
     [not found] ` <web-1009766-6YcMZAkROE/Yr5vRfC5HMw@public.gmane.org>
2007-03-20 15:27   ` Avi Kivity
2007-03-20 22:41 ` Uri Lublin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.