From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH v2 0/3] Minor vcpu->requests improvements Date: Sun, 20 May 2012 16:49:25 +0300 Message-ID: <1337521768-14182-1-git-send-email-avi@redhat.com> To: Marcelo Tosatti , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:53606 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754942Ab2ETNtd (ORCPT ); Sun, 20 May 2012 09:49:33 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4KDnXQj002574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 20 May 2012 09:49:33 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Nothing spectacular, just regularization of the code. v2: fix endless loop in patch 3 where a reload would set a bit in vcpu->requests and abort the entry Avi Kivity (3): KVM: Simplify KVM_REQ_EVENT/req_int_win handling KVM: Optimize vcpu->requests slow path slightly KVM: Move mmu reload out of line arch/x86/kvm/mmu.c | 4 ++- arch/x86/kvm/svm.c | 1 + arch/x86/kvm/x86.c | 73 ++++++++++++++++++++++++++++------------------------ 3 files changed, 43 insertions(+), 35 deletions(-) -- 1.7.10.1