From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Chanudet Subject: [PATCH 0 of 4] xl: vcpu commands and tsc_mode parameter Date: Thu, 01 Apr 2010 17:27:22 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This patch series provides the following vcpu control commands to xl: - vcpu-list: list the VCPUs for all/some domains. - vcpu-pin: Set which CPUs a VCPU can use. - vcpu-set: Set the number of active VCPUs allowed for the domain. Also provides tsc_mode parameter handling from guest configuration file. -- Eric Chanudet