From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH 0/4] Preparation for PIC-APIC rewiring Date: Tue, 22 Jun 2010 08:51:53 +0300 Message-ID: <20100622055153.GT4689@redhat.com> References: <1277050918-12744-1-git-send-email-avi@redhat.com> <20100621200527.GA16498@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55667 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751554Ab0FVFvz (ORCPT ); Tue, 22 Jun 2010 01:51:55 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5M5psf6032238 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 22 Jun 2010 01:51:55 -0400 Content-Disposition: inline In-Reply-To: <20100621200527.GA16498@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jun 21, 2010 at 05:05:27PM -0300, Marcelo Tosatti wrote: > > Looks good. > Looks good here too. > On Sun, Jun 20, 2010 at 07:21:54PM +0300, Avi Kivity wrote: > > These four patches were part of an optimization patchset I've been neglecting, > > but are equally useful as preparation for fixing the PIC-APIC wiring issues. > > > > Avi Kivity (4): > > KVM: i8259: reduce excessive abstraction for pic_irq_request() > > KVM: i8259: simplify pic_irq_request() calling sequence > > KVM: Add mini-API for vcpu->requests > > KVM: Reduce atomic operations on vcpu->requests > > > > arch/x86/kvm/i8259.c | 18 ++++++------------ > > arch/x86/kvm/irq.h | 4 ---- > > arch/x86/kvm/lapic.c | 2 +- > > arch/x86/kvm/mmu.c | 6 +++--- > > arch/x86/kvm/svm.c | 2 +- > > arch/x86/kvm/timer.c | 2 +- > > arch/x86/kvm/vmx.c | 2 +- > > arch/x86/kvm/x86.c | 27 +++++++++++++-------------- > > include/linux/kvm_host.h | 20 ++++++++++++++++++++ > > virt/kvm/kvm_main.c | 4 ++-- > > 10 files changed, 48 insertions(+), 39 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Gleb.