[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Multiple VCPUs
I have a self built system using an Intel D 920 processor and a MB that supports VT. I'm able to run HVM domains fine, but have trouble getting multiple VCPUs for these domains. Here is an example of one of my configs.
# -*- mode: python; -*-
#============================================================================ # Python configuration setup for 'xm create'. # This script sets the parameters used when a domain is created using 'xm create '. # You use a separate script for each domain you want to create, or # you can set the parameters for the domain on the xm command line. #============================================================================ import os, re #---------------------------------------------------------------------------- # The domain build function. HVM domain uses 'hvm'. # Initial memory allocation (in megabytes) for the new domain. # A name for your domain. All domains must have different names. #----------------------------------------------------------------------------- # enable/disable HVM guest PAE, default=0 (disabled) # enable/disable HVM guest ACPI, default=0 (disabled) # enable/disable HVM guest APIC, default=0 (disabled) # List of which CPUS this domain is allowed to use, default Xen picks # Optionally define mac and/or bridge for the network interfaces. #---------------------------------------------------------------------------- #disk = [ 'phy:hda1,hda1,r' ] #---------------------------------------------------------------------------- # #============================================================================ # New stuff #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- #---------------------------------------------------------------------------- #---------------------------------------------------------------------------- #---------------------------------------------------------------------------- #---------------------------------------------------------------------------- #---------------------------------------------------------------------------- #----------------------------------------------------------------------------- #----------------------------------------------------------------------------
I'm running Xen 3.0.2-2 from the binary download. The HVM domain only sees 1 cpu and xm list displays on VCPU. Any help would be greatly appreciated. Jared _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |