[Qemu-devel] [PULL 0/1] PC fix for 2.9.0-rc4

Paolo Bonzini posted 1 patch 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170405152633.6824-1-pbonzini@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/acpi/tco.c          | 2 --
hw/isa/lpc_ich9.c      | 5 -----
include/hw/i386/ich9.h | 1 -
3 files changed, 8 deletions(-)
[Qemu-devel] [PULL 0/1] PC fix for 2.9.0-rc4
Posted by Paolo Bonzini 6 years, 11 months ago
The following changes since commit 87cc4c61020addea6a001b94b662596b1896d1b3:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-04-04 11:40:55 +0100)

are available in the git repository at:

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

for you to fetch changes up to 8c9f42f3cf3598e8bb612b3f81cd12632efd3ca4:

  tco: do not generate an NMI (2017-04-05 17:23:52 +0200)

----------------------------------------------------------------
* TCO watchdog fix

----------------------------------------------------------------
Paolo Bonzini (1):
      tco: do not generate an NMI

 hw/acpi/tco.c          | 2 --
 hw/isa/lpc_ich9.c      | 5 -----
 include/hw/i386/ich9.h | 1 -
 3 files changed, 8 deletions(-)
-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] PC fix for 2.9.0-rc4
Posted by Peter Maydell 6 years, 11 months ago
On 5 April 2017 at 16:26, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit 87cc4c61020addea6a001b94b662596b1896d1b3:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-04-04 11:40:55 +0100)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 8c9f42f3cf3598e8bb612b3f81cd12632efd3ca4:
>
>   tco: do not generate an NMI (2017-04-05 17:23:52 +0200)
>
> ----------------------------------------------------------------
> * TCO watchdog fix
>
> ----------------------------------------------------------------
> Paolo Bonzini (1):
>       tco: do not generate an NMI
>
>  hw/acpi/tco.c          | 2 --
>  hw/isa/lpc_ich9.c      | 5 -----
>  include/hw/i386/ich9.h | 1 -
>  3 files changed, 8 deletions(-)

Applied, thanks.

-- PMM