Biweekly KVM Test report, kernel cb59a... qemu c04b2...

2009-11-18 Thread Xu, Jiajun
Hi All,

This Weekly KVM Testing Report against latest kvm.git
cb59a30c417e6cb45f6522e550307dfe4f6e6836 and qemu-kvm.git 
c04b2aebf50c7d8cba883b86d1b872ccfc8f2249.

The build failure issue is fixed. The VF IRQ source exhausted error is fixed. 
Live Migration in latest commit cannot work.

One New issue:

1. Guest has no response after migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2899788group_id=180599

One Fixed Issue:

1. Guest hang with exhausted IRQ sources error if 8 VFs assigned 
https://sourceforge.net/tracker/?func=detailaid=2847560group_id=180599atid=893831

Seven Old Issues:

1. NIC device assignment can not work in guest with INTx mode
https://sourceforge.net/tracker/?func=detailaid=2889486group_id=180599atid=893831
2. Hot-added device is not visible in guest after migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2832416group_id=180599
3. ltp diotest running time is 2.54 times than before
https://sourceforge.net/tracker/?func=detailaid=2723366group_id=180599atid=893831
4. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599
5. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831
6. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599
7. perfctr wrmsr warning when booting 64bit RHEl5.3
https://sourceforge.net/tracker/?func=detailaid=2721640group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32e
Summary Test Report of Last Session
Total   PassFailNoResult   Crash
=
control_panel   17  12  5 00
gtest   23  21  2 00
=
control_panel   17  12  5 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   0   1 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   0   1 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   1   0 00
 :KVM_1500M_guest_64_g32e   1   1   0 00
 :KVM_SR_Continuity_64_g3   1   0   1 00
 :KVM_two_winxp_64_gPAE 1   1   0 00
 :KVM_256M_guest_64_gPAE1   1   0 00
 :KVM_256M_guest_64_g32e1   1   0 00
gtest   23  21  2 00
 :boot_up_acpi_64_gPAE  1   1   0 00
 :boot_up_noacpi_xp_64_gP   1   1   0 00
 :boot_base_kernel_64_gPA   1   1   0 00
 :boot_up_vista_64_g32e 1   1   0 00
 :boot_smp_acpi_win2k3_64   1   0   1 00
 :kb_nightly_64_gPAE1   1   0 00
 :boot_up_acpi_xp_64_g32e   1   1   0 00
 :boot_smp_win7_ent_64_g3   1   1   0 00
 :boot_smp_acpi_xp_64_gPA   1   0   1 00
 :boot_smp_acpi_xp_64_g32   1   1   0 00
 :boot_smp_vista_64_gPAE1   1   0 00
 :boot_up_acpi_64_g32e  1   1   0 00
 :boot_base_kernel_64_g32   1   1   0 00
 :kb_nightly_64_g32e1   1   0 00
 :boot_up_acpi_win2k3_64_   1   1   0 00
 :boot_up_win2008_64_gPAE   1   1   0 00
 :ltp_nightly_64_g32e   1   1   0 00
 :boot_smp_win2008_64_g32   1   1   0 00
 :boot_up_vista_64_gPAE 1   1   0 00
 :ltp_nightly_64_gPAE   1   1   0 00
 :boot_smp_acpi_win2k3_64   1   1   0 00
 :boot_up_noacpi_win2k3_6   1   1   0 00
 :boot_smp_win7_ent_64_gP   1   1   0 00

Biweekly KVM Test report, kernel 11b06... qemu 42a6f...

2009-10-30 Thread Xu, Jiajun
Hi All,

This Weekly KVM Testing Report against lastest kvm.git
11b06403991acded51b3304c42a6086fdeaf3fa8 and qemu-kvm.git
42a6f56f1d96574bb3ba093c740fb1e23446ea24.

Latest qemu-kvm tree build is broken with error in savevm.c:

  CCnet-queue.o
  CCqemu-char.o
  CCnet-checksum.o
  CCsavevm.o
savevm.c: In function 'get_u64':
savevm.c:856: error: '__u64' undeclared (first use in this function)
savevm.c:856: error: (Each undeclared identifier is reported only once
savevm.c:856: error: for each function it appears in.)
savevm.c:856: error: 'v' undeclared (first use in this function)
savevm.c: In function 'put_u64':
savevm.c:863: error: '__u64' undeclared (first use in this function)
savevm.c:863: error: 'v' undeclared (first use in this function)
make[1]: *** [savevm.o] Error 1
make: *** [build-all] Error 2


So we tested an early qemu-kvm commit, 42a6f56f1d96574bb3ba093c740fb1e23446ea24 
instead, together with an old kvm commit. And due to old qemu-kvm build failure 
on 32-bit system, we only tested 64-bit kvm this time.

There is one new bug found in this time testing. And the two old issues 
reported in last time are fixed.

One New issue:

1. NIC device assignment can not work in guest with INTx mode
https://sourceforge.net/tracker/?func=detailaid=2889486group_id=180599atid=893831


Two Fixed Issues:

1. Device assignment can not work
https://sourceforge.net/tracker/?func=detailaid=2880336group_id=180599atid=893831
2. PAE guest boot up very slow with -no-acpi
https://sourceforge.net/tracker/?func=detailaid=2880337group_id=180599atid=893831


Seven Old Issues:

1. Guest hang with exhausted IRQ sources error if 8 VFs assigned
[Update] The bug should be fixed by Marcelo's patch, but due to build failure 
with qemu-kvm, we can not verify it.
https://sourceforge.net/tracker/?func=detailaid=2847560group_id=180599atid=893831
2. Hot-added device is not visible in guest after migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2832416group_id=180599
3. ltp diotest running time is 2.54 times than before
[Update] The bug still exists in latest commit even with option 
cache=writethrough.
https://sourceforge.net/tracker/?func=detailaid=2723366group_id=180599atid=893831
4. 32bits Rhel5/FC6 guest may fail to reboot after installation
[Update] I can not reproduce the bug now, will try again after the latest kvm 
build pass.
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599
5. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831
6. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599
7. perfctr wrmsr warning when booting 64bit RHEl5.3
https://sourceforge.net/tracker/?func=detailaid=2721640group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32e
Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  14  3 00
gtest   23  22  1 00
=
control_panel   17  14  3 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   1   0 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   1   0 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   1   0 00
 :KVM_1500M_guest_64_g32e   1   1   0 00
 :KVM_SR_Continuity_64_g3   1   0   1 00
 :KVM_two_winxp_64_gPAE 1   1   0 00
 :KVM_256M_guest_64_gPAE1   1   0 00
 :KVM_256M_guest_64_g32e1   1   0 00
gtest   23  22  1 00
 :boot_up_acpi_64_gPAE  1   1   0 00
 :boot_up_noacpi_xp_64_gP   1   1   0 00
 

RE: Biweekly KVM Test report, kernel 604b0... qemu 47e46...

2009-10-18 Thread Xu, Jiajun
On Sunday, October 18, 2009 8:30 AM Marcelo Tosatti wrote:

 On Fri, Oct 16, 2009 at 04:06:49PM +0800, Xu, Jiajun wrote:
 Hi All,
 
 This Weekly KVM Testing Report against lastest kvm.git
 604b0ca1fc3c0d45e404db97482f9febe001c685 and qemu-kvm.git
 47e465f031fc43c53ea8f08fa55cc3482c6435c8.
 
 Latest qemu-kvm tree build is broken with error in net.c: 
   CCmigration-tcp.o
   CCnet.o
 cc1: warnings being treated as errors
 net.c: In function 'net_tap_fd_init':
 net.c:1589: warning: unused variable 'offload'
 make: *** [net.o] Error 1
 
 
 Its fixed now in master branch.

Yes. It has gone with latest commit.
While we meet a new build failure with 32-bit system:

  GEN   x86_64-softmmu/qemu-options.h
  CCx86_64-softmmu/vl.o
  GEN   x86_64-softmmu/qemu-monitor.h
  CCx86_64-softmmu/monitor.o
cc1: warnings being treated as errors
/root/qemu-kvm/monitor.c: In function 'print_cpu_iter':
/root/qemu-kvm/monitor.c:450: warning: format '%ld' expects type 'long int', 
but argument 3 has type 'int64_t'
make[3]: *** [monitor.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [subdir-x86_64-softmmu] Error 2
make: *** [build-all] Error 2


 Two New Issues:
 
 1. Device assignment can not work
 
 https://sourceforge.net/tracker/?func=detailaid=2880336group_
 id=180599atid=893831 
 
 This should be fixed by 428b7825186f79f093e0f115a7e5eb717c3e6ba9.

Yes. It's fixed. I have verified it.


Best Regards
Jiajun--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Biweekly KVM Test report, kernel 604b0... qemu 47e46...

2009-10-16 Thread Xu, Jiajun
Hi All,

This Weekly KVM Testing Report against lastest kvm.git
604b0ca1fc3c0d45e404db97482f9febe001c685 and qemu-kvm.git
47e465f031fc43c53ea8f08fa55cc3482c6435c8.

Latest qemu-kvm tree build is broken with error in net.c:

  CCmigration-tcp.o
  CCnet.o
cc1: warnings being treated as errors
net.c: In function 'net_tap_fd_init':
net.c:1589: warning: unused variable 'offload'
make: *** [net.o] Error 1


So we tested an early qemu-kvm commit, 47e465f031fc43c53ea8f08fa55cc3482c6435c8 
instead.

There is no bug fix in the last two weeks. There are other two new bugs found 
except for qemu-kvm tree build failure.
One is that device assignment can not work. Another is that PAE guest booting 
up is very slow with option -no-acpi.


Two New Issues:

1. Device assignment can not work
https://sourceforge.net/tracker/?func=detailaid=2880336group_id=180599atid=893831
2. PAE guest boot up very slow with -no-acpi
https://sourceforge.net/tracker/?func=detailaid=2880337group_id=180599atid=893831


Seven Old Issues:

1. Guest hang with exhausted IRQ sources error if 8 VFs assigned
https://sourceforge.net/tracker/?func=detailaid=2847560group_id=180599atid=893831
2. Hot-added device is not visible in guest after migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2832416group_id=180599
3. ltp diotest running time is 2.54 times than before
https://sourceforge.net/tracker/?func=detailaid=2723366group_id=180599atid=893831
4. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599
5. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831
6. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599
7. perfctr wrmsr warning when booting 64bit RHEl5.3
https://sourceforge.net/tracker/?func=detailaid=2721640group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   5   3 00
gtest   16  16  0 00
=
control_panel   8   5   3 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   0   1 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   0   1 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  21  3 00

Report Summary on IA32e
Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  12  4 10
gtest   23  23  0 00

RE: Biweekly KVM Test report, kernel 94252... qemu 5cc3c...

2009-10-13 Thread Xu, Jiajun
On Monday, October 05, 2009 7:00 PM Avi Kivity wrote:

 On 09/29/2009 05:34 AM, Xu, Jiajun wrote:
 Hi All,
 
 This Weekly KVM Testing Report against lastest kvm.git
 94252a58662dc4ca6191eac479efb40e0716865c and qemu-kvm.git
 5cc3cfb6c2254483ae324da407a13307fe7355f3.
 
 Qemu-kvm tree build issue is fixed by qemu commit
 781774b38c90797add71d029b7fbee43200c66d4.
 There is no other new bug found in this two weeks. There are
 7 old bugs open in bug tracking.
 
 
 Seven Old Issues:
 
 1. Guest hang with exhausted IRQ sources error if 8 VFs assigned
 
 https://sourceforge.net/tracker/?func=detailaid=2847560group_
 id=180599atid=893831
 
 
 Does the attached patch fix this issue?

With attached patch, VF can not be enabled with following error:

igb :01:00.0: can't find IRQ for PCI INT A; probably buggy MP table
igb :01:00.0: setting latency timer to 64
igb :01:00.0: irq 88 for MSI/MSI-X
igb :01:00.0: irq 89 for MSI/MSI-X
igb :01:00.0: irq 90 for MSI/MSI-X
igb :01:00.0: irq 91 for MSI/MSI-X
igb :01:00.0: irq 92 for MSI/MSI-X
igb :01:00.0: irq 93 for MSI/MSI-X
igb :01:00.0: irq 94 for MSI/MSI-X
igb :01:00.0: irq 95 for MSI/MSI-X
igb :01:00.0: irq 96 for MSI/MSI-X
igb :01:00.0: Intel(R) Gigabit Ethernet Network Connection
igb :01:00.0: eth0: (PCIe:2.5Gb/s:Width x4) 00:30:48:cb:79:e8
igb :01:00.0: eth0: PBA No: 0010ff-0ff
igb :01:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
igb :01:00.1: can't find IRQ for PCI INT B; probably buggy MP table
igb :01:00.1: setting latency timer to 64
igb :01:00.1: irq 97 for MSI/MSI-X
igb :01:00.1: irq 98 for MSI/MSI-X
igb :01:00.1: irq 99 for MSI/MSI-X
igb :01:00.1: irq 100 for MSI/MSI-X
igb :01:00.1: irq 101 for MSI/MSI-X
igb :01:00.1: irq 102 for MSI/MSI-X
igb :01:00.1: irq 103 for MSI/MSI-X
igb :01:00.1: irq 104 for MSI/MSI-X
igb :01:00.1: irq 105 for MSI/MSI-X
igb :01:00.1: Intel(R) Gigabit Ethernet Network Connection
igb :01:00.1: eth1: (PCIe:2.5Gb/s:Width x4) 00:30:48:cb:79:e9
igb :01:00.1: eth1: PBA No: 0010ff-0ff
igb :01:00.1: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)


Best Regards
Jiajun--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Biweekly KVM Test report, kernel 94252... qemu 5cc3c...

2009-09-28 Thread Xu, Jiajun
Hi All,

This Weekly KVM Testing Report against lastest kvm.git
94252a58662dc4ca6191eac479efb40e0716865c and qemu-kvm.git
5cc3cfb6c2254483ae324da407a13307fe7355f3.

Qemu-kvm tree build issue is fixed by qemu commit 
781774b38c90797add71d029b7fbee43200c66d4.
There is no other new bug found in this two weeks. There are 7 old bugs open in 
bug tracking.


Seven Old Issues:

1. Guest hang with exhausted IRQ sources error if 8 VFs assigned
https://sourceforge.net/tracker/?func=detailaid=2847560group_id=180599atid=893831
2. Hot-added device is not visible in guest after migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2832416group_id=180599
3. ltp diotest running time is 2.54 times than before
https://sourceforge.net/tracker/?func=detailaid=2723366group_id=180599atid=893831
4. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599
5. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831
6. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599
7. perfctr wrmsr warning when booting 64bit RHEl5.3
https://sourceforge.net/tracker/?func=detailaid=2721640group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   6   2 00
gtest   16  16  0 00
=
control_panel   8   6   2 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   0   1 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  22  2 00

Report Summary on IA32e
Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  14  3 00
gtest   23  23  0 00
=
control_panel   17  14  3 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   1   0 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   1   0 

Biweekly KVM Test report, kernel 8f54d... qemu 33ed1...

2009-09-13 Thread Xu, Jiajun
Hi All,

This Weekly KVM Testing Report against lastest kvm.git
8f54df0733e2b592151a38c44cf0f8b2ba1ecce8 and qemu-kvm.git
33ed13e101bc18a4b98dc3385b0037295557710a. There is no new bug found in this two 
weeks. There are 7 old bugs open in bug tracking.


Seven Old Issues:

1. Guest hang with exhausted IRQ sources error if 8 VFs assigned
https://sourceforge.net/tracker/?func=detailaid=2847560group_id=180599atid=893831
2. Hot-added device is not visible in guest after migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2832416group_id=180599
3. ltp diotest running time is 2.54 times than before
https://sourceforge.net/tracker/?func=detailaid=2723366group_id=180599atid=893831
4. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599
5. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831
6. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599
7. perfctr wrmsr warning when booting 64bit RHEl5.3
https://sourceforge.net/tracker/?func=detailaid=2721640group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   6   2 00
gtest   16  16  0 00
=
control_panel   8   6   2 00
 :KVM_256M_guest_PAE_gPAE   1   0   1 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  22  2 00

Report Summary on IA32e
Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  14  3 00
gtest   23  22  1 00
=
control_panel   17  14  3 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   1   0 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   1   0 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 

Biweekly KVM Test report, kernel 78621... qemu f3600...

2009-08-31 Thread Xu, Jiajun
Hi All,

This Weekly KVM Testing Report against lastest kvm.git
786212855ddce3df06e9c28ab228648f66e39409 and qemu-kvm.git
f3600c589a9ee5ea4c0fec74ed4e06a15b461d52. There is 1 new bug found with SR-IOV 
device this week. Migration works well now on both 64-bit and 32-bit host.

One New issue:

1. Guest hang with exhausted IRQ sources error if 8 VFs assigned
https://sourceforge.net/tracker/?func=detailaid=2847560group_id=180599atid=893831

Two Fixed issues:

1. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831
2. 64-bit smp RHEL5.3 call trace after Live Migration
https://sourceforge.net/tracker/?func=detailaid=2761920group_id=180599atid=893831

Six Old Issues:

1. Hot-added device is not visible in guest after migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2832416group_id=180599
2. ltp diotest running time is 2.54 times than before
https://sourceforge.net/tracker/?func=detailaid=2723366group_id=180599atid=893831
3. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599
4. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831
5. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599
6. perfctr wrmsr warning when booting 64bit RHEl5.3
https://sourceforge.net/tracker/?func=detailaid=2721640group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   16  15  1 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  15  1 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   0   1 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  22  2 00

Report Summary on IA32e
Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  14  3 00
gtest   23  22  1 00
=
control_panel   17  14  3 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   1   0 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1  

RE: KVM: PIT: fix pit_state copy in set_pit2/get_pit2

2009-08-26 Thread Xu, Jiajun
On Tuesday, August 25, 2009 8:33 PM Avi Kivity wrote:

 On 08/25/2009 03:29 PM, Marcelo Tosatti wrote:
 The kvm_pit_state2 structure contains extra space, so the memcpy
 in kvm_vm_ioctl_set_pit2 corrupts kvm-arch.vpit-pit_state.
 
 Fix it by memcpy'ing the channel information and assigning flags
 manually. 
 
 
 Good catch; applied.

I verified with kvm commit: 323d3b06db8bf2d8e4c5ed1a390668ae7b1b84bf, the issue 
has gone with the fix.


Best Regards
Jiajun--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: Biweekly KVM Test report, kernel 7597f... qemu 1c45e...

2009-08-21 Thread Xu, Jiajun
On Wednesday, August 19, 2009 4:09 PM Avi Kivity wrote:

 On 08/19/2009 05:14 AM, Xu, Jiajun wrote:
 I tried this with latest commit, sometimes linux guest can
 do migration with more than 4G memory.
 But sometimes I found guest will hang after migration and on
 host console it will print Unknown savevm section type 40,
 load of migration failed.
 
 Did you meet such issue? I met such error with both linux and
 windows sometimes. 
 
 
 I haven't seen it.  How many migrations does it take to reproduce?

I found the migration failure is caused by a configuration mistake on our 
testing machine. Now 64-bit migration works well.
But I found on PAE host, migration will cause host kernel call trace.

Pid: 12053, comm: qemu-system-x86 Tainted: G  D(2.6.31-rc2 #1)
EIP: 0060:[c043e023] EFLAGS: 00210202 CPU: 0
EIP is at lock_hrtimer_base+0x11/0x33
EAX: f5d1541c EBX: 0010 ECX: 04a9 EDX: f5c1bc7c
ESI: f5d1541c EDI: f5c1bc7c EBP: f5c1bc74 ESP: f5c1bc68
 DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
Process qemu-system-x86 (pid: 12053, ti=f5c1b000 task=f61cb410
task.ti=f5c1b000)
Stack:
 f5d1541c  04a9 f5c1bc8c c043e097 f9b7f7cb f5d1541c 
0 04a9 f5c1bc98 c043e0f0 f5d153d0 f5c1bcb0 f9b9b4df  bfd8a102
0 f3c1e000 f5d15440 f5c1bcc0 f9b9b56d bfd8a10c f3c1e000 f5c1bda0 f9b8c26b
Call Trace:
 [c043e097] ? hrtimer_try_to_cancel+0x16/0x62
 [f9b7f7cb] ? kvm_flush_remote_tlbs+0xd/0x1a [kvm]
 [c043e0f0] ? hrtimer_cancel+0xd/0x18
 [f9b9b4df] ? pit_load_count+0x98/0x9e [kvm]
 [f9b9b56d] ? kvm_pit_load_count+0x21/0x35 [kvm]
 [f9b8c26b] ? kvm_arch_vm_ioctl+0x91e/0x9f5 [kvm]
 [f9b7f3b4] ? kvm_set_memory_region+0x2f/0x37 [kvm]
 [f9b809c7] ? kvm_vm_ioctl+0xafb/0xb45 [kvm]
 [c043ddf8] ? enqueue_hrtimer+0x5d/0x68
 [c043e258] ? __hrtimer_start_range_ns+0x15d/0x168
 [c043e272] ? hrtimer_start+0xf/0x11
 [f9cd51cd] ? vmx_vcpu_put+0x8/0xa [kvm_intel]
 [f9b83e8b] ? kvm_arch_vcpu_put+0x16/0x19 [kvm]
 [f9b8b943] ? kvm_arch_vcpu_ioctl+0x7d5/0x7df [kvm]
 [c041f1e5] ? kmap_atomic+0x14/0x16
 [c046ec2f] ? get_page_from_freelist+0x27c/0x2d2
 [c046ed72] ? __alloc_pages_nodemask+0xd7/0x402
 [c04714a6] ? lru_cache_add_lru+0x22/0x24
 [f9b7f6b5] ? kvm_dev_ioctl+0x22d/0x250 [kvm]
 [f9b7fecc] ? kvm_vm_ioctl+0x0/0xb45 [kvm]
 [c049a9ab] ? vfs_ioctl+0x22/0x67
 [c049af1d] ? do_vfs_ioctl+0x46c/0x4b7
 [c05fb0fb] ? sys_recv+0x18/0x1a
 [c0446bef] ? sys_futex+0xed/0x103
 [c049afa8] ? sys_ioctl+0x40/0x5a
 [c04028a4] ? sysenter_do_call+0x12/0x22
Code: c0 ff 45 e4 83 45 dc 24 83 7d e4 02 0f 85 cf fe ff ff 8d 65 f4 5b 5e 5f
5d c3 55 89 e5 57 89 d7 56 89 c6 53 8b 5e 20 85 db 74 17 8b 03 e8 0e dd 23 00
89 07 3b 5e 20 74 0d 89 c2 8b 03 e8 8a dd
EIP: [c043e023] lock_hrtimer_base+0x11/0x33 SS:ESP 0068:f5c1bc68
CR2: 0010
---[ end trace f747f57e7d1b76c8 ]---


Best Regards
Jiajun--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: Biweekly KVM Test report, kernel 7597f... qemu 1c45e...

2009-08-18 Thread Xu, Jiajun
On Monday, August 17, 2009 8:18 PM Avi Kivity wrote:

 On 08/17/2009 04:32 AM, Xu, Jiajun wrote:
 5. failure to migrate guests with more than 4GB of RAM
 
 https://sourceforge.net/tracker/index.php?func=detailaid=19715
 12group_id=180599atid=893831
 
 
 Now that I have a large host, I tested this, and it works well.  When
 was this most recently tested?

I tried this with latest commit, sometimes linux guest can do migration with 
more than 4G memory. 
But sometimes I found guest will hang after migration and on host console it 
will print Unknown savevm section type 40, load of migration failed.

Did you meet such issue? I met such error with both linux and windows sometimes.


Best Regards
Jiajun--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Biweekly KVM Test report, kernel 7597f... qemu 1c45e...

2009-08-16 Thread Xu, Jiajun
Hi All,

This Weekly KVM Testing Report against lastest kvm.git
7597fa7922136a354824f3360831f13bc98dea4e and qemu-kvm.git
1c45eec341763ed38270a3d1f230044fdfeefb16. There is no new bug found this week. 
The migration bug is fixed.

One Fixed issue:

1. Guest will be no response after migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2832401group_id=180599

Eight Old Issues:

1. Hot-added device is not visible in guest after migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2832416group_id=180599

2. ltp diotest running time is 2.54 times than before
https://sourceforge.net/tracker/?func=detailaid=2723366group_id=180599atid=893831

3. 64-bit smp RHEL5.3 call trace after Live Migration
https://sourceforge.net/tracker/?func=detailaid=2761920group_id=180599atid=893831

4. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

5. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

6. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

7. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

8. perfctr wrmsr warning when booting 64bit RHEl5.3
https://sourceforge.net/tracker/?func=detailaid=2721640group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   5   3 00
gtest   16  16  0 00
=
control_panel   8   5   3 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   0   1 00
 :KVM_LM_SMP_PAE_gPAE   1   0   1 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  21  3 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  14  3 00
gtest   23  23  0 00
=
control_panel   17  14  3 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   1   0 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1 

RE: Biweekly KVM Test report, kernel 0b972... qemu f2593...

2009-08-10 Thread Xu, Jiajun
On Sunday, August 09, 2009 7:47 PM Avi Kivity wrote:

 On 08/09/2009 02:32 PM, Avi Kivity wrote:
 
 I see that the guest is in stopped state after migration, issuing the
 cont command in the monitor unhalts it.
 
 Anthony, was this a planned change, or is it a regression?
 
 
 Okay, looks like a regression.  I fixed this in qemu-kvm.git
 and send a
 patch for upstream.
 
 This did show up in my own regression tests but I ignored it for some
 reason... 

OK.
I will verify if it is resolved on my side.


Best Regards
Jiajun--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Biweekly KVM Test report, kernel 0b972... qemu f2593...

2009-08-04 Thread Xu, Jiajun
Hi All,

There has been a long time we did not send out KVM testing resport. We will 
restart our biweekly report sending from this week. This Weekly KVM Testing 
Report against lastest kvm.git
0b972aaabb95808397c61483bd061f4e9ed10e11 and qemu-kvm.git
f2593a0bf33ed609d87ad029ff003f1d50afb65e. There are two new bugs in lastest 
commit, one is for migration and another is vt-d issue after migration.

Two New Issues:

1. Guest will be no response after migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2832401group_id=180599

2. Hot-added device is not visible in guest after migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2832416group_id=180599


Seven Old Issues:

1. ltp diotest running time is 2.54 times than before
https://sourceforge.net/tracker/?func=detailaid=2723366group_id=180599atid=893831

2. 64-bit smp RHEL5.3 call trace after Live Migration
https://sourceforge.net/tracker/?func=detailaid=2761920group_id=180599atid=893831

3. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

4. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

5. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

6. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

7. perfctr wrmsr warning when booting 64bit RHEl5.3
https://sourceforge.net/tracker/?func=detailaid=2721640group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   4   4 00
gtest   16  16  0 00
=
control_panel   8   4   4 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   0   1 00
 :KVM_LM_Continuity_PAE_g   1   0   1 00
 :KVM_LM_SMP_PAE_gPAE   1   0   1 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  20  4 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  9   8 00
gtest   23  22  1 00
=
control_panel   17  9   8 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   0   1 00
 :KVM_linux_win_64_gPAE 1   1   0 

libkvm not compile with latest qemu-kvm

2009-05-21 Thread Xu, Jiajun
Hi Avi,
I found libkvm.a not compiled with latest qemu-kvm with following error message:

gcc  -I. -I.. -I/home/jiajun/kvm/qemu-kvm/target-i386 
-I/home/jiajun/kvm/qemu-kvm -MMD -MT qemu-kvm-helper.o -MP -DNEED_CPU_H 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__user= 
-I/home/jiajun/kvm/qemu-kvm/tcg -I/home/jiajun/kvm/qemu-kvm/tcg/x86_64 
-I/home/jiajun/kvm/qemu-kvm/fpu   -DHAS_AUDIO -DHAS_AUDIO_CHOICE 
-I/home/jiajun/kvm/qemu-kvm/slirp -O2 -g -fno-strict-aliasing -Wall -Wundef 
-Wendif-labels -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes 
-Wredundant-decls -I/home/jiajun/kvm/qemu-kvm/kvm/libkvm  -m64 
-I/home/jiajun/kvm/qemu-kvm/kvm/include 
-I/home/jiajun/kvm/qemu-kvm/kvm/include/x86 -c -o qemu-kvm-helper.o 
/home/jiajun/kvm/qemu-kvm/qemu-kvm-helper.c
  CCx86_64-softmmu/kvm-tpr-opt.o
  CCx86_64-softmmu/disas.o
  CCx86_64-softmmu/i386-dis.o
  CCx86_64-softmmu/vl.o
  CCx86_64-softmmu/gdbstub-xml.o
/home/jiajun/kvm/qemu-kvm/vl.c:4885: warning: âalloc_mem_areaâ defined but not 
used
  ARx86_64-softmmu/libqemu.a
  LINK  x86_64-softmmu/qemu-system-x86_64
gcc: libkvm.a: No such file or directory
make[1]: *** [qemu-system-x86_64] Error 1
make: *** [subdir-x86_64-softmmu] Error 2


After I modified the Makefile.target, it can pass:

diff --git a/Makefile.target b/Makefile.target
index 575466c..78bf5d7 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -796,7 +796,7 @@ vl.o: qemu-options.h

 $(QEMU_PROG): LIBS += $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) 
$(VDE_LIBS)
 $(QEMU_PROG): ARLIBS=../libqemu_common.a libqemu.a $(HWLIB)
-$(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a $(HWLIB)
+$(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a $(HWLIB) $(DEPLIBS)
$(call LINK,$(OBJS))

 $(QEMU_PROG): ARLIBS += $(DEPLIBS)


Best Regards
Jiajun--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Biweekly KVM Test report, kvm.git 66b0ae... qemu-kvm.git 6e57bb...

2009-05-10 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
66b0aed4a9e15a2ea3a00763f362b6ee0b28d538 and qemu-kvm.git
6e57bb9a636cefdaba7decbd5ac10f1508ff64c0. There is a Live Migration bug found 
in this two weeks.

One New Issue:

1. Destination guest will reboot when Migration
https://sourceforge.net/tracker/?func=detailaid=2789729group_id=180599atid=893831

Old Issue List:

1. ltp diotest running time is 2.54 times than before
https://sourceforge.net/tracker/?func=detailaid=2723366group_id=180599atid=893831

2. 64-bit smp RHEL5.3 call trace after Live Migration
https://sourceforge.net/tracker/?func=detailaid=2761920group_id=180599atid=893831

3. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

4. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

5. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

6. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

7. hotplug inexistent device will kill guest
https://sourceforge.net/tracker/index.php?func=detailaid=2432316group_id=180599atid=893831

8. perfctr wrmsr warning when booting 64bit RHEl5.3
https://sourceforge.net/tracker/?func=detailaid=2721640group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
    Total   Pass    Fail    NoResult   Crash
=
control_panel   8   6   2 0    0
gtest   16  16  0 0    0
=
control_panel   8   6   2 0    0
 :KVM_256M_guest_PAE_gPAE   1   1   0 0    0
 :KVM_linux_win_PAE_gPAE    1   1   0 0    0
 :KVM_two_winxp_PAE_gPAE    1   1   0 0    0
 :KVM_four_sguest_PAE_gPA   1   1   0     0    0
 :KVM_1500M_guest_PAE_gPA   1   1   0 0    0
 :KVM_LM_Continuity_PAE_g   1   0   1 0    0
 :KVM_LM_SMP_PAE_gPAE   1   1   0 0    0
 :KVM_SR_Continuity_PAE_g   1   0   1     0    0
gtest   16  16  0 0    0
 :ltp_nightly_PAE_gPAE  1   1   0 0    0
 :boot_up_acpi_PAE_gPAE 1   1   0 0    0
 :boot_up_acpi_xp_PAE_gPA   1   1   0 0    0
 :boot_up_vista_PAE_gPAE    1   1   0 0    0
 :reboot_xp_PAE_gPAE    1   1   0 0    0
 :boot_base_kernel_PAE_gP   1   1   0 0    0
 :boot_up_acpi_win2k3_PAE   1   1   0 0    0
 :boot_smp_acpi_win2k3_PA   1   1   0 0    0
 :boot_smp_acpi_win2k_PAE   1   1   0 0    0
 :boot_up_win2008_PAE_gPA   1   1   0 0    0
 :boot_up_acpi_win2k_PAE_   1   1   0 0    0
 :boot_smp_acpi_xp_PAE_gP   1   1   0 0    0
 :boot_up_noacpi_win2k_PA   1   1   0 0    0
 :boot_smp_vista_PAE_gPAE   1   1   0 0    0
 :boot_smp_win2008_PAE_gP   1   1   0 0    0
 :kb_nightly_PAE_gPAE   1   1   0 0    0
=
Total   24  22  2 0    0

Report Summary on IA32e
   Summary Test Report of Last Session
=
    Total   Pass    Fail    NoResult   Crash
=
control_panel   17  12  5 0    0
gtest   23  23  0 0    0
=
control_panel   17  12  5 0    0
 :KVM_4G_guest_64_g32e  1   1   0 0    0
 :KVM_four_sguest_64_gPAE   1   1   0 0    0
 :KVM_LM_SMP_64_g32e    1   1   0     0    0
 :KVM_linux_win_64_gPAE 1   1   0 0    0
 :KVM_LM_SMP_64_gPAE    1   1   0 0    0
 :KVM_SR_Continuity_64_gP   1   0   1 0    0
 :KVM_four_sguest_64_g32e   1   1   

RE: Boot problems with qemu-kvm

2009-04-29 Thread Xu, Jiajun
On Thursday, April 30, 2009 6:38 AM Cam Macdonell wrote:

 I also met the same problem with 2.6.30-rc3. Guest can not
 get IP and qemu process cpu utilization is always ~100%.
 
 
 Well, I don't get the X display problem with -no-kvm.  It's only X
 that's the problem, terminal output and curses work.
 
 As far as networking goes, I've had success getting the
 network up with
 VDE on one machine, but not with bridged networking.  Even
 running with
 -no-kvm doesn't help.  But, I have no problems with the lastest Qemu.
 So there's something in qemu-kvm that is causing the network problems
 that even -no-kvm doesn't fix.

Yes. If booting guest with -no-kvm, X display can work well. And I am using 
bridge network, so still can not get network up. :(
And qemu cpu utilization is still ~100%.


Best Regards
Jiajun--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: Boot problems with qemu-kvm

2009-04-28 Thread Xu, Jiajun
On Tuesday, April 28, 2009 7:11 AM kvm-ow...@vger.kernel.org wrote:

 Cam Macdonell wrote:
 
 Hi,
 
 I've tried booting two VMs (Ubuntu and Fedora 11) that previously
 worked with the latest kvm-userspace.  At start, I get the following
 warning: 
 
 Could not open '/dev/kqemu' - QEMU acceleration layer not activated:
 No such file or directory 
 
 But, booting proceeds quickly which seems to indicate that KVM is
 being used.  However, the network device is not started and the
 graphics don't start properly.  CPU usage also spikes to 100% and
 stays there and I can't interact at all with the VM.  I'm running
 the 2.6.29 KVM kernel in the guests. 
 
 Cam
 
 As a simpler test, I tried booting the fedora 10 installer.
 Similar to
 my existing VMs, it boots, but when it tries to launch the display, it
 hangs and 100% cpu usage occurs.  I tried with the std, vmware and
 cirrus vga adapters and the same thing happened each time.  Although
 with cirrus the CPU usage isn't as high, but it still hangs.
 
 Cam

I also met the same problem with 2.6.30-rc3. Guest can not get IP and qemu 
process cpu utilization is always ~100%.


Best Regards
Jiajun--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Biweekly KVM Test report, kernel e3dbe3... userspace ee8b55...

2009-04-14 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
e3dbe3f408a46a045012f1882e9f62b27b8a616c and kvm-userspace.git
ee8b55cb06c3fa996392a69983b0fe4d77343dc3. LTP diotest is found has performance 
downgrade issue. And 64-bit SMP RHEL5.3 guest meets call trace after Live 
Migration.

Two New Issues:

1. ltp diotest running time is 2.54 times than before
https://sourceforge.net/tracker/?func=detailaid=2723366group_id=180599atid=893831

2. 64-bit smp RHEL5.3 call trace after Live Migration
https://sourceforge.net/tracker/?func=detailaid=2761920group_id=180599atid=893831

Six Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

5. hotplug inexistent device will kill guest
https://sourceforge.net/tracker/index.php?func=detailaid=2432316group_id=180599atid=893831

6. perfctr wrmsr warning when booting 64bit RHEl5.3
https://sourceforge.net/tracker/?func=detailaid=2721640group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   16  16  0 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  23  1 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  12  5 00
gtest   23  23  0 00
=
control_panel   17  12  5 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   0   1 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   

Biweekly KVM Test report, kernel 0c7771... userspace 1223a0...

2009-03-29 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
0c77713470debc666a07dc40080d728272bb58b9 and kvm-userspace.git
1223a029b36b0d9e73af76bcc274bb770f814886.

One New Issue:

1. perfctr wrmsr warning when booting 64bit RHEl5.3
https://sourceforge.net/tracker/?func=detailaid=2721640group_id=180599atid=893831

Five Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

5. hotplug inexistent device will kill guest
https://sourceforge.net/tracker/index.php?func=detailaid=2432316group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   5   3 00
gtest   16  16  0 00
=
control_panel   8   5   3 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   0   1 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   0   1 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  21  3 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  9   8 00
gtest   23  23  0 00
=
control_panel   17  9   8 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   0   1 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   0   1 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   0   1 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   1   0 00
 :KVM_1500M_guest_64_g32e   1   0   1 00
 :KVM_SR_Continuity_64_g3   1   0   

Biweekly KVM Test report, kernel 5bffff... userspace ea1b66...

2009-03-01 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
5bc113f91918292283e3819dadd4ca964423 and kvm-userspace.git
ea1b668e7684dc43e9d198ba0b25fe47a0b2acd2.
Segfault issue with qemu on PAE is fixed.

One Fixed Issue:

1. Segmentation fault when creating guest on PAE host
https://sourceforge.net/tracker/index.php?func=detailaid=2609423group_id=180599atid=893831

Five Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

5. hotplug inexistent device will kill guest
https://sourceforge.net/tracker/index.php?func=detailaid=2432316group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   16  16  0 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  23  1 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  14  3 00
gtest   23  23  0 00
=
control_panel   17  14  3 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   1   0 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   1   0 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   1   0 00
 :KVM_1500M_guest_64_g32e   1   1   0 

Biweekly KVM Test report, kernel 48aa74... userspace a1efe3...

2009-02-15 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
48aa74b80e1dbef32f756104a9f5a18f58429c25 and kvm-userspace.git
a1efe3d681ccd3ae75870b9bd639ae8ee2625e7e.
There is no new issue found in this two weeks.


Five Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

5. hotplug inexistent device will kill guest
https://sourceforge.net/tracker/index.php?func=detailaid=2432316group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   16  16  0 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  23  1 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  14  3 00
gtest   23  23  0 00
=
control_panel   17  14  3 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   1   0 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   1   0 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   1   0 00
 :KVM_1500M_guest_64_g32e   1   1   0 00
 :KVM_SR_Continuity_64_g3   1   0   1 00
 :KVM_two_winxp_64_gPAE 1   1   0 00
 :KVM_256M_guest_64_gPAE1   1   0 0  

Biweekly KVM Test report, kernel 24bf54 ... userspace c25e54 ...

2009-01-16 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
24bf54a8d47ce045f398d16cd89ae5cf7ce7a6b0 and kvm-userspace.git
c25e54ffa0c498399a01c45074e5c695c3d57c63.
There is no new issue found this weeks.


Five Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

5. hotplug inexistent device will kill guest
https://sourceforge.net/tracker/index.php?func=detailaid=2432316group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   16  16  0 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  23  1 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  14  3 00
gtest   23  23  0 00
=
control_panel   17  14  3 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   1   0 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   1   0 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   1   0 00
 :KVM_1500M_guest_64_g32e   1   1   0 00
 :KVM_SR_Continuity_64_g3   1   0   1 00
 :KVM_two_winxp_64_gPAE 1   1   0 00
 :KVM_256M_guest_64_gPAE1   1   0 00
 

Weekly KVM Test report, kernel 247232 ... userspace 7fccb6 ...

2009-01-10 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
247232698a0ad73e01c72a1827b35b3629acf2bd and kvm-userspace.git
7fccb652af7a28e78cd41bd986a96dfd80e9d21f.
We did not test VT-d because latest kvm can not be built with 2.6.28 kernel. 
32e guest crash with Live Migration issue is fixed.
No new issue found in this two weeks.

One Fixed issue:

1. 32e Guest crash after Live Migration
https://sourceforge.net/tracker/index.php?func=detailaid=2458020group_id=180599atid=893831


Five Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

5. hotplug inexistent device will kill guest
https://sourceforge.net/tracker/index.php?func=detailaid=2432316group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   6   2 00
gtest   16  16  0 00
=
control_panel   8   6   2 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   0   1 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  22  2 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  14  3 00
gtest   23  23  0 00
=
control_panel   17  14  3 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   1   0 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   1   0 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 

kvm fail to compile with CONFIG_DMAR=y

2009-01-05 Thread Xu, Jiajun

Hi,
We found against latest kvm commit, 2c775aece4cb3a05aa5dc8b9966b39a959252dcd, 
kvm failed to compile with CONFIG_DMAR=y.

The error is like following:

[r...@kvm-build kernel]# make
rm -f include/asm include-compat/asm
ln -sf asm-x86 include/asm
ln -sf asm-x86 include-compat/asm
make -j20 -C /lib/modules/2.6.28-rc6/build M=`pwd` \
LINUXINCLUDE=-I`pwd`/include -Iinclude \
 \
-Iarch/x86/include -I`pwd`/include-compat \
-include include/linux/autoconf.h \
-include `pwd`/x86/external-module-compat.h 
make[1]: Entering directory `/mnt/sdb1/kernel/src/redhat/BUILD/kernel-2.6.28rc6'
make[3]: *** No rule to make target 
`/workspace/ia32e/nightly/kvm-master-2.6.28-rc6-20090105091035882/kvm-userspace/kernel/x86/vtd.o',
 needed by 
`/workspace/ia32e/nightly/kvm-master-2.6.28-rc6-20090105091035882/kvm-userspace/kernel/x86/kvm.o'.
  Stop.
make[2]: *** 
[/workspace/ia32e/nightly/kvm-master-2.6.28-rc6-20090105091035882/kvm-userspace/kernel/x86]
 Error 2
make[1]: *** 
[_module_/workspace/ia32e/nightly/kvm-master-2.6.28-rc6-20090105091035882/kvm-userspace/kernel]
 Error 2
make[1]: Leaving directory `/mnt/sdb1/kernel/src/redhat/BUILD/kernel-2.6.28rc6'
make: *** [all] Error 2

My host kernel is 2.6.28-rc6. After setting CONFIG_DMAR=n, kvm compile is OK. 
So does anyone know how to enable VT-d in latest kvm?


Best Regards
Jiajun--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Weekly KVM Test report, kernel 4f27e3 ... userspace 6b3523 ...

2008-12-28 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
4f27e3e32b71dd1beff3ace80cce5fb48887a8be and kvm-userspace.git
6b3523a08a01c1411b33690d66cf29920b0d09ce.
SMP Vista booting issue is fixed. 32e guest is found crash with Live Migration.

One New issue:

1. 32e Guest crash after Live Migration
https://sourceforge.net/tracker/index.php?func=detailaid=2458020group_id=180599atid=893831


One Fixed issue:

1. SMP PAE Vista guest crash with inject_page_fault
https://sourceforge.net/tracker/index.php?func=detailaid=2443886group_id=180599atid=893831


Five Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

5. hotplug inexistent device will kill guest
https://sourceforge.net/tracker/index.php?func=detailaid=2432316group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   16  16  0 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  23  1 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  12  5 00
gtest   23  23  0 00
=
control_panel   17  12  5 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   0   1 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 

Weekly KVM Test report, kernel 8863db ... userspace 8a7c80 ...

2008-12-21 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
8863dbd3652ba2f97b157c21c41650de6fbc4d12 and kvm-userspace.git
8a7c802e52110d6e72169fa76669e5c83f91a590.
PAE Vista guest display broken issue is fixed. But We found SMP PAE Vista crash 
issue with inject_page_fault  on latest commit.

Two New issues:

1. SMP PAE Vista guest crash with inject_page_fault
https://sourceforge.net/tracker/index.php?func=detailaid=2443886group_id=180599atid=893831

2. hotplug inexistent device will kill guest
https://sourceforge.net/tracker/index.php?func=detailaid=2432316group_id=180599atid=893831


One Fixed issue:

1. Vista can not boot up on PAE host
https://sourceforge.net/tracker/?func=detailatid=893831aid=2411975group_id=180599


Four Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   16  15  1 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  15  1 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   0   1 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  22  2 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  13  4 00
gtest   23  22  1 00
=
control_panel   17  13  4 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   1   0 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0 

RE: Weekly KVM Test report, kernel 30d95f ... userspace fc94d1 ...

2008-11-27 Thread Xu, Jiajun
On Wednesday, November 26, 2008 8:43 PM [EMAIL PROTECTED] wrote:

 Xu, Jiajun wrote:
 The call trace messages in guest:
 ###
 Kernel BUG at block/elevator.c:560
 invalid opcode:  [1] SMP
 last sysfs file: /block/hda/removable
 
 
 This suggests something happened to /dev/hda.  Could be a timeout or
 something.  Are there any messages in the log before the BUG?

There are two parts call traces:
First, when I do live migration, on the original guest there are some call 
trace:

BUG: soft lockup detected on CPU#0!

Call Trace:
 IRQ  [800b50fa] softlockup_tick+0xd5/0xe7
 [800930e2] update_process_times+0x42/0x68
 [800746e3] smp_local_timer_interrupt+0x23/0x47
 [80074da5] smp_apic_timer_interrupt+0x41/0x47
 [8005bc8e] apic_timer_interrupt+0x66/0x6c
 [800076b2] ide_outb+0x0/0x9
 [80011ca9] __do_softirq+0x53/0xd5
 [8005c2fc] call_softirq+0x1c/0x28
 [8006a53a] do_softirq+0x2c/0x85
 [8005bc8e] apic_timer_interrupt+0x66/0x6c
 EOI  [800076b2] ide_outb+0x0/0x9
 [800076ba] ide_outb+0x8/0x9
 [8000eac7] ide_do_request+0x408/0x787
 [80134f37] elv_insert+0xd6/0x1f7
 [8003f5af] ide_do_drive_cmd+0xc8/0x11e
 [8005857f] ide_outsw+0x0/0x9
 [8811f198] :ide_cd:cdrom_queue_packet_command+0x46/0xe2
 [80058587] ide_outsw+0x8/0x9
 [801c127a] ide_init_drive_cmd+0x10/0x24
 [8811f462] :ide_cd:cdrom_check_status+0x62/0x71
 [801360b5] blk_end_sync_rq+0x0/0x2e
 [8811f48d] :ide_cd:ide_cdrom_check_media_change_real+0x1c/0x37
 [8810d076] :cdrom:media_changed+0x44/0x74
 [800d9b83] check_disk_change+0x1f/0x76
 [88111399] :cdrom:cdrom_open+0x92c/0x979
 [8000c9c9] do_lookup+0x65/0x1c3
 [8000cec4] dput+0x2c/0x114
 [8000a2e0] __link_path_walk+0xdf8/0xf42
 [8002c86b] mntput_no_expire+0x19/0x89
 [8000e630] link_path_walk+0xd3/0xe5
 [80061c7e] do_nanosleep+0x47/0x70
 [800560a3] kobject_get+0x12/0x17
 [80138bbd] get_disk+0x3f/0x81
 [80058ef8] exact_lock+0xc/0x14
 [801ad98f] kobj_lookup+0x132/0x19b
 [8811fe4b] :ide_cd:idecd_open+0x9f/0xd1
 [800da1bc] do_open+0xa2/0x30f
 [80011d83] may_open+0x58/0x21e
 [800da67d] blkdev_open+0x0/0x4f
 [800da6a0] blkdev_open+0x23/0x4f
 [8001e0f4] __dentry_open+0xd9/0x1dc
 [800270dc] do_filp_open+0x2a/0x38
 [80061c7e] do_nanosleep+0x47/0x70
 [80019523] do_sys_open+0x44/0xbe
 [8005b28d] tracesys+0xd5/0xe0

BUG: soft lockup detected on CPU#0!

Call Trace:
 IRQ  [800b50fa] softlockup_tick+0xd5/0xe7
 [800930e2] update_process_times+0x42/0x68
 [800746e3] smp_local_timer_interrupt+0x23/0x47
 [80074da5] smp_apic_timer_interrupt+0x41/0x47
 [8005bc8e] apic_timer_interrupt+0x66/0x6c
 [800076b2] ide_outb+0x0/0x9
 [80010792] handle_IRQ_event+0x1b/0x58
 [800b5482] __do_IRQ+0xa4/0x105
 [8006a3bd] do_IRQ+0xe7/0xf5
 [8005b615] ret_from_intr+0x0/0xa
 [800076b2] ide_outb+0x0/0x9
 [80011ca9] __do_softirq+0x53/0xd5
 [8005c2fc] call_softirq+0x1c/0x28
 [8006a53a] do_softirq+0x2c/0x85
 [8005bc8e] apic_timer_interrupt+0x66/0x6c
 EOI  [800076b2] ide_outb+0x0/0x9
 [800076ba] ide_outb+0x8/0x9
 [8000eac7] ide_do_request+0x408/0x787
 [80134f37] elv_insert+0xd6/0x1f7
 [8003f5af] ide_do_drive_cmd+0xc8/0x11e
 [8005857f] ide_outsw+0x0/0x9
 [8811f198] :ide_cd:cdrom_queue_packet_command+0x46/0xe2
 [80058587] ide_outsw+0x8/0x9
 [801c127a] ide_init_drive_cmd+0x10/0x24
 [8811f462] :ide_cd:cdrom_check_status+0x62/0x71
 [801360b5] blk_end_sync_rq+0x0/0x2e
 [8811f48d] :ide_cd:ide_cdrom_check_media_change_real+0x1c/0x37
 [8810d076] :cdrom:media_changed+0x44/0x74
 [800d9b83] check_disk_change+0x1f/0x76
 [88111399] :cdrom:cdrom_open+0x92c/0x979
 [8000c9c9] do_lookup+0x65/0x1c3
 [8000cec4] dput+0x2c/0x114
 [8000a2e0] __link_path_walk+0xdf8/0xf42
 [8002c86b] mntput_no_expire+0x19/0x89
 [8000e630] link_path_walk+0xd3/0xe5
 [80061c7e] do_nanosleep+0x47/0x70
 [800560a3] kobject_get+0x12/0x17
 [80138bbd] get_disk+0x3f/0x81
 [80058ef8] exact_lock+0xc/0x14
 [801ad98f] kobj_lookup+0x132/0x19b
 [8811fe4b] :ide_cd:idecd_open+0x9f/0xd1
 [800da1bc] do_open+0xa2/0x30f
 [80011d83] may_open+0x58/0x21e
 [800da67d] blkdev_open+0x0/0x4f
 [800da6a0] blkdev_open+0x23/0x4f
 [8001e0f4] __dentry_open+0xd9/0x1dc
 [800270dc] do_filp_open+0x2a/0x38
 [80061c7e] do_nanosleep+0x47/0x70
 [80019523] do_sys_open+0x44/0xbe
 [8005b28d] tracesys+0xd5/0xe0

BUG: soft lockup detected on CPU#0!

Call Trace:
 IRQ

RE: Weekly KVM Test report, kernel 30d95f ... userspace fc94d1 ...

2008-11-24 Thread Xu, Jiajun
On Monday, November 24, 2008 12:57 AM Avi Kivity wrote:

 Xu, Jiajun wrote:
 2. failure to migrate guests with more than 4GB of RAM
 
 https://sourceforge.net/tracker/index.php?func=detailaid=19715
 12group_id=180599atid=893831
 
 
 
 Can you retest this?  I successfully migrated a 5G guest (from a 4G
 host to itself; slo...)/

I tried latest commit, userspace.git 6e63ba19476753595e508713eb9daf559dc50bf6 
with a 64-bit RHEL5.1 Guest. My host kernel is 2.6.26.2. And My host has 8GB 
memory and 4GB swap.
Guest can be live migrated, but after that, guest will call trace.

Maybe we can have a check with each other's environment.

My steps as following:
1. qemu-system-x86_64 -incoming tcp:localhost: -m 4096  -net 
nic,macaddr=00:16:3e:44:1a:a6,model=rtl8139 -net tap,script=/etc/kvm/qemu-ifup 
-hda /share/xvs/var/rhel5u1.img
2. qemu-system-x86_64  -m 4096 -net nic,macaddr=00:16:3e:44:1a:a6,model=rtl8139 
-net tap,script=/etc/kvm/qemu-ifup -hda /share/xvs/var/rhel5u1.img
3. In qemu console, type migrate tcp:localhost:

The call trace messages in guest:
###
Kernel BUG at block/elevator.c:560
invalid opcode:  [1] SMP 
last sysfs file: /block/hda/removable
CPU 0 
Modules linked in: ipv6 autofs4 hidp rfcomm l2cap bluetooth sunrpc iscsi_tcp
ib_iser libiscsi scsi_transport_iscsi rdma_ucm ib_ucm ib_srp ib_sdp rdma_cm
ib_cm iw_cm ib_addr ib_local_sa ib_ipoib ib_sa ib_uverbs ib_umad ib_mad ib_core
dm_mirror dm_multipath dm_mod video sbs backlight i2c_ec i2c_core button
battery asus_acpi acpi_memhotplug ac lp floppy pcspkr serio_raw 8139cp 8139too
parport_pc parport mii ide_cd cdrom ata_piix libata sd_mod scsi_mod ext3 jbd
ehci_hcd ohci_hcd uhci_hcd
Pid: 0, comm: swapper Not tainted 2.6.18-53.el5 #1
RIP: 0010:[80134673]  [80134673]
elv_dequeue_request+0x8/0x3c
RSP: 0018:8040ddc0  EFLAGS: 00010046
RAX: 0001 RBX: 81011381b398 RCX: 
RDX: 81011381b398 RSI: 81011381b398 RDI: 81011fb912c0
RBP: 804abe18 R08: 80304108 R09: 0012
R10: 0022 R11:  R12: 
R13: 0001 R14: 0086 R15: 8040deb8
FS:  () GS:80396000() knlGS:
CS:  0010 DS: 0018 ES: 0018 CR0: 8005003b
CR2: 2ad6f4d0 CR3: 0001126cc000 CR4: 06e0
Process swapper (pid: 0, threadinfo 803c6000, task 802dcae0)
Stack:  8000ae3c 804abe18 804abe50 
 804abd00 0246 8003ba73 8003ba0c
 804abe18 81011fbe5800 8000d2a5 81011fb8c5c0
Call Trace:
 IRQ  [8000ae3c] ide_end_request+0xc6/0xfc
 [8003ba73] ide_dma_intr+0x67/0xab
 [8003ba0c] ide_dma_intr+0x0/0xab
 [8000d2a5] ide_intr+0x16f/0x1df
 [800107a0] handle_IRQ_event+0x29/0x58
 [800b5482] __do_IRQ+0xa4/0x105
 [8006a3bd] do_IRQ+0xe7/0xf5
 [8005b615] ret_from_intr+0x0/0xa
 [80011ca9] __do_softirq+0x53/0xd5
 [8005c2fc] call_softirq+0x1c/0x28
 [8006a53a] do_softirq+0x2c/0x85
 [80068d0e] default_idle+0x0/0x50
 [8005bc8e] apic_timer_interrupt+0x66/0x6c
 EOI  [80068d37] default_idle+0x29/0x50
 [80046f8d] cpu_idle+0x95/0xb8
 [803d1806] start_kernel+0x220/0x225
 [803d1237] _sinittext+0x237/0x23e


Code: 0f 0b 68 25 50 29 80 c2 30 02 48 8b 46 08 48 89 42 08 48 89 
RIP  [80134673] elv_dequeue_request+0x8/0x3c
 RSP 8040ddc0
 0Kernel panic - not syncing: Fatal exception
 BUG: warning at kernel/panic.c:137/panic() (Not tainted)

Call Trace:
 IRQ  [8008ccca] panic+0x1e3/0x1f4
 [80196ae8] do_unblank_screen+0x1b/0x132
 [800631aa] oops_end+0x51/0x53
 [80069689] die+0x3a/0x44
 [80069c37] do_invalid_op+0xad/0xb7
 [80134673] elv_dequeue_request+0x8/0x3c
 [80092dd4] do_timer+0x2e8/0x53c
 [8006c0cc] main_timer_handler+0x23d/0x3f4
 [8005bde9] error_exit+0x0/0x84
 [80134673] elv_dequeue_request+0x8/0x3c
 [8000ae3c] ide_end_request+0xc6/0xfc
 [8003ba73] ide_dma_intr+0x67/0xab
 [8003ba0c] ide_dma_intr+0x0/0xab
 [8000d2a5] ide_intr+0x16f/0x1df
 [800107a0] handle_IRQ_event+0x29/0x58
 [800b5482] __do_IRQ+0xa4/0x105
 [8006a3bd] do_IRQ+0xe7/0xf5
 [8005b615] ret_from_intr+0x0/0xa
 [80011ca9] __do_softirq+0x53/0xd5
 [8005c2fc] call_softirq+0x1c/0x28
 [8006a53a] do_softirq+0x2c/0x85
 [80068d0e] default_idle+0x0/0x50
 [8005bc8e] apic_timer_interrupt+0x66/0x6c
 EOI  [80068d37] default_idle+0x29/0x50
 [80046f8d] cpu_idle+0x95/0xb8
 [803d1806] start_kernel+0x220/0x225
 [803d1237] _sinittext+0x237/0x23e

BUG: warning at drivers/input/serio/i8042.c:846/i8042_panic_blink() (Not
tainted)

Call Trace:
 IRQ  [801ee9b8

Weekly KVM Test report, kernel 30d95f ... userspace fc94d1 ...

2008-11-22 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
30d95f352f0f7da8788016894db3b2a7efdd3674 and kvm-userspace.git
fc94d163d1e3424199166cf50449e03447400579.
There is no big new issue found this week. One Guest network issue is found in 
our testing.

One New issue:

1. NFS copy makes guest network unstable
https://sourceforge.net/tracker/index.php?func=detailaid=2327497group_id=180599atid=893831


Five Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

5. SMP IA32e RHEL5.1 guest can not boot up
https://sourceforge.net/tracker/index.php?func=detailaid=2215532group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   16  15  1 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  15  1 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   0   1 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  22  2 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  13  4 00
gtest   23  21  2 00
=
control_panel   17  13  4 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   0   1 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   1   0 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   1   0 00
 

Weekly KVM Test report, kernel 0ccca0 ... userspace f81ca3 ...

2008-11-16 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
0ccca08a27f00fdb483c20dc3734fde7a179cb48 and kvm-userspace.git
f81ca32c51db6edc556eb2eb5ad35db09d379a22.
There is no new issue found this week, one old issue is fixed by Yang Sheng.

Fixed issue:

1. Can not boot up guest on latest kvm commit a605af...
https://sourceforge.net/tracker/index.php?func=detailaid=2260759group_id=180599atid=893831


Five Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

5. SMP IA32e RHEL5.1 guest can not boot up
https://sourceforge.net/tracker/index.php?func=detailaid=2215532group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
  Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   16  15  1 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  15  1 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   0   1 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  22  2 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
  Total   PassFailNoResult   Crash
=
control_panel   17  12  5 00
gtest   23  23  0 00
=
control_panel   17  12  5 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   0   1 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   0   1 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   1   0 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   1   0 00
 

Weekly KVM Test report, kernel 8ac952a ... userspace 12114c2 ... -- One new issue

2008-11-02 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
8ac952a4c150f281f9ecfe3ce46a3de6ef2ce1c6 and kvm-userspace.git
12114c2e71f52de03db2e7108a72cdcf664deb34.
There is one new issue found this week.

One new issue:

1. SMP IA32e RHEL5.1 guest can not boot up
https://sourceforge.net/tracker/index.php?func=detailaid=2215532group_id=180599atid=893831

Four Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
  Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   16  16  0 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  23  1 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
  Total   PassFailNoResult   Crash
=
control_panel   17  13  4 00
gtest   23  21  2 00
=
control_panel   17  13  4 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   0   1 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   1   0 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   1   0 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   1   0 00
 :KVM_1500M_guest_64_g32e   1   1   0 00
 :KVM_SR_Continuity_64_g3   1   0   1 00
 :KVM_two_winxp_64_gPAE 1   1   0 00
 

Weekly KVM Test report, kernel fc024f2 ... userspace 8fb7c87 ...

2008-10-25 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
fc024f2d8f4077cc221b48b307cff038f32a01d0 and kvm-userspace.git
8fb7c876e9b44f48fa0bf27795829b88d760c4b3.
No new issue found on x86 KVM side. There are two new issues found this week 
for KVM IA64.
There are two issues fixed, IA32e Windows BSOD issue is fixed with kvm.git 
b33b7347236abd6033e52af2d4296e044e6d67dd by Jan Kiszka.
LM fail issue is fixed in userspace.git 
3eec867e2cc9d0c56632424062433bc28745b79f with new live migration code checked 
in.

Two new issues:

1. qemu/qemu-kvm.c:356 SegmentCache breaks kvm-ia64 building
https://sourceforge.net/tracker/index.php?func=detailaid=2186151group_id=180599atid=893831
We found recently kvm-ia64 building was broken by the error in qemu/qemu-kvm.c. 
Those codes should be special for x86 side

2. kvm-ia64 can not boot win2008 VTI guest
https://sourceforge.net/tracker/index.php?func=detailaid=2186174group_id=180599atid=893831


Fixed issue:

1. Booting IA32e Windows guest meets BSOD
https://sourceforge.net/tracker/index.php?func=detailaid=2149609group_id=180599atid=893831

2. Fail to do Live Migration
https://sourceforge.net/tracker/index.php?func=detailaid=2150923group_id=180599atid=893831


Four Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   16  16  0 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   1   0 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   16  16  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_win2008_PAE_gPA   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :boot_smp_win2008_PAE_gP   1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   24  23  1 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   17  14  3 00
gtest   23  23  0 00
=
control_panel   17  14  3 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 

RE: [PATCH 1/3] KVM: x86: Relax accept conditions of kvm_apic_accept_pic_intr

2008-10-17 Thread Xu, Jiajun
On Friday, October 17, 2008 1:11 PM Sheng Yang wrote:

 On Wednesday 15 October 2008 22:27:49 Jan Kiszka wrote:
 Aligning in-kernel kvm_apic_accept_pic_intr with its user space mate,
 this patch relaxes the conditions under which PIC IRQs are accepted
 by LVT0. This reflects reality and allows to reuse the service for
 the NMI watchdog use case.

 Signed-off-by: Jan Kiszka [EMAIL PROTECTED]
 ---
  arch/x86/kvm/lapic.c |   13 -
  1 file changed, 4 insertions(+), 9 deletions(-)

 Index: b/arch/x86/kvm/lapic.c
 ===
 --- a/arch/x86/kvm/lapic.c +++ b/arch/x86/kvm/lapic.c
 @@ -1072,16 +1072,11 @@ int kvm_apic_has_interrupt(struct kvm_vc
  int kvm_apic_accept_pic_intr(struct kvm_vcpu *vcpu)  {
   u32 lvt0 = apic_get_reg(vcpu-arch.apic, APIC_LVT0); - int
 r = 0;

 - if (vcpu-vcpu_id == 0) {
 - if (!apic_hw_enabled(vcpu-arch.apic))
 - r = 1;
 - if ((lvt0  APIC_LVT_MASKED) == 0 
 - GET_APIC_DELIVERY_MODE(lvt0) == APIC_MODE_EXTINT)
 - r = 1;
 - }
 - return r;
 + if (!apic_hw_enabled(vcpu-arch.apic) ||
 + (lvt0  APIC_LVT_MASKED) == 0)
 + return 1;
 + return 0;
  }

  void kvm_inject_apic_timer_irqs(struct kvm_vcpu *vcpu)

 (sorry for late review...)

 Thanks to find out the root cause of BSOD!

With the patch, we can boot up 64bit windows (XP, Win2k3, Vista, Win2k8) 
without BSOD now.


Best Regards
Jiajun
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Weekly KVM Test report, kernel c6d66d22 ... userspace 3c7d118b ... -- One new issue

2008-10-17 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
c6d66d22e20cc8fa85e1ae8286fbf9f2b5275337 and kvm-userspace.git
3c7d118b9331acb133b2eb8d88190c2f0095d00e.
There are one new issue found this week.

One new issue:

1. Fail to Save Restore Guest
https://sourceforge.net/tracker/?func=detailatid=893831aid=2175042group_id=180599

Five Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to do Live Migration
https://sourceforge.net/tracker/index.php?func=detailaid=2150923group_id=180599atid=893831

5. Booting IA32e Windows guest meets BSOD
https://sourceforge.net/tracker/index.php?func=detailaid=2149609group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   5   3 00
gtest   15  15  0 00
=
control_panel   8   5   3 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   0   1 00
 :KVM_LM_SMP_PAE_gPAE   1   0   1 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
gtest   15  15  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :bootx_PAE_gPAE1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   23  20  3 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   18  9   9 00
gtest   24  18  6 00
=
control_panel   18  9   9 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   0   1 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   0   1 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   0   1 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   0   1 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   0   1 00
 :KVM_1500M_guest_64_g32e   1   1   0 00
 :KVM_256M_guest_64_gPAE1   1   0 00
 

Weekly KVM Test report, kernel fc803bfe ... userspace 812aed96 ... -- Two new issues

2008-10-10 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
fc803bfea824a49d1eb1b30f704cff0443d51069 and kvm-userspace.git
812aed967c6d140ccb0a38bba87b59f3185bab23.
There are two new issues found this week.

New issues:

1. Fail to do Live Migration
https://sourceforge.net/tracker/index.php?func=detailaid=2150923group_id=180599atid=893831

2. Booting IA32e Windows guest meets BSOD
https://sourceforge.net/tracker/index.php?func=detailaid=2149609group_id=180599atid=893831


Fixed issue:

1. Fail to save restore and live migration
https://sourceforge.net/tracker/index.php?func=detailaid=2106661group_id=180599atid=893831


Three Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831


Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   8   7   1 00
gtest   15  15  0 00
=
control_panel   8   7   1 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   0   1 00
 :KVM_LM_SMP_PAE_gPAE   1   1   0 00
 :KVM_SR_Continuity_PAE_g   1   1   0 00
gtest   15  15  0 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   1   0 00
 :boot_up_vista_PAE_gPAE1   1   0 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   1   0 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   1   0 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :bootx_PAE_gPAE1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   23  22  1 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
Total   PassFailNoResult   Crash
=
control_panel   18  13  5 00
gtest   23  18  5 00
=
control_panel   18  13  5 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   0   1 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   0   1 00
 :KVM_SR_Continuity_64_gP   1   1   0 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   1   0 00
 :KVM_LM_Continuity_64_g3   1   0   1 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   0   1 00
 :KVM_1500M_guest_64_g32e   1   1   0 0  

Weekly KVM Test report, kernel 9b8f754c ... userspace 35bf248e ...

2008-09-29 Thread Xu, Jiajun
Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
9b8f754c6c84210617baed4d99b36c2e413f68ad and kvm-userspace.git
35bf248ec594035d3d23665fedf46c85f329f171.
There is no new issue found this week.

Fixed issue:

1. Can not build KVM with 2.6.26 kernel
https://sourceforge.net/tracker/index.php?func=detailaid=2119399group_id=180599atid=893831

Four Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599

2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to save restore and live migration
https://sourceforge.net/tracker/index.php?func=detailaid=2106661group_id=180599atid=893831

Test environment

Platform  A
Stoakley/Clovertown
CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
  Total   PassFailNoResult   Crash
=
control_panel   8   5   3 00
Restart 2   2   0 00
gtest   15  11  4 00
=
control_panel   8   5   3 00
 :KVM_256M_guest_PAE_gPAE   1   1   0 00
 :KVM_linux_win_PAE_gPAE1   1   0 00
 :KVM_two_winxp_PAE_gPAE1   1   0 00
 :KVM_four_sguest_PAE_gPA   1   1   0 00
 :KVM_1500M_guest_PAE_gPA   1   1   0 00
 :KVM_LM_Continuity_PAE_g   1   0   1 00
 :KVM_LM_SMP_PAE_gPAE   1   0   1 00
 :KVM_SR_Continuity_PAE_g   1   0   1 00
Restart 2   2   0 00
 :GuestPAE_PAE_g32e 1   1   0 00
 :BootTo32pae_PAE_g32e  1   1   0 00
gtest   15  11  4 00
 :ltp_nightly_PAE_gPAE  1   1   0 00
 :boot_up_acpi_PAE_gPAE 1   1   0 00
 :boot_up_acpi_xp_PAE_gPA   1   0   1 00
 :boot_up_vista_PAE_gPAE1   0   1 00
 :reboot_xp_PAE_gPAE1   1   0 00
 :boot_base_kernel_PAE_gP   1   1   0 00
 :boot_up_acpi_win2k3_PAE   1   0   1 00
 :boot_smp_acpi_win2k3_PA   1   1   0 00
 :boot_smp_acpi_win2k_PAE   1   1   0 00
 :boot_up_acpi_win2k_PAE_   1   0   1 00
 :boot_smp_acpi_xp_PAE_gP   1   1   0 00
 :boot_up_noacpi_win2k_PA   1   1   0 00
 :boot_smp_vista_PAE_gPAE   1   1   0 00
 :bootx_PAE_gPAE1   1   0 00
 :kb_nightly_PAE_gPAE   1   1   0 00
=
Total   25  18  7 00

Report Summary on IA32e
   Summary Test Report of Last Session
=
 Total   PassFailNoResult   Crash
=
control_panel   18  10  8 00
gtest   23  23  0 00
=
control_panel   18  10  8 00
 :KVM_4G_guest_64_g32e  1   1   0 00
 :KVM_four_sguest_64_gPAE   1   1   0 00
 :KVM_LM_SMP_64_g32e1   0   1 00
 :KVM_linux_win_64_gPAE 1   1   0 00
 :KVM_LM_SMP_64_gPAE1   0   1 00
 :KVM_SR_Continuity_64_gP   1   0   1 00
 :KVM_four_sguest_64_g32e   1   1   0 00
 :KVM_four_dguest_64_gPAE   1   1   0 00
 :KVM_SR_SMP_64_gPAE1   0   1 00
 :KVM_LM_Continuity_64_g3   1   0   1 00
 :KVM_1500M_guest_64_gPAE   1   1   0 00
 :KVM_LM_Continuity_64_gP   1   0   1 

Weekly KVM Test report, kernel 8028d1b4 ... userspace 1adc49cc ... -- One new issue

2008-09-19 Thread Xu, Jiajun

Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
8028d1b4cd2b69663498bfbdaaae8a9451895e80 and kvm-userspace.git
1adc49cc28bd714b84aa0694fbf4f3a2c4104ae5.
There is one new issue found this week.

One New issue:

1. Can not build KVM with 2.6.26 kernel
https://sourceforge.net/tracker/index.php?func=detailaid=2119399group_id=180599atid=893831

Three Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

4. Fail to save restore and live migration
https://sourceforge.net/tracker/index.php?func=detailaid=2106661group_id=180599atid=893831

Test environment

Platform  A 
Stoakley/Clovertown

CPU 4
Memory size 8G'

Report Summary on IA32-pae
   Summary Test Report of Last Session
=
 Total   PassFailNoResult   Crash
=
control_panel   8   5   3 00
Restart 2   2   0 00
gtest   15  15  0 00
=
control_panel   8   5   3 00
:KVM_256M_guest_PAE_gPAE   1   1   0 00
:KVM_linux_win_PAE_gPAE1   1   0 00
:KVM_two_winxp_PAE_gPAE1   1   0 00
:KVM_four_sguest_PAE_gPA   1   1   0 00
:KVM_1500M_guest_PAE_gPA   1   1   0 00
:KVM_LM_Continuity_PAE_g   1   0   1 00
:KVM_LM_SMP_PAE_gPAE   1   0   1 00
:KVM_SR_Continuity_PAE_g   1   0   1 00
Restart 2   2   0 00
:GuestPAE_PAE_gPAE 1   1   0 00
:BootTo32pae_PAE_gPAE  1   1   0 00
gtest   15  15  0 00
:ltp_nightly_PAE_gPAE  1   1   0 00
:boot_up_acpi_PAE_gPAE 1   1   0 00
:boot_up_acpi_xp_PAE_gPA   1   1   0 00
:boot_up_vista_PAE_gPAE1   1   0 00
:reboot_xp_PAE_gPAE1   1   0 00
:boot_base_kernel_PAE_gP   1   1   0 00
:boot_up_acpi_win2k3_PAE   1   1   0 00
:boot_smp_acpi_win2k3_PA   1   1   0 00
:boot_smp_acpi_win2k_PAE   1   1   0 00
:boot_up_acpi_win2k_PAE_   1   1   0 00
:boot_smp_acpi_xp_PAE_gP   1   1   0 00
:boot_up_noacpi_win2k_PA   1   1   0 00
:boot_smp_vista_PAE_gPAE   1   1   0 00
:bootx_PAE_gPAE1   1   0 00
:kb_nightly_PAE_gPAE   1   1   0 00
=
Total   25  22  3 00

Report Summary on IA32e
 Summary Test Report of Last Session
=
 Total   PassFailNoResult   Crash
=
control_panel   17  10  7 00
Restart 3   3   0 00
gtest   23  22  1 00
=
control_panel   17  10  7 00
:KVM_4G_guest_64_g32e  1   1   0 00
:KVM_four_sguest_64_gPAE   1   1   0 00
:KVM_LM_SMP_64_g32e1   0   1 00
:KVM_linux_win_64_gPAE 1   1   0 00
:KVM_LM_SMP_64_gPAE1   0   1 00
:KVM_SR_Continuity_64_gP   1   0   1 00
:KVM_four_sguest_64_g32e   1   1   0 00
:KVM_four_dguest_64_gPAE   1   1   0 00
:KVM_SR_SMP_64_gPAE1   0   1 00
:KVM_LM_Continuity_64_g3   1   0   1 00
:KVM_1500M_guest_64_gPAE   1   1   0 00

KVM Build error with 2.6.26

2008-09-17 Thread Xu, Jiajun

Hi,
Against latest kvm commit, 9644a6d164e3d6d0532ddb064393293134f31ab2. KVM
compile meet error on 2.6.26.2. 

[EMAIL PROTECTED] kernel]# make
rm -f include/asm
ln -sf asm-x86 include/asm
ln -sf asm-x86 include-compat/asm
make -C /lib/modules/2.6.26.2/build M=`pwd` \
LINUXINCLUDE=-I`pwd`/include -Iinclude
-Iarch/x86/include -I`pwd`/include-compat \
-include include/linux/autoconf.h \
-include `pwd`/x86/external-module-compat.h
make[1]: Entering directory `/usr/src/redhat/BUILD/kernel-2.6.26.2'
  CC [M]  /home/build/gitrepo/test/kvm-userspace/kernel/x86/kvm_main.o
/home/build/gitrepo/test/kvm-userspace/kernel/x86/kvm_main.c: In
function 'gfn_to_pfn':
/home/build/gitrepo/test/kvm-userspace/kernel/x86/kvm_main.c:742: error:
implicit declaration of function 'get_user_pages_fast'
make[3]: ***
[/home/build/gitrepo/test/kvm-userspace/kernel/x86/kvm_main.o] Error 1
make[2]: *** [/home/build/gitrepo/test/kvm-userspace/kernel/x86] Error 2
make[1]: *** [_module_/home/build/gitrepo/test/kvm-userspace/kernel]
Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/kernel-2.6.26.2'


Best Regards
Jiajun
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Weekly KVM Test report, kernel 2d7a0999 ... userspace 5925d8e5 ... -- One new issue

2008-09-14 Thread Xu, Jiajun

Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
2d7a06ff26576b1918dfe8e25ba4ffdfc24e and kvm-userspace.git
5925d8e58d1fa4668351b157d9635be016794c79.
There is one new issue found, Fail to save restore and live migration 
which blocks our SR/LM cases. And EPT and VPID testing result is 
included into our weekly testing report from this week.


One New issue:

1. Fail to save restore and live migration
https://sourceforge.net/tracker/index.php?func=detailaid=2106661group_id=180599atid=893831

Three Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

3. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

Test environment

Platform  A 
Stoakley/Clovertown

CPU 4
Memory size 8G'

Platform  B   
Nehalem

CPU 8
Memory size 4G'

Details

IA32-pae: 
1. boot guest with 256M memory PASS

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


IA32e: 
1. boot 32-bit guest with 256M memory   PASS

2. boot 64-bit guest with 256M memory   PASS
3. boot 32-bit guest with 1500M memory  PASS
4. boot 64-bit guest with 1500M memory  PASS
5. boot 4G pae guest PASS
6. boot 4G 64-bit guest   PASS
7. boot four 32-bit guest in parallel   PASS
8. boot four 64-bit guest in parallel   PASS
9. boot two 32-bit windows xp in parallelPASS
10. boot 32-bit linux and 32 bit windows guest in parallel   
PASS

11. boot four 32-bit different guest in para  PASS
12. save/restore 32-bit linux guestsFAIL
13. save/restore 64-bit linux guestsFAIL
14. save/restore 64-bit linux guests with 4 vcpus FAIL
15. save/restore 32-bit linux guests with 4 vcpus FAIL
16. live migration 64bit linux guests   FAIL
17. live migration 32bit linux guests   FAIL
18. live migration 64bit linux guests with 4 vcpus FAIL
19. live migration 32bit linux guests with 4 vcpus FAIL
20. boot 32-bit x-server  PASS 
21. kernel build in 32-bit linux guest OSPASS

22. kernel build in 64-bit linux guest OSPASS
23. LTP on 32-bit linux guest OS   PASS
24. LTP on 64-bit linux guest OS   PASS
25. boot 64-bit guests with ACPI enabled PASS
26. boot 32-bit Windows 2000 without ACPIPASS
27. boot 32-bit Windows xp without ACPI PASS
28. boot 64-bit Windows xp with ACPI enabled PASS
29. 

RE: Weekly KVM Test report, kernel 58bc1df5 ... userspace d245251e ... -- One new issue

2008-09-07 Thread Xu, Jiajun
On Sunday, September 07, 2008 4:24 PM Avi Kivity wrote:

 Xu, Jiajun wrote:
 
 One New issue:
 
 1. OpenSuse10.2 can not be installed
 
 http://sourceforge.net/tracker/index.php?func=detailaid=208847
 5group_id=180599atid=893831
 
 
 
 Is this a regression, or simply a new test?

It is a new test. We did not try it before.


Best Regards
Jiajun
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Weekly KVM Test report, kernel 58bc1df5 ... userspace d245251e ... -- One new issue

2008-09-06 Thread Xu, Jiajun

Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
58bc1df5266e7e44afd54dbd93ec3ea7ab71200a and kvm-userspace.git
d245251ee955daebb2d8cad21396984e6a198685.
There is one new issue found this week.

One New issue:

1. OpenSuse10.2 can not be installed
http://sourceforge.net/tracker/index.php?func=detailaid=2088475group_id=180599atid=893831

Two Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

Test environment

Platform   
Woodcrest

CPU 4
Memory size 8G'

Details

IA32-pae: 1. boot guest with 256M
memory   PASS
2. boot guest with 1500M memory PASS
3. boot 4 same guest in parallel PASS
4. boot two windows xp guestPASS
5. boot linux and windows guest in parallel  PASS
6. save/restore 32-bit HVM guests  PASS
7. save/restore 32-bit HVM guests with 4 vcpus   PASS
8. live migration 32-bit HVM guests PASS
9. live migration 32-bit HVM guests with 4 vcpus  PASS
10. boot base kernel linux 
PASS

11. kernel build on SMP linux guestPASS
12. LTP on linux guest  
PASS

13. boot Windows 2000 without ACPI  PASS
14. boot Windows 2000 with ACPI enabled  PASS
15. boot Windows 2003 with ACPI enabled   PASS
16. boot Windows xp with ACPI enabled  PASS
17. boot Windows vista with ACPI enabled   PASS
18. boot SMP Windows 2000 with ACPI enabled  PASS
19. boot SMP Windows 2003 with ACPI enabled  PASS
20. boot SMP Windows xp with ACPI enabled  PASS
21. boot SMP Windows 2008 with ACPI enabled   PASS


IA32e: 1. boot 32-bit guest with 256M
memory   PASS
2. boot 64-bit guest with 256M memory   PASS
3. boot 32-bit guest with 1500M memory PASS
4. boot 64-bit guest with 1500M memory PASS
5. boot 4G pae
guest PASS
6. boot 4G 64-bit
guest  PASS
7. boot four 32-bit guest in
parallel  PASS
8. boot four 64-bit guest in
parallel  PASS
9. boot two 32-bit windows xp in parallel  PASS
10. boot 32-bit linux and 32 bit windows guest in parallel   PASS
11. boot four 32-bit different guest in para
PASS
12. save/restore 32-bit linux guests
PASS
13. save/restore 64-bit linux guests
PASS

14. save/restore 64-bit linux guests with 4 vcpus   PASS
15. save/restore 32-bit linux guests with 4 vcpus   PASS
16. live migration 64bit linux
guests PASS
17. live migration 32bit linux
guests PASS
18. live migration 64bit linux guests with 4 vcpus   PASS
19. live migration 32bit linux guests with 4 vcpus   PASS
20. boot 32-bit
x-server   PASS 21.
kernel build in 32-bit linux guest OS  PASS
22. kernel build in 64-bit linux guest OS  PASS
23. LTP on 32-bit linux guest OS   
PASS
24. LTP on 64-bit linux guest OS   
PASS

25. boot 64-bit guests with ACPI enabled PASS
26. boot 32-bit Windows 2000 without ACPIPASS
27. boot 32-bit Windows xp without ACPIPASS
28. boot 64-bit Windows xp with ACPI enabledPASS
29. boot 64-bit Windows vista with ACPI enabled PASS
30. boot 32-bit SMP Windows 2000 with ACPI enabled PASS
31. boot 32-bit SMP windows 2003 with ACPI enabled  PASS
32. boot 32-bit SMP Windows xp with ACPI enabledPASS
33. boot 64-bit SMP Windows vista with ACPI enabled PASS
34. boot 32-bit SMP windows 2008 with ACPI 

Weekly KVM Test report, kernel 5b9207ec ... userspace 5f2a9719 ...

2008-08-31 Thread Xu, Jiajun

Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
5b9207ec01681337786c7898ffc0165ec4e7c2e4 and kvm-userspace.git
5f2a9719f105e29fbde4529cf919a5351b05da9a.
There is no new issue found this week.

Two Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

Test environment

Platform   
Woodcrest

CPU 4
Memory size 8G'

Details

IA32-pae: 1. boot guest with 256M
memory   PASS
2. boot guest with 1500M memory PASS
3. boot 4 same guest in parallel PASS
4. boot two windows xp guestPASS
5. boot linux and windows guest in parallel  PASS
6. save/restore 32-bit HVM guests  PASS
7. save/restore 32-bit HVM guests with 4 vcpus   PASS
8. live migration 32-bit HVM guests PASS
9. live migration 32-bit HVM guests with 4 vcpus  PASS
10. boot base kernel linux 
PASS

11. kernel build on SMP linux guestPASS
12. LTP on linux guest  
PASS

13. boot Windows 2000 without ACPI  PASS
14. boot Windows 2000 with ACPI enabled  PASS
15. boot Windows 2003 with ACPI enabled   PASS
16. boot Windows xp with ACPI enabled  PASS
17. boot Windows vista with ACPI enabled   PASS
18. boot SMP Windows 2000 with ACPI enabled  PASS
19. boot SMP Windows 2003 with ACPI enabled  PASS
20. boot SMP Windows xp with ACPI enabled  PASS
21. boot SMP Windows 2008 with ACPI enabled   PASS


IA32e: 1. boot 32-bit guest with 256M
memory   PASS
2. boot 64-bit guest with 256M memory   PASS
3. boot 32-bit guest with 1500M memory PASS
4. boot 64-bit guest with 1500M memory PASS
5. boot 4G pae
guest PASS
6. boot 4G 64-bit
guest  PASS
7. boot four 32-bit guest in
parallel  PASS
8. boot four 64-bit guest in
parallel  PASS
9. boot two 32-bit windows xp in parallel  PASS
10. boot 32-bit linux and 32 bit windows guest in parallel   PASS
11. boot four 32-bit different guest in para
PASS
12. save/restore 32-bit linux guests
PASS
13. save/restore 64-bit linux guests
PASS

14. save/restore 64-bit linux guests with 4 vcpus   PASS
15. save/restore 32-bit linux guests with 4 vcpus   PASS
16. live migration 64bit linux
guests PASS
17. live migration 32bit linux
guests PASS
18. live migration 64bit linux guests with 4 vcpus   PASS
19. live migration 32bit linux guests with 4 vcpus   PASS
20. boot 32-bit
x-server   PASS 21.
kernel build in 32-bit linux guest OS  PASS
22. kernel build in 64-bit linux guest OS  PASS
23. LTP on 32-bit linux guest OS   
PASS
24. LTP on 64-bit linux guest OS   
PASS

25. boot 64-bit guests with ACPI enabled PASS
26. boot 32-bit Windows 2000 without ACPIPASS
27. boot 32-bit Windows xp without ACPIPASS
28. boot 64-bit Windows xp with ACPI enabledPASS
29. boot 64-bit Windows vista with ACPI enabled PASS
30. boot 32-bit SMP Windows 2000 with ACPI enabled PASS
31. boot 32-bit SMP windows 2003 with ACPI enabled  PASS
32. boot 32-bit SMP Windows xp with ACPI enabledPASS
33. boot 64-bit SMP Windows vista with ACPI enabled PASS
34. boot 32-bit SMP windows 2008 with ACPI enabled  PASS
35. boot 64-bit SMP windows 2003 with ACPI enabled  PASS
36. boot 64-bit SMP windows XP with ACPI enabled PASS
37. boot 64-bit SMP windows 2008 with ACPI 

Weekly KVM Test report, kernel ce094fc0 ... userspace 55ff0bb ... -- One Issue Fixed

2008-08-23 Thread Xu, Jiajun

Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
ce094fc0d25cb364bce6f854dffc6849876ab89 and kvm-userspace.git
55ff0bb298456450a81448200fea8f50246893b4.
No new issue found this week and one issue fixed. All failed cases can 
pass by manual.  


One Issue Fixed:

1. Guest hang after save restore or live migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2055584group_id=180599

Two Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

Test environment

Platform   
Woodcrest

CPU 4
Memory size 8G'

Details

IA32-pae: 1. boot guest with 256M
memory   PASS
2. boot guest with 1500M memory PASS
3. boot 4 same guest in parallel PASS
4. boot two windows xp guestPASS
5. boot linux and windows guest in parallel  PASS
6. save/restore 32-bit HVM guests  PASS
7. save/restore 32-bit HVM guests with 4 vcpus   PASS
8. live migration 32-bit HVM guests PASS
9. live migration 32-bit HVM guests with 4 vcpus  PASS
10. boot base kernel linux 
PASS

11. kernel build on SMP linux guestPASS
12. LTP on linux guest  
PASS

13. boot Windows 2000 without ACPI  PASS
14. boot Windows 2000 with ACPI enabled  PASS
15. boot Windows 2003 with ACPI enabled   PASS
16. boot Windows xp with ACPI enabled  PASS
17. boot Windows vista with ACPI enabled   PASS
18. boot SMP Windows 2000 with ACPI enabled  PASS
19. boot SMP Windows 2003 with ACPI enabled  PASS
20. boot SMP Windows xp with ACPI enabled  PASS
21. boot SMP Windows 2008 with ACPI enabled   PASS


IA32e: 1. boot 32-bit guest with 256M
memory   PASS
2. boot 64-bit guest with 256M memory   PASS
3. boot 32-bit guest with 1500M memory PASS
4. boot 64-bit guest with 1500M memory PASS
5. boot 4G pae
guest PASS
6. boot 4G 64-bit
guest  PASS
7. boot four 32-bit guest in
parallel  PASS
8. boot four 64-bit guest in
parallel  PASS
9. boot two 32-bit windows xp in parallel  PASS
10. boot 32-bit linux and 32 bit windows guest in parallel   PASS
11. boot four 32-bit different guest in para
PASS
12. save/restore 32-bit linux guests
FAIL
13. save/restore 64-bit linux guests
FAIL

14. save/restore 64-bit linux guests with 4 vcpus   PASS
15. save/restore 32-bit linux guests with 4 vcpus   PASS
16. live migration 64bit linux
guests PASS
17. live migration 32bit linux
guests PASS
18. live migration 64bit linux guests with 4 vcpus   PASS
19. live migration 32bit linux guests with 4 vcpus   PASS
20. boot 32-bit
x-server   PASS 21.
kernel build in 32-bit linux guest OS  PASS
22. kernel build in 64-bit linux guest OS  PASS
23. LTP on 32-bit linux guest OS   
PASS
24. LTP on 64-bit linux guest OS   
PASS

25. boot 64-bit guests with ACPI enabled PASS
26. boot 32-bit Windows 2000 without ACPIPASS
27. boot 32-bit Windows xp without ACPIPASS
28. boot 64-bit Windows xp with ACPI enabledPASS
29. boot 64-bit Windows vista with ACPI enabled PASS
30. boot 32-bit SMP Windows 2000 with ACPI enabled PASS
31. boot 32-bit SMP windows 2003 with ACPI enabled  PASS
32. boot 32-bit SMP Windows xp with ACPI enabledPASS
33. boot 64-bit SMP Windows vista with ACPI enabled

Weekly KVM Test report, kernel 37304c6 .. userspace b7190d3 -- One New Issue

2008-08-17 Thread Xu, Jiajun

Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
37304c6f9ced347cf013bcd4bf808d6fd4fb6ce1 and kvm-userspace.git
b7190d32817e01b7a7adb7a9ef69ad4b27af75d2.
There is one new issue found in latest commit.

One New issue:

1. Guest hang after save restore or live migration
https://sourceforge.net/tracker/?func=detailatid=893831aid=2055584group_id=180599

Two Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

Test environment

Platform   
Woodcrest

CPU 4
Memory size 8G'

Details

IA32-pae: 1. boot guest with 256M
memory   PASS
2. boot guest with 1500M memory PASS
3. boot 4 same guest in parallel PASS
4. boot two windows xp guestPASS
5. boot linux and windows guest in parallel  PASS
6. save/restore 32-bit HVM guests  FAIL
7. save/restore 32-bit HVM guests with 4 vcpus   FAIL
8. live migration 32-bit HVM guests FAIL
9. live migration 32-bit HVM guests with 4 vcpus  FAIL
10. boot base kernel linux 
PASS

11. kernel build on SMP linux guestPASS
12. LTP on linux guest  
PASS

13. boot Windows 2000 without ACPI  PASS
14. boot Windows 2000 with ACPI enabled  PASS
15. boot Windows 2003 with ACPI enabled   PASS
16. boot Windows xp with ACPI enabled  PASS
17. boot Windows vista with ACPI enabled   PASS
18. boot SMP Windows 2000 with ACPI enabled  PASS
19. boot SMP Windows 2003 with ACPI enabled  PASS
20. boot SMP Windows xp with ACPI enabled  PASS
21. boot SMP Windows 2008 with ACPI enabled   PASS


IA32e: 1. boot 32-bit guest with 256M
memory   PASS
2. boot 64-bit guest with 256M memory   PASS
3. boot 32-bit guest with 1500M memory PASS
4. boot 64-bit guest with 1500M memory PASS
5. boot 4G pae
guest PASS
6. boot 4G 64-bit
guest  PASS
7. boot four 32-bit guest in
parallel  PASS
8. boot four 64-bit guest in
parallel  PASS
9. boot two 32-bit windows xp in parallel  PASS
10. boot 32-bit linux and 32 bit windows guest in parallel   PASS
11. boot four 32-bit different guest in para
PASS
12. save/restore 32-bit linux guests
FAIL
13. save/restore 64-bit linux guests
FAIL

14. save/restore 64-bit linux guests with 4 vcpus   FAIL
15. save/restore 32-bit linux guests with 4 vcpus   FAIL
16. live migration 64bit linux
guests FAIL
17. live migration 32bit linux
guests FAIL
18. live migration 64bit linux guests with 4 vcpus   FAIL
19. live migration 32bit linux guests with 4 vcpus   FAIL
20. boot 32-bit
x-server   PASS 21.
kernel build in 32-bit linux guest OS  PASS
22. kernel build in 64-bit linux guest OS  PASS
23. LTP on 32-bit linux guest OS   
PASS
24. LTP on 64-bit linux guest OS   
PASS

25. boot 64-bit guests with ACPI enabled PASS
26. boot 32-bit Windows 2000 without ACPIPASS
27. boot 32-bit Windows xp without ACPIPASS
28. boot 64-bit Windows xp with ACPI enabledPASS
29. boot 64-bit Windows vista with ACPI enabled PASS
30. boot 32-bit SMP Windows 2000 with ACPI enabled PASS
31. boot 32-bit SMP windows 2003 with ACPI enabled  PASS
32. boot 32-bit SMP Windows xp with ACPI enabledPASS
33. boot 64-bit SMP Windows vista with ACPI enabled PASS
34. boot 32-bit SMP windows 2008 

Weekly KVM Test report, kernel 771310c .. userspace 5c646ce7

2008-08-01 Thread Xu, Jiajun

Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
771310c770214cd879d30d0825fb5e140cd74866 and kvm-userspace.git
5c646ce7bfb0eb0a108a09f08a3854a27c11cdaf.
There is no new issue found this week.

Two Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

Test environment

Platform   
Woodcrest

CPU 4
Memory size 8G'

Details

IA32-pae: 1. boot guest with 256M
memory   PASS
2. boot guest with 1500M memory PASS
3. boot 4 same guest in parallel PASS
4. boot two windows xp guestPASS
5. boot linux and windows guest in parallel  PASS
6. save/restore 32-bit HVM guests  PASS
7. save/restore 32-bit HVM guests with 4 vcpus   PASS
8. live migration 32-bit HVM guests PASS
9. live migration 32-bit HVM guests with 4 vcpus  PASS
10. boot base kernel linux 
PASS

11. kernel build on SMP linux guestPASS
12. LTP on linux guest  
PASS

13. boot Windows 2000 without ACPI  PASS
14. boot Windows 2000 with ACPI enabled  PASS
15. boot Windows 2003 with ACPI enabled   PASS
16. boot Windows xp with ACPI enabled  PASS
17. boot Windows vista with ACPI enabled   PASS
18. boot SMP Windows 2000 with ACPI enabled  PASS
19. boot SMP Windows 2003 with ACPI enabled  PASS
20. boot SMP Windows xp with ACPI enabled  PASS
21. boot SMP Windows 2008 with ACPI enabled   PASS


IA32e: 1. boot 32-bit guest with 256M
memory   PASS
2. boot 64-bit guest with 256M memory   PASS
3. boot 32-bit guest with 1500M memory PASS
4. boot 64-bit guest with 1500M memory PASS
5. boot 4G pae
guest PASS
6. boot 4G 64-bit
guest  PASS
7. boot four 32-bit guest in
parallel  PASS
8. boot four 64-bit guest in
parallel  PASS
9. boot two 32-bit windows xp in parallel  PASS
10. boot 32-bit linux and 32 bit windows guest in parallel   PASS
11. boot four 32-bit different guest in para
PASS
12. save/restore 32-bit linux guests
PASS
13. save/restore 64-bit linux guests
PASS

14. save/restore 64-bit linux guests with 4 vcpus   PASS
15. save/restore 32-bit linux guests with 4 vcpus   PASS
16. live migration 64bit linux
guests PASS
17. live migration 32bit linux
guests PASS
18. live migration 64bit linux guests with 4 vcpus   PASS
19. live migration 32bit linux guests with 4 vcpus   PASS
20. boot 32-bit
x-server   PASS 21.
kernel build in 32-bit linux guest OS  PASS
22. kernel build in 64-bit linux guest OS  PASS
23. LTP on 32-bit linux guest OS   
PASS
24. LTP on 64-bit linux guest OS   
PASS

25. boot 64-bit guests with ACPI enabled PASS
26. boot 32-bit Windows 2000 without ACPIPASS
27. boot 32-bit Windows xp without ACPIPASS
28. boot 64-bit Windows xp with ACPI enabledPASS
29. boot 64-bit Windows vista with ACPI enabled PASS
30. boot 32-bit SMP Windows 2000 with ACPI enabled PASS
31. boot 32-bit SMP windows 2003 with ACPI enabled  PASS
32. boot 32-bit SMP Windows xp with ACPI enabledPASS
33. boot 64-bit SMP Windows vista with ACPI enabled PASS
34. boot 32-bit SMP windows 2008 with ACPI enabled  PASS
35. boot 64-bit SMP windows 2003 with ACPI enabled  PASS
36. boot 64-bit SMP windows XP with ACPI enabled PASS
37. boot 64-bit SMP windows 2008 with ACPI 

Weekly KVM Test report, kernel aa2ed2c.., userspace d4b1f65.. -- One Issue Fixed

2008-07-25 Thread Xu, Jiajun

Hi All,

This is our Weekly KVM Testing Report against lastest kvm.git
aa2ed2c1b5f020beace44ab7745d290d64cd6c89 and kvm-userspace.git
d4b1f65e36325b194de158715d4ee1e55ecf74f8.
No new issue found this week and one issue fixed.

One Issue Fixed:

1. Booting Vista Guest may crash host
https://sourceforge.net/tracker/?func=detailatid=893831aid=2017966group_id=180599
The issue disappear after kvm.git ea8b7f0542e0420240d057f7954808c65c4d13fc.

Two Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831

Test environment

Platform   
Woodcrest

CPU 4
Memory size 8G'

Details

IA32-pae: 1. boot guest with 256M
memory   PASS
2. boot guest with 1500M memory PASS
3. boot 4 same guest in parallel PASS
4. boot two windows xp guestPASS
5. boot linux and windows guest in parallel  PASS
6. save/restore 32-bit HVM guests  PASS
7. save/restore 32-bit HVM guests with 4 vcpus   PASS
8. live migration 32-bit HVM guests PASS
9. live migration 32-bit HVM guests with 4 vcpus  PASS
10. boot base kernel linux 
PASS

11. kernel build on SMP linux guestPASS
12. LTP on linux guest  
PASS

13. boot Windows 2000 without ACPI  PASS
14. boot Windows 2000 with ACPI enabled  PASS
15. boot Windows 2003 with ACPI enabled   PASS
16. boot Windows xp with ACPI enabled  PASS
17. boot Windows vista with ACPI enabled   PASS
18. boot SMP Windows 2000 with ACPI enabled  PASS
19. boot SMP Windows 2003 with ACPI enabled  PASS
20. boot SMP Windows xp with ACPI enabled  PASS
21. boot SMP Windows 2008 with ACPI enabled   PASS


IA32e: 1. boot 32-bit guest with 256M
memory   PASS
2. boot 64-bit guest with 256M memory   PASS
3. boot 32-bit guest with 1500M memory PASS
4. boot 64-bit guest with 1500M memory PASS
5. boot 4G pae
guest PASS
6. boot 4G 64-bit
guest  PASS
7. boot four 32-bit guest in
parallel  PASS
8. boot four 64-bit guest in
parallel  PASS
9. boot two 32-bit windows xp in parallel  PASS
10. boot 32-bit linux and 32 bit windows guest in parallel   PASS
11. boot four 32-bit different guest in para
PASS
12. save/restore 32-bit linux guests
PASS
13. save/restore 64-bit linux guests
PASS

14. save/restore 64-bit linux guests with 4 vcpus   PASS
15. save/restore 32-bit linux guests with 4 vcpus   PASS
16. live migration 64bit linux
guests PASS
17. live migration 32bit linux
guests PASS
18. live migration 64bit linux guests with 4 vcpus   PASS
19. live migration 32bit linux guests with 4 vcpus   PASS
20. boot 32-bit
x-server   PASS 21.
kernel build in 32-bit linux guest OS  PASS
22. kernel build in 64-bit linux guest OS  PASS
23. LTP on 32-bit linux guest OS   
PASS
24. LTP on 64-bit linux guest OS   
PASS

25. boot 64-bit guests with ACPI enabled PASS
26. boot 32-bit Windows 2000 without ACPIPASS
27. boot 32-bit Windows xp without ACPIPASS
28. boot 64-bit Windows xp with ACPI enabledPASS
29. boot 64-bit Windows vista with ACPI enabled PASS
30. boot 32-bit SMP Windows 2000 with ACPI enabled PASS
31. boot 32-bit SMP windows 2003 with ACPI enabled  PASS
32. boot 32-bit SMP Windows xp with ACPI enabledPASS
33. boot 64-bit SMP Windows 

KVM Test result, kernel a10cfeb.., userspace fbd8c32.. -- One New issue

2008-07-14 Thread Xu, Jiajun

Hi All,

This is today's KVM test result against kvm.git
a10cfebe86cf85a1d2ab02fccbc1e8c2b3eb92b5 and kvm-userspace.git
fbd8c32b77751236b35397e05c0bc84c48833d97.

One New issue:

1. Booting Vista Guest may crash host
https://sourceforge.net/tracker/?func=detailatid=893831aid=2017966group_id=180599
The issue does not happen every time, but we can reproduce it after 
booting Vista Guest for 10 times.


Two Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831 



Test environment

Platform   
Woodcrest

CPU 4
Memory size 8G'

Details

IA32-pae: 1. boot guest with 256M
memory   PASS
2. boot guest with 1500M memory PASS
3. boot 4 same guest in parallel PASS
4. boot two windows xp guestPASS
5. boot linux and windows guest in parallel  PASS
6. save/restore 32-bit HVM guests  PASS
7. save/restore 32-bit HVM guests with 4 vcpus   PASS
8. live migration 32-bit HVM guests PASS
9. live migration 32-bit HVM guests with 4 vcpus  PASS
10. boot base kernel linux 
PASS

11. kernel build on SMP linux guestPASS
12. LTP on linux guest  
PASS

13. boot Windows 2000 without ACPI  PASS
14. boot Windows 2000 with ACPI enabled  PASS
15. boot Windows 2003 with ACPI enabled   PASS
16. boot Windows xp with ACPI enabled  PASS
17. boot Windows vista with ACPI enabled   PASS
18. boot SMP Windows 2000 with ACPI enabled  PASS
19. boot SMP Windows 2003 with ACPI enabled  PASS
20. boot SMP Windows xp with ACPI enabled  PASS
21. boot SMP Windows 2008 with ACPI enabled   PASS


IA32e: 1. boot 32-bit guest with 256M
memory   PASS
2. boot 64-bit guest with 256M memory   PASS
3. boot 32-bit guest with 1500M memory PASS
4. boot 64-bit guest with 1500M memory PASS
5. boot 4G pae
guest PASS
6. boot 4G 64-bit
guest  PASS
7. boot four 32-bit guest in
parallel  PASS
8. boot four 64-bit guest in
parallel  PASS
9. boot two 32-bit windows xp in parallel  PASS
10. boot 32-bit linux and 32 bit windows guest in parallel   PASS
11. boot four 32-bit different guest in para
PASS
12. save/restore 32-bit linux guests
PASS
13. save/restore 64-bit linux guests
PASS

14. save/restore 64-bit linux guests with 4 vcpus   PASS
15. save/restore 32-bit linux guests with 4 vcpus   PASS
16. live migration 64bit linux
guests PASS
17. live migration 32bit linux
guests PASS
18. live migration 64bit linux guests with 4 vcpus   PASS
19. live migration 32bit linux guests with 4 vcpus   PASS
20. boot 32-bit
x-server   PASS 21.
kernel build in 32-bit linux guest OS  PASS
22. kernel build in 64-bit linux guest OS  PASS
23. LTP on 32-bit linux guest OS   
PASS
24. LTP on 64-bit linux guest OS   
PASS

25. boot 64-bit guests with ACPI enabled PASS
26. boot 32-bit Windows 2000 without ACPIPASS
27. boot 32-bit Windows xp without ACPIPASS
28. boot 64-bit Windows xp with ACPI enabledPASS
29. boot 64-bit Windows vista with ACPI enabled PASS
30. boot 32-bit SMP Windows 2000 with ACPI enabled PASS
31. boot 32-bit SMP windows 2003 with ACPI enabled  PASS
32. boot 32-bit SMP Windows xp with ACPI enabledPASS
33. boot 64-bit SMP Windows vista with ACPI enabled FAIL

KVM Test result, kernel cc453ce.., userspace 6787f5a.. -- One Issue Fixed

2008-07-10 Thread Xu, Jiajun

Hi All,

This is today's KVM test result against kvm.git
cc453ceef31019dcddff453d35a608ca2c659fec and kvm-userspace.git
6787f5a048c17e4ec4eb7858804795888449cd96.

One Issue Fixed:

1. vista auto-unattended installation failed on kvm guests
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991653group_id=180599 



Two Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831 




Test environment

Platform   
Woodcrest

CPU 4
Memory size 8G'

Details

IA32-pae: 1. boot guest with 256M
memory   PASS
2. boot guest with 1500M memory PASS
3. boot 4 same guest in parallel PASS
4. boot two windows xp guestPASS
5. boot linux and windows guest in parallel  PASS
6. save/restore 32-bit HVM guests  PASS
7. save/restore 32-bit HVM guests with 4 vcpus   PASS
8. live migration 32-bit HVM guests PASS
9. live migration 32-bit HVM guests with 4 vcpus  PASS
10. boot base kernel linux 
PASS

11. kernel build on SMP linux guestPASS
12. LTP on linux guest  
PASS

13. boot Windows 2000 without ACPI  PASS
14. boot Windows 2000 with ACPI enabled  PASS
15. boot Windows 2003 with ACPI enabled   PASS
16. boot Windows xp with ACPI enabled  PASS
17. boot Windows vista with ACPI enabled   PASS
18. boot SMP Windows 2000 with ACPI enabled  PASS
19. boot SMP Windows 2003 with ACPI enabled  PASS
20. boot SMP Windows xp with ACPI enabled  PASS
21. boot SMP Windows 2008 with ACPI enabled   PASS


IA32e: 1. boot 32-bit guest with 256M
memory   PASS
2. boot 64-bit guest with 256M memory   PASS
3. boot 32-bit guest with 1500M memory PASS
4. boot 64-bit guest with 1500M memory PASS
5. boot 4G pae
guest PASS
6. boot 4G 64-bit
guest  PASS
7. boot four 32-bit guest in
parallel  PASS
8. boot four 64-bit guest in
parallel  PASS
9. boot two 32-bit windows xp in parallel  PASS
10. boot 32-bit linux and 32 bit windows guest in parallel   PASS
11. boot four 32-bit different guest in para
PASS
12. save/restore 32-bit linux guests
PASS
13. save/restore 64-bit linux guests
PASS

14. save/restore 64-bit linux guests with 4 vcpus   PASS
15. save/restore 32-bit linux guests with 4 vcpus   PASS
16. live migration 64bit linux
guests PASS
17. live migration 32bit linux
guests PASS
18. live migration 64bit linux guests with 4 vcpus   PASS
19. live migration 32bit linux guests with 4 vcpus   PASS
20. boot 32-bit
x-server   PASS 21.
kernel build in 32-bit linux guest OS  PASS
22. kernel build in 64-bit linux guest OS  PASS
23. LTP on 32-bit linux guest OS   
PASS
24. LTP on 64-bit linux guest OS   
PASS

25. boot 64-bit guests with ACPI enabled PASS
26. boot 32-bit Windows 2000 without ACPIPASS
27. boot 32-bit Windows xp without ACPIPASS
28. boot 64-bit Windows xp with ACPI enabledPASS
29. boot 64-bit Windows vista with ACPI enabled PASS
30. boot 32-bit SMP Windows 2000 with ACPI enabled PASS
31. boot 32-bit SMP windows 2003 with ACPI enabled  PASS
32. boot 32-bit SMP Windows xp with ACPI enabledPASS
33. boot 64-bit SMP Windows vista with ACPI enabled PASS
34. boot 32-bit SMP windows 2008 with ACPI enabled  PASS
35. boot 

KVM Test result, kernel a81a686.., userspace 619ca34..

2008-07-08 Thread Xu, Jiajun

Hi All,

This is today's KVM test result against kvm.git
a81a686682d6f04c842ebf9e084e30cd875f1048 and kvm-userspace.git
619ca34310a8968b6939fa6aba5b85a16b20315e.
There's no new issue today.

Three Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2.  vista auto-unattended installation failed on kvm guests
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991653group_id=180599 



3. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831 





Test environment

Platform   
Woodcrest

CPU 4
Memory size 8G'

Details

IA32-pae: 1. boot guest with 256M
memory   PASS
2. boot guest with 1500M memory PASS
3. boot 4 same guest in parallel PASS
4. boot two windows xp guestPASS
5. boot linux and windows guest in parallel  PASS
6. save/restore 32-bit HVM guests  PASS
7. save/restore 32-bit HVM guests with 4 vcpus   PASS
8. live migration 32-bit HVM guests PASS
9. live migration 32-bit HVM guests with 4 vcpus  PASS
10. boot base kernel linux 
PASS

11. kernel build on SMP linux guestPASS
12. LTP on linux guest  
PASS

13. boot Windows 2000 without ACPI  PASS
14. boot Windows 2000 with ACPI enabled  PASS
15. boot Windows 2003 with ACPI enabled   PASS
16. boot Windows xp with ACPI enabled  PASS
17. boot Windows vista with ACPI enabled   PASS
18. boot SMP Windows 2000 with ACPI enabled  PASS
19. boot SMP Windows 2003 with ACPI enabled  PASS
20. boot SMP Windows xp with ACPI enabled  PASS
21. boot SMP Windows 2008 with ACPI enabled   PASS


IA32e: 1. boot 32-bit guest with 256M
memory   PASS
2. boot 64-bit guest with 256M memory   PASS
3. boot 32-bit guest with 1500M memory PASS
4. boot 64-bit guest with 1500M memory PASS
5. boot 4G pae
guest PASS
6. boot 4G 64-bit
guest  PASS
7. boot four 32-bit guest in
parallel  PASS
8. boot four 64-bit guest in
parallel  PASS
9. boot two 32-bit windows xp in parallel  PASS
10. boot 32-bit linux and 32 bit windows guest in parallel   PASS
11. boot four 32-bit different guest in para
PASS
12. save/restore 32-bit linux guests
PASS
13. save/restore 64-bit linux guests
PASS

14. save/restore 64-bit linux guests with 4 vcpus   PASS
15. save/restore 32-bit linux guests with 4 vcpus   PASS
16. live migration 64bit linux
guests PASS
17. live migration 32bit linux
guests PASS
18. live migration 64bit linux guests with 4 vcpus   PASS
19. live migration 32bit linux guests with 4 vcpus   PASS
20. boot 32-bit
x-server   PASS 21.
kernel build in 32-bit linux guest OS  PASS
22. kernel build in 64-bit linux guest OS  PASS
23. LTP on 32-bit linux guest OS   
PASS
24. LTP on 64-bit linux guest OS   
PASS

25. boot 64-bit guests with ACPI enabled PASS
26. boot 32-bit Windows 2000 without ACPIPASS
27. boot 32-bit Windows xp without ACPIPASS
28. boot 64-bit Windows xp with ACPI enabledPASS
29. boot 64-bit Windows vista with ACPI enabled PASS
30. boot 32-bit SMP Windows 2000 with ACPI enabled PASS
31. boot 32-bit SMP windows 2003 with ACPI enabled  PASS
32. boot 32-bit SMP Windows xp with ACPI enabledPASS
33. boot 64-bit SMP Windows vista with ACPI enabled PASS
34. boot 32-bit SMP windows 2008 with ACPI enabled  PASS
35. boot 64-bit SMP windows 2003 with ACPI 

KVM Test result, kernel dfed967.., userspace 619ca34..

2008-07-07 Thread Xu, Jiajun

Hi All,

This is today's KVM test result against kvm.git
dfed967e2c690f1737b98940152e3e2655e6ab42 and kvm-userspace.git
619ca34310a8968b6939fa6aba5b85a16b20315e.
There's no new issue today.

Three Old Issues:

1. 32bits Rhel5/FC6 guest may fail to reboot after installation
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991647group_id=180599 



2.  vista auto-unattended installation failed on kvm guests
https://sourceforge.net/tracker/?func=detailatid=893831aid=1991653group_id=180599 



3. failure to migrate guests with more than 4GB of RAM
https://sourceforge.net/tracker/index.php?func=detailaid=1971512group_id=180599atid=893831 





Test environment

Platform   
Woodcrest

CPU 4
Memory size 8G'

Details

IA32-pae: 1. boot guest with 256M
memory   PASS
2. boot guest with 1500M memory PASS
3. boot 4 same guest in parallel PASS
4. boot two windows xp guestPASS
5. boot linux and windows guest in parallel  PASS
6. save/restore 32-bit HVM guests  PASS
7. save/restore 32-bit HVM guests with 4 vcpus   PASS
8. live migration 32-bit HVM guests PASS
9. live migration 32-bit HVM guests with 4 vcpus  PASS
10. boot base kernel linux 
PASS

11. kernel build on SMP linux guestPASS
12. LTP on linux guest  
PASS

13. boot Windows 2000 without ACPI  PASS
14. boot Windows 2000 with ACPI enabled  PASS
15. boot Windows 2003 with ACPI enabled   PASS
16. boot Windows xp with ACPI enabled  PASS
17. boot Windows vista with ACPI enabled   PASS
18. boot SMP Windows 2000 with ACPI enabled  PASS
19. boot SMP Windows 2003 with ACPI enabled  PASS
20. boot SMP Windows xp with ACPI enabled  PASS
21. boot SMP Windows 2008 with ACPI enabled   PASS


IA32e: 1. boot 32-bit guest with 256M
memory   PASS
2. boot 64-bit guest with 256M memory   PASS
3. boot 32-bit guest with 1500M memory PASS
4. boot 64-bit guest with 1500M memory PASS
5. boot 4G pae
guest PASS
6. boot 4G 64-bit
guest  PASS
7. boot four 32-bit guest in
parallel  PASS
8. boot four 64-bit guest in
parallel  PASS
9. boot two 32-bit windows xp in parallel  PASS
10. boot 32-bit linux and 32 bit windows guest in parallel   PASS
11. boot four 32-bit different guest in para
PASS
12. save/restore 32-bit linux guests
PASS
13. save/restore 64-bit linux guests
PASS

14. save/restore 64-bit linux guests with 4 vcpus   PASS
15. save/restore 32-bit linux guests with 4 vcpus   PASS
16. live migration 64bit linux
guests PASS
17. live migration 32bit linux
guests PASS
18. live migration 64bit linux guests with 4 vcpus   PASS
19. live migration 32bit linux guests with 4 vcpus   PASS
20. boot 32-bit
x-server   PASS 21.
kernel build in 32-bit linux guest OS  PASS
22. kernel build in 64-bit linux guest OS  PASS
23. LTP on 32-bit linux guest OS   
PASS
24. LTP on 64-bit linux guest OS   
PASS

25. boot 64-bit guests with ACPI enabled PASS
26. boot 32-bit Windows 2000 without ACPIPASS
27. boot 32-bit Windows xp without ACPIPASS
28. boot 64-bit Windows xp with ACPI enabledPASS
29. boot 64-bit Windows vista with ACPI enabled PASS
30. boot 32-bit SMP Windows 2000 with ACPI enabled PASS
31. boot 32-bit SMP windows 2003 with ACPI enabled  PASS
32. boot 32-bit SMP Windows xp with ACPI enabledPASS
33. boot 64-bit SMP Windows vista with ACPI enabled PASS
34. boot 32-bit SMP windows 2008 with ACPI enabled  PASS
35. boot 64-bit SMP windows 2003 with ACPI