From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55694 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0YeK-0008Ag-8S for qemu-devel@nongnu.org; Fri, 18 Mar 2011 08:19:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0YeI-0008De-47 for qemu-devel@nongnu.org; Fri, 18 Mar 2011 08:19:23 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:35813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0YeH-0008Ct-U4 for qemu-devel@nongnu.org; Fri, 18 Mar 2011 08:19:22 -0400 From: Jan Kiszka Date: Fri, 18 Mar 2011 13:19:13 +0100 Message-Id: Sender: jan.kiszka@web.de Subject: [Qemu-devel] [PATCH 0/3] [uq/master] Patch queue, part VI (interrupt disentangling) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity , Marcelo Tosatti Cc: Riku Voipio , qemu-devel@nongnu.org, kvm@vger.kernel.org Repost of the remaining three patches from part V. No functional changes, I just updated the commit log for reflect their complete rationale. CC: Riku Voipio Jan Kiszka (3): Break up user and system cpu_interrupt implementations Redirect cpu_interrupt to callback handler kvm: Install specialized interrupt handler cpu-all.h | 14 +++++++++++++- exec.c | 18 +++++++++++++----- kvm-all.c | 11 +++++++++++ 3 files changed, 37 insertions(+), 6 deletions(-)