mbox

[PULL,for-2.2,0/3] APIC fixes for 2014-11-24

Message ID 1416836449-2599-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

git://github.com/bonzini/qemu.git tags/for-upstream

Message

Paolo Bonzini Nov. 24, 2014, 1:40 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 24, 2014, 3:01 p.m. UTC | #1
On 24 November 2014 at 13:40, Paolo Bonzini <pbonzini@redhat.com> wrote:
> 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.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM