WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 1571] New: [RAS] Guost OS hangs when online logic vcpus

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1571] New: [RAS] Guost OS hangs when online logic vcpus
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 28 Jan 2010 23:38:14 -0800
Delivery-date: Thu, 28 Jan 2010 23:38:18 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1571

           Summary: [RAS] Guost OS hangs when online logic vcpus
           Product: Xen
           Version: unstable
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Hypervisor
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: jiajun.xu@xxxxxxxxx


Environment:
------------
Service Arch (ia32/ia32e/IA64): 
Guest Arch (ia32/ia32e/IA64): ia32e
Guest OS Type (Linux/Windows):linux 2.6.30
Change Set: 20608:6ead20228b7f
Hardware: 
Other:


Bug detailed description:
--------------------------

hot-add vcpu in qemu console, and then We will see a cpu entry in guest OS
/sys/device/system/cpu directory. 

try to enable it with commoand 
echo 1 > /sys/device/system/cpu/cpuXX/online

the logical cpu works if the vcpu number is less than 8. if I I hot-add more
than 8 vcpus, guest hang. 


Reproduce steps:
----------------
1. prepare hvm configure, and set maxvcpus = 16
2. create VM 
3. hot-add all vcpus in qemu console
cpu_set 3 online
cpu_set 4 online
cpu_set 5 online
cpu_set 6 online
...
...
cpu_set 15 online
4. enable each vcpu in guest Os

for c in /sys/devices/system/cpu*
do
   echo 1 > $c/online
done

system hang at this moment.


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 1571] New: [RAS] Guost OS hangs when online logic vcpus, bugzilla-daemon <=