From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elizeu Santos-Neto Subject: Patch question (Hyper-Threading support) Date: Fri, 24 Mar 2006 13:30:18 -0600 Message-ID: <1143228618.7685.34.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain 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 Hi community, I've been working on modifying Xen and the Xen-Linux kernel to make vCPU better represent Hyper-Threading physical CPUs, as I mentioned in a previous post. http://lists.xensource.com/archives/html/xen-devel/2006-01/msg00853.html I produced some performance measurements and patches that might be useful for some Hyper-Threading friendly workloads running on Xen. I'll make the performance measurement report available soon. Basically, the modified files were: xen/common/domain.c xen/common/sched_bvt.c xen/common/sched_sedf.c xen/common/schedule.c xen/include/public/vcpu.h xen/include/xen/sched.h xen/arch/x86/smpboot.c How should I proceed to send the patch? Thanks, ./Eli