From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCHv2 7/7] kvm: host side for eoi optimization Date: Sun, 13 May 2012 18:15:20 +0300 Message-ID: <20120513151520.GA25752@redhat.com> References: <20120513093317.GE4296@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: x86@kernel.org, kvm@vger.kernel.org, Ingo Molnar , "H. Peter Anvin" , Avi Kivity , Marcelo Tosatti , Linus Torvalds , linux-kernel@vger.kernel.org To: Gleb Natapov Return-path: Content-Disposition: inline In-Reply-To: <20120513093317.GE4296@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Sun, May 13, 2012 at 12:33:17PM +0300, Gleb Natapov wrote: > > arch/x86/include/asm/kvm_host.h | 6 ++ > > arch/x86/include/asm/kvm_para.h | 2 + > > arch/x86/kvm/cpuid.c | 1 + > > arch/x86/kvm/irq.c | 2 +- > > arch/x86/kvm/lapic.c | 109 +++++++++++++++++++++++++++++++++++++-- > > arch/x86/kvm/lapic.h | 2 + > > arch/x86/kvm/trace.h | 34 ++++++++++++ > > arch/x86/kvm/x86.c | 8 +++- > Documentation ++++++ :) I just sent out some documentation. Didn't want to repost the whole patchset to acoid spamming the list, I hope you and others can use it for review. Thanks, MST