mbox

[PULL,0/6] QEMU patches for 2.8.0-rc0

Message ID 1478800362-18138-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. 10, 2016, 5:52 p.m. UTC
The following changes since commit 207faf24c58859f5240f66bf6decc33b87a1776e:

  Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into staging (2016-11-07 14:02:15 +0000)

are available in the git repository at:


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

for you to fetch changes up to a5068244b4f0c994791303b6186b6f732adab6c2:

  nbd: Don't inf-loop on early EOF (2016-11-10 16:01:30 +0100)

----------------------------------------------------------------
Small fixes for hard freeze.

----------------------------------------------------------------
Doug Evans (1):
      target-i386: document how x86 gdb_num_core_regs is computed.

Eric Blake (1):
      nbd: Don't inf-loop on early EOF

Marc-André Lureau (1):
      qdev: fix use-after-free regression from becdfa00cfa

Michael Tokarev (1):
      vl.c: move pidfile creation up the line

Paolo Bonzini (1):
      target-i386: fix typo

ZhuangYanying (1):
      target-i386/machine: fix migrate faile because of Hyper-V HV_X64_MSR_VP_RUNTIME

 hw/core/qdev-properties-system.c |  8 ++------
 nbd/client.c                     | 13 +++++++------
 target-i386/cpu.c                |  3 +++
 target-i386/kvm.c                |  2 +-
 target-i386/machine.c            |  4 ++++
 vl.c                             | 10 +++++-----
 6 files changed, 22 insertions(+), 18 deletions(-)

Comments

Stefan Hajnoczi Nov. 11, 2016, 12:51 p.m. UTC | #1
On Thu, Nov 10, 2016 at 06:52:36PM +0100, Paolo Bonzini wrote:
> The following changes since commit 207faf24c58859f5240f66bf6decc33b87a1776e:
> 
>   Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into staging (2016-11-07 14:02:15 +0000)
> 
> are available in the git repository at:
> 
> 
>   git://github.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to a5068244b4f0c994791303b6186b6f732adab6c2:
> 
>   nbd: Don't inf-loop on early EOF (2016-11-10 16:01:30 +0100)
> 
> ----------------------------------------------------------------
> Small fixes for hard freeze.
> 
> ----------------------------------------------------------------
> Doug Evans (1):
>       target-i386: document how x86 gdb_num_core_regs is computed.
> 
> Eric Blake (1):
>       nbd: Don't inf-loop on early EOF
> 
> Marc-André Lureau (1):
>       qdev: fix use-after-free regression from becdfa00cfa
> 
> Michael Tokarev (1):
>       vl.c: move pidfile creation up the line
> 
> Paolo Bonzini (1):
>       target-i386: fix typo
> 
> ZhuangYanying (1):
>       target-i386/machine: fix migrate faile because of Hyper-V HV_X64_MSR_VP_RUNTIME
> 
>  hw/core/qdev-properties-system.c |  8 ++------
>  nbd/client.c                     | 13 +++++++------
>  target-i386/cpu.c                |  3 +++
>  target-i386/kvm.c                |  2 +-
>  target-i386/machine.c            |  4 ++++
>  vl.c                             | 10 +++++-----
>  6 files changed, 22 insertions(+), 18 deletions(-)
> -- 
> 1.8.3.1
> 
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan