[Qemu-devel] [PULL 0/9] Misc patches for 2017-08-08

Paolo Bonzini posted 9 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170808152941.11247-1-pbonzini@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
bsd-user/main.c         |  2 ++
hw/scsi/scsi-bus.c      |  7 ++++++-
include/qemu-common.h   |  5 +++++
include/qemu/rcu.h      |  7 ++++++-
include/sysemu/kvm.h    | 14 ++++----------
linux-user/main.c       |  4 +++-
linux-user/syscall.c    |  1 -
os-posix.c              |  2 --
qemu-img-cmds.hx        | 22 +++++++++++++---------
qemu-img.c              |  2 +-
qemu-io.c               |  9 ++++++---
qemu-nbd.c              |  2 +-
qga/main.c              |  8 +++++---
target/i386/translate.c |  1 +
util/rcu.c              | 30 +++++++++++++++++++++++++++---
vl.c                    |  5 ++++-
16 files changed, 84 insertions(+), 37 deletions(-)
[Qemu-devel] [PULL 0/9] Misc patches for 2017-08-08
Posted by Paolo Bonzini 6 years, 7 months ago
The following changes since commit c233a35d3d91af666aa95a6a3ba8244d4ce728c6:

  Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170803' into staging (2017-08-04 13:03:58 +0100)

are available in the git repository at:

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

for you to fetch changes up to f5048cb7517348a20ba202e435e1006a8f5001cf:

  maint: Include bug-reporting info in --help output (2017-08-08 17:28:53 +0200)

----------------------------------------------------------------
* --help/--version improvements (Eric)
* GCC 7 workaround (Greg)
* Small SCSI fix (Hannes)
* SSE 4.1 fix (Joseph)
* RCU deadlock fix (myself)

----------------------------------------------------------------
Eric Blake (4):
      qemu-img: Sort sub-command names in --help
      qemu-io: Give more --version information
      qga: Give more --version information
      maint: Include bug-reporting info in --help output

Greg Kurz (1):
      kvm: workaround build break on gcc-7.1.1 / fedora26

Hannes Reinecke (1):
      scsi: clarify sense codes for LUN0 emulation

Joseph Myers (1):
      target/i386: set rip_offset for some SSE4.1 instructions

Paolo Bonzini (2):
      rcu: completely disable pthread_atfork callbacks as soon as possible
      Revert "rcu: do not create thread in pthread_atfork callback"

 bsd-user/main.c         |  2 ++
 hw/scsi/scsi-bus.c      |  7 ++++++-
 include/qemu-common.h   |  5 +++++
 include/qemu/rcu.h      |  7 ++++++-
 include/sysemu/kvm.h    | 14 ++++----------
 linux-user/main.c       |  4 +++-
 linux-user/syscall.c    |  1 -
 os-posix.c              |  2 --
 qemu-img-cmds.hx        | 22 +++++++++++++---------
 qemu-img.c              |  2 +-
 qemu-io.c               |  9 ++++++---
 qemu-nbd.c              |  2 +-
 qga/main.c              |  8 +++++---
 target/i386/translate.c |  1 +
 util/rcu.c              | 30 +++++++++++++++++++++++++++---
 vl.c                    |  5 ++++-
 16 files changed, 84 insertions(+), 37 deletions(-)
-- 
2.13.3


Re: [Qemu-devel] [PULL 0/9] Misc patches for 2017-08-08
Posted by Peter Maydell 6 years, 7 months ago
On 8 August 2017 at 16:29, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit c233a35d3d91af666aa95a6a3ba8244d4ce728c6:
>
>   Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170803' into staging (2017-08-04 13:03:58 +0100)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to f5048cb7517348a20ba202e435e1006a8f5001cf:
>
>   maint: Include bug-reporting info in --help output (2017-08-08 17:28:53 +0200)
>
> ----------------------------------------------------------------
> * --help/--version improvements (Eric)
> * GCC 7 workaround (Greg)
> * Small SCSI fix (Hannes)
> * SSE 4.1 fix (Joseph)
> * RCU deadlock fix (myself)
>

Applied, thanks.

-- PMM