[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] Biweekly VMX status report. Xen: #20453 & Xen0:#b9160...



Hi all,

        This is our bi-weekly test report for Xen-unstable tree. There are 5 
new bugs found in this two weeks. Latest 32-bit Pv_ops Dom0 fails to boot up. 
SR-IOV and some VT-d device cannot work. Dom0 cannot enter S5 entirely on some 
platform. For bug fixing, 64-bit Pv_ops Dom0 boot up issue is fixed. And VT-d 
function with two devices can work now. One TXT bug is also fixed.

        We also found a compiler error with latest changeset, that some 
variable is not initialized in block-remus.c introduced by changeset 20415:
####
block-remus.c: In function 'tdremus_close':
block-remus.c:1649: error: 'rc' is used uninitialized in this function
20415: static int tdremus_close(td_driver_t *driver)
20415: {
20415:  struct tdremus_state *s = (struct tdremus_state *)driver->data;
20415:  int rc;
20415:
20415:  RPRINTF("closing\n");
20415:
20415:  if (s->driver_data) {
20415:      free(s->driver_data);
20415:      s->driver_data = NULL;
20415:  }
20415:  if (s->server_fd.fd >= 0) {
20415:      close(s->server_fd.fd);
20415:      s->server_fd.fd = -1;
20415:  }
20415:  if (s->stream_fd.fd >= 0)
20415:      close_stream_fd(s);
20415:
20415:  ctl_close(driver);
20415:
20415:  return rc;
20415: }
####

New Bugs (5):
=====================================================================
1. PAE Pv_ops Dom0 can not boot up                                 --   P1
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1542
2. [SR-IOV] VF cannot be enabled in Dom0                             --   P1
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1544
3. [VT-d] Device assignment with NIC 82575 to guest cause xen crash       --   
P1
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1543
4. [ACPI]Dom0 cannot shutdown entirely                              --   P1
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1540
5. Very slow mouse/keyboard and no USB thumbdrive detected w/Core i7 & Pvops  
--  P2
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1541


Fixed Bugs (4):
=====================================================================
1. Latest 64-bit Pv_ops dom0 fails to boot up with call-trace     
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1529 
2. [TXT]Xen hang when dom0 reboot/shutdown with tboot         
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1531 
3. [VT-d] Can not assgin two devices to one guest together
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1533  
4. [VT-d] Fail to hot remove/add a static assigned device in guest
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1534 


Old P1 Bugs (4):
=====================================================================
1. stubdom based guest hangs at starting when using qcow image.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1372
2. Linux guest boots up very slow with SDL rendering
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1478
3. [vt-d]when assign 82557 NIC to HVM, HVM hang
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1493
4. Dom0 S3 will cause system reboot on Xeon 5400
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1501


Old P2 Bugs (15)
=====================================================================
1. T state control failed
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1451
2. Failed to install FC10
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1461
3. Two onboard 82576 NICs assigned to HVM guest cannot work stable if use INTx 
interrupt.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1459
4. E1000e NIC failed in FC10 guest
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1458
5. stubdom based guest hangs when assigning hdc to it.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1373
6. [stubdom]The xm save command hangs while saving <Domain-dm>.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1377
7. [stubdom] cannot restore stubdom based domain.
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1378
8. [VT-d] Winxp guest does not recognize the hot-add NIC on Nehalem-EP
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1498
9. [vt-d]Guest print repeated characters using assigned USB keyboard
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1502
10. [vt-d]the assigned USB device does not work when hot-plug the real device
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1503
11. [vt-d]USB mouse/keyboard device has poor performance in guest
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1504
12. [vt-d]USB EHCI can not be assign to guest
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1505
13. VFs cannot be created due to intremap index exceeding limit
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1515
14. [VT-d] Shared IRQ device with MSI capable can not work in guest with INTx 
mode  
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1532
15. Live Migration with md5sum running cause dma_timer_expiry error in guest 
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1530


Xen Info:
============================================================================
xen-changeset:   20453:bec27eb6f72c

pvops git:
commit b9160b12ecc7148aa080b8d4ecf35f75d257f9d9
Merge: 69003a1... aa228e3...
Author: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>

ioemu git:
commit f72b6e0ffc3bb84d4442c5a7493bffbdce2a4468
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Date:   Wed Nov 4 17:07:57 2009 +0000

tboot changeset:
changeset:   176:e57acd4d1460
tag:         tip
user:        Shane Wang <shane.wang@xxxxxxxxx>
date:        Fri Oct 16 04:03:14 2009 -0700
summary:     Fixed a timeout bug in 163

Test Environment:
==========================================================================
Service OS : Red Hat Enterprise Linux Server release 5.1 (Tikanga) Hardware : 
NHM-HEDT

   32e           Summary Test Report of Last Session
=====================================================================
                            Total   Pass    Fail    NoResult   Crash
=====================================================================
vtd                         10      5       5         0        0
ras                         1       0       0         0        1
control_panel               13      12      1         0        0
acpi                        2       2       0         0        0
gtest                       22      21      1         0        0
=====================================================================
vtd                         10      5       5         0        0
 :one_pcie_scp_64_g32e      1       1       0         0        0
 :one_pcie_up_nomsi_64_g3   1       1       0         0        0
 :two_dev_smp_nomsi_64_g3   1       0       1         0        0
 :two_dev_scp_64_g32e       1       0       1         0        0
 :lm_pcie_up_64_g32e        1       0       1         0        0
 :hp_pcie_up_nomsi_64_g32   1       1       0         0        0
 :lm_pci_smp_nomsi_64_g32   1       1       0         0        0
 :one_pcie_smp_64_g32e      1       1       0         0        0
 :lm_pcie_up_xp_nomsi_64_   1       0       1         0        0
 :two_dev_smp_64_g32e       1       0       1         0        0
ras                         1       0       0         0        1
 :cpu_online_offline_64_g   1       0       0         0        1
control_panel               13      12      1         0        0
 :XEN_1500M_guest_64_g32e   1       1       0         0        0
 :XEN_256M_guest_64_gPAE    1       1       0         0        0
 :XEN_LM_Continuity_64_g3   1       1       0         0        0
 :XEN_256M_xenu_64_gPAE     1       1       0         0        0
 :XEN_LM_SMP_64_g32e        1       0       1         0        0
 :XEN_vmx_vcpu_pin_64_g32   1       1       0         0        0
 :XEN_linux_win_64_g32e     1       1       0         0        0
 :XEN_SR_Continuity_64_g3   1       1       0         0        0
 :XEN_vmx_2vcpu_64_g32e     1       1       0         0        0
 :XEN_1500M_guest_64_gPAE   1       1       0         0        0
 :XEN_two_winxp_64_g32e     1       1       0         0        0
 :XEN_256M_guest_64_g32e    1       1       0         0        0
 :XEN_SR_SMP_64_g32e        1       1       0         0        0
acpi                        2       2       0         0        0
 :hvm_s3_smp_sr_64_g32e     1       1       0         0        0
 :hvm_s3_smp_64_g32e        1       1       0         0        0
gtest                       22      21      1         0        0
 :boot_up_noacpi_win2k_64   1       1       0         0        0
 :boot_up_acpi_win2k_64_g   1       1       0         0        0
 :reboot_xp_64_g32e         1       1       0         0        0
 :boot_solaris10u5_64_g32   1       1       0         0        0
 :boot_up_vista_64_g32e     1       1       0         0        0
 :boot_indiana_64_g32e      1       1       0         0        0
 :boot_up_acpi_xp_64_g32e   1       1       0         0        0
 :boot_smp_acpi_xp_64_g32   1       1       0         0        0
 :boot_up_acpi_64_g32e      1       1       0         0        0
 :boot_base_kernel_64_g32   1       1       0         0        0
 :boot_up_win2008_64_g32e   1       1       0         0        0
 :kb_nightly_64_g32e        1       1       0         0        0
 :boot_up_acpi_win2k3_64_   1       1       0         0        0
 :boot_nevada_64_g32e       1       1       0         0        0
 :boot_smp_vista_64_g32e    1       1       0         0        0
 :ltp_nightly_64_g32e       1       0       1         0        0
 :boot_fc9_64_g32e          1       1       0         0        0
 :boot_smp_win2008_64_g32   1       1       0         0        0
 :boot_smp_acpi_win2k3_64   1       1       0         0        0
 :boot_rhel5u1_64_g32e      1       1       0         0        0
 :boot_smp_acpi_win2k_64_   1       1       0         0        0
 :reboot_fc6_64_g32e        1       1       0         0        0
=====================================================================
Total                       48      40      7         0        1

Service OS : Red Hat Enterprise Linux Server release 5.1 (Tikanga) Hardware : 
Stoakley

   32e           Summary Test Report of Last Session
=====================================================================
                            Total   Pass    Fail    NoResult   Crash
=====================================================================
vtd_ept_vpid                10      6       4         0        0
control_panel_ept_vpid      13      11      2         0        0
ras_ept_vpid                1       1       0         0        0
gtest_ept_vpid              22      21      1         0        0
acpi_ept_vpid               2       2       0         0        0
=====================================================================
vtd_ept_vpid                10      6       4         0        0
 :one_pcie_up_nomsi_64_g3   1       1       0         0        0
 :two_dev_smp_nomsi_64_g3   1       1       0         0        0
 :two_dev_scp_64_g32e       1       1       0         0        0
 :lm_pcie_up_64_g32e        1       1       0         0        0
 :lm_pcie_up_xp_nomsi_64_   1       0       1         0        0
 :two_dev_smp_64_g32e       1       0       1         0        0
 :one_pcie_scp_64_g32e      1       0       1         0        0
 :hp_pcie_up_nomsi_64_g32   1       1       0         0        0
 :lm_pci_smp_nomsi_64_g32   1       1       0         0        0
 :one_pcie_smp_64_g32e      1       0       1         0        0
control_panel_ept_vpid      13      11      2         0        0
 :XEN_1500M_guest_64_g32e   1       1       0         0        0
 :XEN_256M_guest_64_gPAE    1       1       0         0        0
 :XEN_256M_xenu_64_gPAE     1       1       0         0        0
 :XEN_LM_Continuity_64_g3   1       1       0         0        0
 :XEN_LM_SMP_64_g32e        1       1       0         0        0
 :XEN_vmx_vcpu_pin_64_g32   1       1       0         0        0
 :XEN_linux_win_64_g32e     1       0       1         0        0
 :XEN_SR_Continuity_64_g3   1       1       0         0        0
 :XEN_vmx_2vcpu_64_g32e     1       1       0         0        0
 :XEN_1500M_guest_64_gPAE   1       1       0         0        0
 :XEN_two_winxp_64_g32e     1       0       1         0        0
 :XEN_256M_guest_64_g32e    1       1       0         0        0
 :XEN_SR_SMP_64_g32e        1       1       0         0        0
ras_ept_vpid                1       1       0         0        0
 :cpu_online_offline_64_g   1       1       0         0        0
gtest_ept_vpid              22      21      1         0        0
 :boot_up_noacpi_win2k_64   1       1       0         0        0
 :boot_up_acpi_win2k_64_g   1       1       0         0        0
 :reboot_xp_64_g32e         1       1       0         0        0
 :boot_solaris10u5_64_g32   1       1       0         0        0
 :boot_up_vista_64_g32e     1       1       0         0        0
 :boot_indiana_64_g32e      1       1       0         0        0
 :boot_up_acpi_xp_64_g32e   1       1       0         0        0
 :boot_smp_acpi_xp_64_g32   1       1       0         0        0
 :boot_up_acpi_64_g32e      1       1       0         0        0
 :boot_up_win2008_64_g32e   1       1       0         0        0
 :boot_base_kernel_64_g32   1       1       0         0        0
 :boot_up_acpi_win2k3_64_   1       1       0         0        0
 :kb_nightly_64_g32e        1       1       0         0        0
 :boot_nevada_64_g32e       1       1       0         0        0
 :ltp_nightly_64_g32e       1       0       1         0        0
 :boot_fc9_64_g32e          1       1       0         0        0
 :boot_smp_vista_64_g32e    1       1       0         0        0
 :boot_smp_win2008_64_g32   1       1       0         0        0
 :boot_smp_acpi_win2k3_64   1       1       0         0        0
 :boot_rhel5u1_64_g32e      1       1       0         0        0
 :boot_smp_acpi_win2k_64_   1       1       0         0        0
 :reboot_fc6_64_g32e        1       1       0         0        0
acpi_ept_vpid               2       2       0         0        0
 :hvm_s3_smp_sr_64_g32e     1       1       0         0        0
 :hvm_s3_smp_64_g32e        1       1       0         0        0
=====================================================================
Total                       48      41      7         0        0

Best Regards,
Jiajun

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.