From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xstt2-0000Ll-V5 for qemu-devel@nongnu.org; Mon, 24 Nov 2014 08:41:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xstsu-0008GO-51 for qemu-devel@nongnu.org; Mon, 24 Nov 2014 08:41:04 -0500 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:41429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xstst-0008GJ-Un for qemu-devel@nongnu.org; Mon, 24 Nov 2014 08:40:56 -0500 Received: by mail-wg0-f48.google.com with SMTP id y19so12259847wgg.7 for ; Mon, 24 Nov 2014 05:40:55 -0800 (PST) Received: from playground.station (net-93-146-133-240.cust.vodafonedsl.it. [93.146.133.240]) by mx.google.com with ESMTPSA id j8sm12093033wib.10.2014.11.24.05.40.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Nov 2014 05:40:53 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 24 Nov 2014 14:40:46 +0100 Message-Id: <1416836449-2599-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL for-2.2 0/3] APIC fixes for 2014-11-24 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 0e88f478508b566152c6681f4889ed9830a2c0a5: Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging (2014-11-21 14:15:37 +0000) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 5224c88dd3f771702d450780a25f155e0fc8bb2b: apic: fix incorrect handling of ExtINT interrupts wrt processor priority (2014-11-24 14:37:45 +0100) ---------------------------------------------------------------- Three patches to fix ExtINT for the QEMU implementation of the local APIC. ---------------------------------------------------------------- Paolo Bonzini (3): apic: avoid getting out of halted state on masked PIC interrupts apic: fix loss of IPI due to masked ExtINT apic: fix incorrect handling of ExtINT interrupts wrt processor priority hw/intc/apic.c | 20 ++++++++++++-------- target-i386/cpu.c | 10 ++++++++-- 2 files changed, 20 insertions(+), 10 deletions(-) -- 1.8.3.1