Re: [kvm-devel] KVM Testing Result for KVM-61

2008-02-21 Thread Izik Eidus

On Thu, 2008-02-21 at 13:58 +0800, Zhao, Yunfeng wrote:
> Izik Eidus wrote:
> > On Wed, 2008-02-20 at 21:12 +0800, Zhao, Yunfeng wrote:
> >> 
> >>> On Wed, 2008-02-20 at 20:58 +0800, Zhao, Yunfeng wrote:
> >> Five old issues:
> >> 1. Fails to save/restore guests
> >> Save/restore may cause host to hang.
> >> 
> > https://sourceforge.net/tracker/index.php?funcÞtail&aid24525&group_
> >> id0599&atid‰3831
> > 
> > savevm loadvm does not work, but it doesnt crush my host
> > what you see in the dmesg? (the bug with the bad page
> > was fixed no?)
>  Here is the error message in the dmesg and host console:
> >>> 
> >>> is it happen on every guest?
> >>> you are using qcow right?
> >> It doesn't happen on every guest, but the probability of this error
> >> is very high. Yes, I am using qcow images.
> > 
> > Zhao, it seems like i just dont want to happen on my host
> > can you please give me as much information about the guest/host and
> > even on how you save the vm?
> 
> Here are the commands we are using to do the test:
> qemu-img create -b /share/xvs/img/app/ia32p_UP.img -f qcow2 
> /share/xvs/var/tmp-img-1
> qemu-system-x86_64 -m 256 -net nic,macaddr=00:16:3e:25:b8:87,model=rtl8139 
> -net tap,script=/etc/kvm/qemu-ifup -hda /share/xvs/var/tmp-img-1
> migrate “exec:dd of=FILENAME(/share/install/a.img)”
> qemu-system-x86_64 -m 256 -net nic,macaddr=00:16:3e:25:b8:87,model=rtl8139 
> -net tap,script=/etc/kvm/qemu-ifup -hda /share/xvs/var/tmp-img-1   -incoming 
> stdio < FILENAME(/share/install/a.img)
> 
> Both linux guests and windows guests have the problem.
> The host is a woodcrest with 8GB memory. The backend file of qcow is on a nfs 
> server.

i will ask other guys to run it as well
but on my host the guest might crush, but not the host...

> 
> thanks
> Yunfeng


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] KVM Testing Result for KVM-61

2008-02-20 Thread Zhao, Yunfeng
Zhao, Yunfeng wrote:
> Izik Eidus wrote:
>> On Wed, 2008-02-20 at 21:12 +0800, Zhao, Yunfeng wrote:
>>> 
 On Wed, 2008-02-20 at 20:58 +0800, Zhao, Yunfeng wrote:
>>> Five old issues:
>>> 1. Fails to save/restore guests
>>> Save/restore may cause host to hang.
>>> 
>> https://sourceforge.net/tracker/index.php?funcÞtail&aid24525&group_
>>> id0599&atid‰3831
>> 
>> savevm loadvm does not work, but it doesnt crush my host
>> what you see in the dmesg? (the bug with the bad page
>> was fixed no?)
> Here is the error message in the dmesg and host console:
 
 is it happen on every guest?
 you are using qcow right?
>>> It doesn't happen on every guest, but the probability of this error
>>> is very high. Yes, I am using qcow images.
>> 
>> Zhao, it seems like i just dont want to happen on my host
>> can you please give me as much information about the guest/host and
>> even on how you save the vm?
> 
> Here are the commands we are using to do the test:
> qemu-img create -b /share/xvs/img/app/ia32p_UP.img -f qcow2
> /share/xvs/var/tmp-img-1 qemu-system-x86_64 -m 256 -net
> nic,macaddr=00:16:3e:25:b8:87,model=rtl8139 -net
> tap,script=/etc/kvm/qemu-ifup -hda /share/xvs/var/tmp-img-1
> migrate “exec:dd of=FILENAME(/share/install/a.img)”
> qemu-system-x86_64 -m 256 -net
> nic,macaddr=00:16:3e:25:b8:87,model=rtl8139 -net
> tap,script=/etc/kvm/qemu-ifup -hda /share/xvs/var/tmp-img-1
> -incoming stdio < FILENAME(/share/install/a.img)
> 
> Both linux guests and windows guests have the problem.
> The host is a woodcrest with 8GB memory. The backend file of qcow is
> on a nfs server. 
> 
> thanks
> Yunfeng
BTW: live migration works well.  And  using raw image file has the same problem.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] KVM Testing Result for KVM-61

2008-02-20 Thread Zhao, Yunfeng
Izik Eidus wrote:
> On Wed, 2008-02-20 at 21:12 +0800, Zhao, Yunfeng wrote:
>> 
>>> On Wed, 2008-02-20 at 20:58 +0800, Zhao, Yunfeng wrote:
>> Five old issues:
>> 1. Fails to save/restore guests
>> Save/restore may cause host to hang.
>> 
> https://sourceforge.net/tracker/index.php?funcÞtail&aid24525&group_
>> id0599&atid‰3831
> 
> savevm loadvm does not work, but it doesnt crush my host
> what you see in the dmesg? (the bug with the bad page
> was fixed no?)
 Here is the error message in the dmesg and host console:
>>> 
>>> is it happen on every guest?
>>> you are using qcow right?
>> It doesn't happen on every guest, but the probability of this error
>> is very high. Yes, I am using qcow images.
> 
> Zhao, it seems like i just dont want to happen on my host
> can you please give me as much information about the guest/host and
> even on how you save the vm?

Here are the commands we are using to do the test:
qemu-img create -b /share/xvs/img/app/ia32p_UP.img -f qcow2 
/share/xvs/var/tmp-img-1
qemu-system-x86_64 -m 256 -net nic,macaddr=00:16:3e:25:b8:87,model=rtl8139 -net 
tap,script=/etc/kvm/qemu-ifup -hda /share/xvs/var/tmp-img-1
migrate “exec:dd of=FILENAME(/share/install/a.img)”
qemu-system-x86_64 -m 256 -net nic,macaddr=00:16:3e:25:b8:87,model=rtl8139 -net 
tap,script=/etc/kvm/qemu-ifup -hda /share/xvs/var/tmp-img-1   -incoming stdio < 
FILENAME(/share/install/a.img)

Both linux guests and windows guests have the problem.
The host is a woodcrest with 8GB memory. The backend file of qcow is on a nfs 
server.

thanks
Yunfeng

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] KVM Testing Result for KVM-61

2008-02-20 Thread Izik Eidus

On Wed, 2008-02-20 at 21:12 +0800, Zhao, Yunfeng wrote:
> 
> >On Wed, 2008-02-20 at 20:58 +0800, Zhao, Yunfeng wrote:
> >> >> Five old issues:
> >> >> 1. Fails to save/restore guests
> >> >> Save/restore may cause host to hang.
> >> >> https://sourceforge.net/tracker/index.php?funcÞtail&aid24525&group_
> >> >> id0599&atid‰3831
> >> >
> >> >savevm loadvm does not work, but it doesnt crush my host
> >> >what you see in the dmesg? (the bug with the bad page was fixed no?)
> >> Here is the error message in the dmesg and host console:
> >
> >is it happen on every guest?
> >you are using qcow right?
> It doesn't happen on every guest, but the probability of this error is very 
> high.
> Yes, I am using qcow images.

Zhao, it seems like i just dont want to happen on my host
can you please give me as much information about the guest/host and even
on how you save the vm?


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] KVM Testing Result for KVM-61

2008-02-20 Thread Zhao, Yunfeng


>On Wed, 2008-02-20 at 20:58 +0800, Zhao, Yunfeng wrote:
>> >> Five old issues:
>> >> 1. Fails to save/restore guests
>> >> Save/restore may cause host to hang.
>> >> https://sourceforge.net/tracker/index.php?funcÞtail&aid24525&group_
>> >> id0599&atid‰3831
>> >
>> >savevm loadvm does not work, but it doesnt crush my host
>> >what you see in the dmesg? (the bug with the bad page was fixed no?)
>> Here is the error message in the dmesg and host console:
>
>is it happen on every guest?
>you are using qcow right?
It doesn't happen on every guest, but the probability of this error is very 
high.
Yes, I am using qcow images.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] KVM Testing Result for KVM-61

2008-02-20 Thread Izik Eidus

On Wed, 2008-02-20 at 20:58 +0800, Zhao, Yunfeng wrote:
> >> Five old issues:
> >> 1. Fails to save/restore guests
> >> Save/restore may cause host to hang.
> >> https://sourceforge.net/tracker/index.php?funcÞtail&aid24525&group_
> >> id0599&atid‰3831
> >
> >savevm loadvm does not work, but it doesnt crush my host
> >what you see in the dmesg? (the bug with the bad page was fixed no?)
> Here is the error message in the dmesg and host console:

is it happen on every guest?
you are using qcow right?

> Bad page state in process 'qemu-system-x86'
> page:81023f4a19d0 flags:0x0204 mapping:
> mapcount:0 count:-1
> Trying to fix it up, but a reboot is needed
> Backtrace:
> 
> Call Trace:
>  [] bad_page+0x63/0x8d
>  [] get_page_from_freelist+0x2d9/0x47e
>  [] mutex_lock+0xd/0x1e
>  [] __alloc_pages+0x61/0x2b5
>  [] __handle_mm_fault+0x4c1/0x9dc
>  [] follow_page+0x15a/0x24b
>  [] get_user_pages+0x2af/0x39c
>  [] :kvm:gfn_to_page+0x67/0xa0
>  [] :kvm:paging64_page_fault+0xd8/0x3a0
>  [] tcp_v4_do_rcv+0x30/0x34d
>  [] :kvm:kvm_mmu_page_fault+0x19/0x80
>  [] :kvm:kvm_arch_vcpu_ioctl_run+0x3a5/0x4fb
>  [] :kvm:kvm_vcpu_ioctl+0xda/0x2dd
>  [] remove_wait_queue+0x12/0x45
>  [] tun_chr_aio_read+0x2aa/0x2bc
>  [] core_sys_select+0x1f8/0x264
>  [] getnstimeofday+0x32/0x8d
>  [] ktime_get_ts+0x1a/0x4e
>  [] enqueue_hrtimer+0x64/0x6b
>  [] hrtimer_start+0xf2/0x104
>  [] do_ioctl+0x2b/0xb6
>  [] vfs_ioctl+0x243/0x25c
>  [] sys_ioctl+0x3c/0x5e
>  [] system_call+0x7e/0x83
> 
> 
> essage from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
> vt-dp8 kernel: Bad page state in process 'qemu-system-x86'
> 
> Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
> vt-dp8 kernel: page:81023ee1e8f8 flags:0x0200087c
> mapping:810205 dc98a8
> mapcount:0 count:2
> 
> Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
> vt-dp8 kernel: Trying to fix it up, but a reboot is needed
> 
> Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
> vt-dp8 kernel: Backtrace:
> 
> Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
> vt-dp8 kernel: Bad page state in process 'qemu-system-x86'
> 
> Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
> vt-dp8 kernel: page:81023f3387f8 flags:0x0268
> mapping:810213 3316a8
> mapcount:0 count:1
> 
> Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
> vt-dp8 kernel: Trying to fix it up, but a reboot is needed
> 
> Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
> vt-dp8 kernel: Backtrace:
> 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] KVM Testing Result for KVM-61

2008-02-20 Thread Zhao, Yunfeng
>> Five old issues:
>> 1. Fails to save/restore guests
>> Save/restore may cause host to hang.
>> https://sourceforge.net/tracker/index.php?funcÞtail&aid24525&group_
>> id0599&atid‰3831
>
>savevm loadvm does not work, but it doesnt crush my host
>what you see in the dmesg? (the bug with the bad page was fixed no?)
Here is the error message in the dmesg and host console:
Bad page state in process 'qemu-system-x86'
page:81023f4a19d0 flags:0x0204 mapping:
mapcount:0 count:-1
Trying to fix it up, but a reboot is needed
Backtrace:

Call Trace:
 [] bad_page+0x63/0x8d
 [] get_page_from_freelist+0x2d9/0x47e
 [] mutex_lock+0xd/0x1e
 [] __alloc_pages+0x61/0x2b5
 [] __handle_mm_fault+0x4c1/0x9dc
 [] follow_page+0x15a/0x24b
 [] get_user_pages+0x2af/0x39c
 [] :kvm:gfn_to_page+0x67/0xa0
 [] :kvm:paging64_page_fault+0xd8/0x3a0
 [] tcp_v4_do_rcv+0x30/0x34d
 [] :kvm:kvm_mmu_page_fault+0x19/0x80
 [] :kvm:kvm_arch_vcpu_ioctl_run+0x3a5/0x4fb
 [] :kvm:kvm_vcpu_ioctl+0xda/0x2dd
 [] remove_wait_queue+0x12/0x45
 [] tun_chr_aio_read+0x2aa/0x2bc
 [] core_sys_select+0x1f8/0x264
 [] getnstimeofday+0x32/0x8d
 [] ktime_get_ts+0x1a/0x4e
 [] enqueue_hrtimer+0x64/0x6b
 [] hrtimer_start+0xf2/0x104
 [] do_ioctl+0x2b/0xb6
 [] vfs_ioctl+0x243/0x25c
 [] sys_ioctl+0x3c/0x5e
 [] system_call+0x7e/0x83


essage from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
vt-dp8 kernel: Bad page state in process 'qemu-system-x86'

Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
vt-dp8 kernel: page:81023ee1e8f8 flags:0x0200087c
mapping:810205 dc98a8
mapcount:0 count:2

Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
vt-dp8 kernel: Trying to fix it up, but a reboot is needed

Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
vt-dp8 kernel: Backtrace:

Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
vt-dp8 kernel: Bad page state in process 'qemu-system-x86'

Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
vt-dp8 kernel: page:81023f3387f8 flags:0x0268
mapping:810213 3316a8
mapcount:0 count:1

Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
vt-dp8 kernel: Trying to fix it up, but a reboot is needed

Message from [EMAIL PROTECTED] at Tue Feb 19 09:52:24 2008 ...
vt-dp8 kernel: Backtrace:


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


Re: [kvm-devel] KVM Testing Result for KVM-61

2008-02-20 Thread Izik Eidus

On Wed, 2008-02-20 at 12:29 +0200, Dor Laor wrote:
> On Wed, 2008-02-20 at 11:41 +0200, Izik Eidus wrote:
> > On Wed, 2008-02-20 at 15:09 +0800, Zhao, Yunfeng wrote:
> > > Hi,All
> > > This is testing result for KVM-61. 
> > > No new issue has been found in the testing.
> > > 
> > > Five old issues:
> > > 1. Fails to save/restore guests 
> > > Save/restore may cause host to hang.
> > > https://sourceforge.net/tracker/index.php?func=detail&aid=1824525&group_
> > > id=180599&atid=893831
> > 
> > savevm loadvm does not work, but it doesnt crush my host
> > what you see in the dmesg? (the bug with the bad page was fixed no?)
> > 
> 
> I know it happens for win2k guest (repeatably)

i belive the problem of the win2k is different from what he experience

> 
> > > 2. smp windows installer cr
> > > ashes
> > >  while rebooting
> > > https://sourceforge.net/tracker/index.php?func=detail&aid=1877875&group_
> > > id=180599&atid=893831
> > > 3. Timer of guest is inaccurate
> > > https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1826080&gro
> > > up_id=180599
> > > 4. Installer of 64bit vista guest will pause for ten minutes after
> > > reboot
> > > https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1836905&gro
> > > up_id=180599
> > > 5. Cannot boot 32bit smp RHEL5.1 guest with nic on 64bit host
> > > https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1812043&gro
> > > up_id=180599
> > > 
> > > Test environment
> > >  
> > > 
> > > PlatformWoodcrest
> > > CPU 4
> > > Memory size 8G'
> > >  
> > > 
> > > Details
> > > 
> > > 
> > > IA32-pae: 
> > > 
> > > 1. boot guest with 256M memory  PASS
> > > 2. boot two windows xp guest   PASS
> > > 3. boot 4 same guest in parallelPASS
> > > 4. boot linux and windows guest in parallel PASS
> > > 5. boot guest with 1500M memory PASS
> > > 6. boot windows 2003 with ACPI enabled   PASS
> > > 7. boot Windows xp with ACPI enabled  PASS
> > > 8. boot Windows 2000 without ACPI  PASS
> > > 9. kernel build on SMP linux guestPASS
> > > 10. LTP on SMP linux guest PASS
> > > 11. boot base kernel linux
> > > PASS
> > > 12. save/restore 32-bit HVM guests   PASS
> > > 13. live migration 32-bit HVM guests  PASS
> > > 14. boot SMP Windows xp with ACPI enabledPASS
> > > 15. boot SMP Windows 2003 with ACPI enabled PASS
> > > 16. boot SMP Windows 2000 with ACPI enabled PASS
> > >  
> > >  
> > > 
> > > IA32e: 
> > > 
> > > 1. boot four 32-bit guest in parallel
> > > PASS
> > > 2. boot four 64-bit guest in parallel
> > > PASS
> > > 3. boot 4G 64-bit guest
> > > PASS
> > > 4. boot 4G pae guest
> > > PASS
> > > 5. boot 32-bit linux and 32 bit windows guest in parallelPASS
> > > 6. boot 32-bit guest with 1500M memory PASS
> > > 7. boot 64-bit guest with 1500M memory PASS
> > > 8. boot 32-bit guest with 256M memory   PASS
> > > 9. boot 64-bit guest with 256M memory   PASS
> > > 10. boot two 32-bit windows xp in parallel
> > > PASS
> > > 11. boot four 32-bit different guest in para
> > > PASS
> > > 12. save/restore 64-bit linux guests
> > > FAIL
> > > 13. save/restore 32-bit linux guests
> > > PASS
> > > 14. boot 32-bit SMP windows 2003 with ACPI enabled PASS
> > > 15. boot 32-bit SMP Windows 2000 with ACPI enabledPASS
> > > 16. boot 32-bit SMP Windows xp with ACPI enabledPASS
> > > 17. boot 32-bit Windows 2000 without ACPIPASS
> > > 18. boot 64-bit Windows xp with ACPI enabledPASS
> > > 19. boot 32-bit Windows xp without ACPIPASS
> > > 20. boot 64-bit vista
> > > PASS
> > > 21. kernel build in 32-bit linux guest OS
> > > PASS
> > > 22. kernel build in 64-bit linux guest OS
> > > PASS
> > > 23. LTP on SMP 32-bit linux guest OSPASS
> > > 24. LTP on SMP 64-bit linux guest OSPASS
> > > 25. boot 64-bit guests with ACPI enabled
> > > PASS
> > > 26. boot 32-bit x-server
> > > PASS   
> > > 27. boot 64-bit SMP windows XP with ACPI enabled PASS
> > > 28. boot 64-bit SMP windows 2003 with ACPI enabled  PASS
> > > 29. live migration 64bit linux guests
> > > PASS
> > > 30. live migration 32bit linux guests
> > > PASS
> > > 
> > > 
> > > Report Summary on IA32-pae
> > >  
> > > Summary Test Report of Last Sessi

Re: [kvm-devel] KVM Testing Result for KVM-61

2008-02-20 Thread Dor Laor

On Wed, 2008-02-20 at 11:41 +0200, Izik Eidus wrote:
> On Wed, 2008-02-20 at 15:09 +0800, Zhao, Yunfeng wrote:
> > Hi,All
> > This is testing result for KVM-61. 
> > No new issue has been found in the testing.
> > 
> > Five old issues:
> > 1. Fails to save/restore guests 
> > Save/restore may cause host to hang.
> > https://sourceforge.net/tracker/index.php?func=detail&aid=1824525&group_
> > id=180599&atid=893831
> 
> savevm loadvm does not work, but it doesnt crush my host
> what you see in the dmesg? (the bug with the bad page was fixed no?)
> 

I know it happens for win2k guest (repeatably)

> > 2. smp windows installer cr
> > ashes
> >  while rebooting
> > https://sourceforge.net/tracker/index.php?func=detail&aid=1877875&group_
> > id=180599&atid=893831
> > 3. Timer of guest is inaccurate
> > https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1826080&gro
> > up_id=180599
> > 4. Installer of 64bit vista guest will pause for ten minutes after
> > reboot
> > https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1836905&gro
> > up_id=180599
> > 5. Cannot boot 32bit smp RHEL5.1 guest with nic on 64bit host
> > https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1812043&gro
> > up_id=180599
> > 
> > Test environment
> >  
> > 
> > PlatformWoodcrest
> > CPU 4
> > Memory size 8G'
> >  
> > 
> > Details
> > 
> > 
> > IA32-pae: 
> > 
> > 1. boot guest with 256M memory  PASS
> > 2. boot two windows xp guest   PASS
> > 3. boot 4 same guest in parallelPASS
> > 4. boot linux and windows guest in parallel PASS
> > 5. boot guest with 1500M memory PASS
> > 6. boot windows 2003 with ACPI enabled   PASS
> > 7. boot Windows xp with ACPI enabled  PASS
> > 8. boot Windows 2000 without ACPI  PASS
> > 9. kernel build on SMP linux guestPASS
> > 10. LTP on SMP linux guest PASS
> > 11. boot base kernel linux
> > PASS
> > 12. save/restore 32-bit HVM guests   PASS
> > 13. live migration 32-bit HVM guests  PASS
> > 14. boot SMP Windows xp with ACPI enabledPASS
> > 15. boot SMP Windows 2003 with ACPI enabled PASS
> > 16. boot SMP Windows 2000 with ACPI enabled PASS
> >  
> >  
> > 
> > IA32e: 
> > 
> > 1. boot four 32-bit guest in parallel
> > PASS
> > 2. boot four 64-bit guest in parallel
> > PASS
> > 3. boot 4G 64-bit guest
> > PASS
> > 4. boot 4G pae guest
> > PASS
> > 5. boot 32-bit linux and 32 bit windows guest in parallelPASS
> > 6. boot 32-bit guest with 1500M memory PASS
> > 7. boot 64-bit guest with 1500M memory PASS
> > 8. boot 32-bit guest with 256M memory   PASS
> > 9. boot 64-bit guest with 256M memory   PASS
> > 10. boot two 32-bit windows xp in parallel
> > PASS
> > 11. boot four 32-bit different guest in para
> > PASS
> > 12. save/restore 64-bit linux guests
> > FAIL
> > 13. save/restore 32-bit linux guests
> > PASS
> > 14. boot 32-bit SMP windows 2003 with ACPI enabled PASS
> > 15. boot 32-bit SMP Windows 2000 with ACPI enabledPASS  
> > 16. boot 32-bit SMP Windows xp with ACPI enabledPASS
> > 17. boot 32-bit Windows 2000 without ACPIPASS
> > 18. boot 64-bit Windows xp with ACPI enabledPASS
> > 19. boot 32-bit Windows xp without ACPIPASS
> > 20. boot 64-bit vista
> > PASS
> > 21. kernel build in 32-bit linux guest OS
> > PASS
> > 22. kernel build in 64-bit linux guest OS
> > PASS
> > 23. LTP on SMP 32-bit linux guest OSPASS
> > 24. LTP on SMP 64-bit linux guest OSPASS
> > 25. boot 64-bit guests with ACPI enabled
> > PASS
> > 26. boot 32-bit x-server
> > PASS   
> > 27. boot 64-bit SMP windows XP with ACPI enabled PASS
> > 28. boot 64-bit SMP windows 2003 with ACPI enabled  PASS
> > 29. live migration 64bit linux guests
> > PASS
> > 30. live migration 32bit linux guests
> > PASS
> > 
> > 
> > Report Summary on IA32-pae
> >  
> > Summary Test Report of Last Session
> > =
> > Total   PassFailNoResult   Crash
> > =
> > control_panel   6   5   1 00
> > Restart 2   2   0 00
> 

Re: [kvm-devel] KVM Testing Result for KVM-61

2008-02-20 Thread Izik Eidus

On Wed, 2008-02-20 at 15:09 +0800, Zhao, Yunfeng wrote:
> Hi,All
> This is testing result for KVM-61. 
> No new issue has been found in the testing.
> 
> Five old issues:
> 1. Fails to save/restore guests 
> Save/restore may cause host to hang.
> https://sourceforge.net/tracker/index.php?func=detail&aid=1824525&group_
> id=180599&atid=893831

savevm loadvm does not work, but it doesnt crush my host
what you see in the dmesg? (the bug with the bad page was fixed no?)

> 2. smp windows installer cr
> ashes
>  while rebooting
> https://sourceforge.net/tracker/index.php?func=detail&aid=1877875&group_
> id=180599&atid=893831
> 3. Timer of guest is inaccurate
> https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1826080&gro
> up_id=180599
> 4. Installer of 64bit vista guest will pause for ten minutes after
> reboot
> https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1836905&gro
> up_id=180599
> 5. Cannot boot 32bit smp RHEL5.1 guest with nic on 64bit host
> https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1812043&gro
> up_id=180599
> 
> Test environment
>  
> 
> PlatformWoodcrest
> CPU 4
> Memory size 8G'
>  
> 
> Details
> 
> 
> IA32-pae: 
> 
> 1. boot guest with 256M memory  PASS
> 2. boot two windows xp guest   PASS
> 3. boot 4 same guest in parallelPASS
> 4. boot linux and windows guest in parallel PASS
> 5. boot guest with 1500M memory PASS
> 6. boot windows 2003 with ACPI enabled   PASS
> 7. boot Windows xp with ACPI enabled  PASS
> 8. boot Windows 2000 without ACPI  PASS
> 9. kernel build on SMP linux guestPASS
> 10. LTP on SMP linux guest PASS
> 11. boot base kernel linux
> PASS
> 12. save/restore 32-bit HVM guests   PASS
> 13. live migration 32-bit HVM guests  PASS
> 14. boot SMP Windows xp with ACPI enabledPASS
> 15. boot SMP Windows 2003 with ACPI enabled PASS
> 16. boot SMP Windows 2000 with ACPI enabled PASS
>  
>  
> 
> IA32e: 
> 
> 1. boot four 32-bit guest in parallel
> PASS
> 2. boot four 64-bit guest in parallel
> PASS
> 3. boot 4G 64-bit guest
> PASS
> 4. boot 4G pae guest
> PASS
> 5. boot 32-bit linux and 32 bit windows guest in parallelPASS
> 6. boot 32-bit guest with 1500M memory PASS
> 7. boot 64-bit guest with 1500M memory PASS
> 8. boot 32-bit guest with 256M memory   PASS
> 9. boot 64-bit guest with 256M memory   PASS
> 10. boot two 32-bit windows xp in parallel
> PASS
> 11. boot four 32-bit different guest in para
> PASS
> 12. save/restore 64-bit linux guests
> FAIL
> 13. save/restore 32-bit linux guests
> PASS
> 14. boot 32-bit SMP windows 2003 with ACPI enabled PASS
> 15. boot 32-bit SMP Windows 2000 with ACPI enabledPASS
> 16. boot 32-bit SMP Windows xp with ACPI enabledPASS
> 17. boot 32-bit Windows 2000 without ACPIPASS
> 18. boot 64-bit Windows xp with ACPI enabledPASS
> 19. boot 32-bit Windows xp without ACPIPASS
> 20. boot 64-bit vista
> PASS
> 21. kernel build in 32-bit linux guest OS
> PASS
> 22. kernel build in 64-bit linux guest OS
> PASS
> 23. LTP on SMP 32-bit linux guest OSPASS
> 24. LTP on SMP 64-bit linux guest OSPASS
> 25. boot 64-bit guests with ACPI enabled
> PASS
> 26. boot 32-bit x-server
> PASS   
> 27. boot 64-bit SMP windows XP with ACPI enabled PASS
> 28. boot 64-bit SMP windows 2003 with ACPI enabled  PASS
> 29. live migration 64bit linux guests
> PASS
> 30. live migration 32bit linux guests
> PASS
> 
> 
> Report Summary on IA32-pae
>  
> Summary Test Report of Last Session
> =
>   Total   PassFailNoResult   Crash
> =
> control_panel   6   5   1 00
> Restart 2   2   0 00
> gtest   14  13  1 00
> =
> control_panel   6   5   1 00
>  :KVM_LM_PAE_gPAE   1   0   1 00
>  :KVM_four_sguest_PAE_gPA   1   1   0 00

[kvm-devel] KVM Testing Result for KVM-61

2008-02-19 Thread Zhao, Yunfeng
Hi,All
This is testing result for KVM-61. 
No new issue has been found in the testing.

Five old issues:
1. Fails to save/restore guests 
Save/restore may cause host to hang.
https://sourceforge.net/tracker/index.php?func=detail&aid=1824525&group_
id=180599&atid=893831
2. smp windows installer crashes while rebooting
https://sourceforge.net/tracker/index.php?func=detail&aid=1877875&group_
id=180599&atid=893831
3. Timer of guest is inaccurate
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1826080&gro
up_id=180599
4. Installer of 64bit vista guest will pause for ten minutes after
reboot
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1836905&gro
up_id=180599
5. Cannot boot 32bit smp RHEL5.1 guest with nic on 64bit host
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1812043&gro
up_id=180599

Test environment
 

PlatformWoodcrest
CPU 4
Memory size 8G'
 

Details


IA32-pae: 

1. boot guest with 256M memory  PASS
2. boot two windows xp guest   PASS
3. boot 4 same guest in parallelPASS
4. boot linux and windows guest in parallel PASS
5. boot guest with 1500M memory PASS
6. boot windows 2003 with ACPI enabled   PASS
7. boot Windows xp with ACPI enabled  PASS
8. boot Windows 2000 without ACPI  PASS
9. kernel build on SMP linux guestPASS
10. LTP on SMP linux guest PASS
11. boot base kernel linux
PASS
12. save/restore 32-bit HVM guests   PASS
13. live migration 32-bit HVM guests  PASS
14. boot SMP Windows xp with ACPI enabledPASS
15. boot SMP Windows 2003 with ACPI enabled PASS
16. boot SMP Windows 2000 with ACPI enabled PASS
 
 

IA32e: 

1. boot four 32-bit guest in parallel
PASS
2. boot four 64-bit guest in parallel
PASS
3. boot 4G 64-bit guest
PASS
4. boot 4G pae guest
PASS
5. boot 32-bit linux and 32 bit windows guest in parallelPASS
6. boot 32-bit guest with 1500M memory PASS
7. boot 64-bit guest with 1500M memory PASS
8. boot 32-bit guest with 256M memory   PASS
9. boot 64-bit guest with 256M memory   PASS
10. boot two 32-bit windows xp in parallel
PASS
11. boot four 32-bit different guest in para
PASS
12. save/restore 64-bit linux guests
FAIL
13. save/restore 32-bit linux guests
PASS
14. boot 32-bit SMP windows 2003 with ACPI enabled PASS
15. boot 32-bit SMP Windows 2000 with ACPI enabledPASS  
16. boot 32-bit SMP Windows xp with ACPI enabledPASS
17. boot 32-bit Windows 2000 without ACPIPASS
18. boot 64-bit Windows xp with ACPI enabledPASS
19. boot 32-bit Windows xp without ACPIPASS
20. boot 64-bit vista
PASS
21. kernel build in 32-bit linux guest OS
PASS
22. kernel build in 64-bit linux guest OS
PASS
23. LTP on SMP 32-bit linux guest OSPASS
24. LTP on SMP 64-bit linux guest OSPASS
25. boot 64-bit guests with ACPI enabled
PASS
26. boot 32-bit x-server
PASS   
27. boot 64-bit SMP windows XP with ACPI enabled PASS
28. boot 64-bit SMP windows 2003 with ACPI enabled  PASS
29. live migration 64bit linux guests
PASS
30. live migration 32bit linux guests
PASS


Report Summary on IA32-pae
 
Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   6   5   1 00
Restart 2   2   0 00
gtest   14  13  1 00
=
control_panel   6   5   1 00
 :KVM_LM_PAE_gPAE   1   0   1 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
Restart 2   2   0 00
 :GuestPAE_PAE_g64  1   1   0 00
 :BootTo32pae_PAE_g64   1   1