From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH RFC dontapply 5/5] kvm_para: guest side for eoi avoidance Date: Tue, 8 May 2012 22:36:13 +0300 Message-ID: <20120508193612.GD28536@redhat.com> References: <5e1399d9e743668a87f31d8f2b83cad862c60728.1334833141.git.mst@redhat.com> <4FA93B3F.3000906@redhat.com> <20120508152843.GE8988@redhat.com> <4FA93FA3.20306@zytor.com> <20120508165736.GA26795@redhat.com> <4FA96092.2090004@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gleb Natapov , Paolo Bonzini , x86@kernel.org, kvm@vger.kernel.org, Ingo Molnar , Avi Kivity , Marcelo Tosatti , Linus Torvalds , linux-kernel@vger.kernel.org To: "H. Peter Anvin" Return-path: Content-Disposition: inline In-Reply-To: <4FA96092.2090004@zytor.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, May 08, 2012 at 11:06:10AM -0700, H. Peter Anvin wrote: > On 05/08/2012 09:57 AM, Michael S. Tsirkin wrote: > > > > Will do. OK to only define them for x86 for now? > > They would be unused on other arches even if I defined them ... > > > > I don't know if it's possible/practical to define them so they fall back > to the fully atomic versions unless arch-overridden, but that would be > the best, I would think. Ah, good idea, will do.