From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751613Ab1LFQv3 (ORCPT ); Tue, 6 Dec 2011 11:51:29 -0500 Received: from andromeda.dapyr.net ([206.212.254.10]:60131 "EHLO andromeda.dapyr.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846Ab1LFQv2 (ORCPT ); Tue, 6 Dec 2011 11:51:28 -0500 Date: Tue, 6 Dec 2011 12:49:47 -0400 From: Konrad Rzeszutek Wilk To: Raghavendra K T Cc: Avi Kivity , Jeremy Fitzhardinge , x86@kernel.org, Gleb Natapov , Peter Zijlstra , Virtualization , "H. Peter Anvin" , Stefano Stabellini , Xen , Dave Jiang , KVM , Raghavendra K T , Ingo Molnar , Konrad Rzeszutek Wilk , Srivatsa Vaddagiri , Marcelo Tosatti , Jeremy Fitzhardinge , Sasha Levin , Sedat Dilek , Thomas Gleixner , Yinghai Lu , Greg Kroah-Hartman , LKML , Dave Hansen , Suzuki Poulose Subject: Re: [Xen-devel] [PATCH RFC V3 2/4] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks Message-ID: <20111206164947.GA13184@andromeda.dapyr.net> References: <20111130085921.23386.89708.sendpatchset@oc5400248562.ibm.com> <20111130085959.23386.69166.sendpatchset@oc5400248562.ibm.com> <4ED760F1.6080804@redhat.com> <4ED7DA85.5080504@linux.vnet.ibm.com> <4EDBB6C2.9050303@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EDBB6C2.9050303@linux.vnet.ibm.com> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 04, 2011 at 11:36:58PM +0530, Raghavendra K T wrote: > On 12/02/2011 01:20 AM, Raghavendra K T wrote: > >>Have you tested it on AMD machines? There are some differences in the > >>hypercall infrastructure there. > > > >Yes. 'll test on AMD machine and update on that. > > > > I tested the code on 64 bit Dual-Core AMD Opteron machine, and it is > working. I am not that familiar with how KVM does migration, but do you need any special flags in QEMU to when migrating a KVM-pv-spinlock enabled guest to another machine?