[Qemu-devel] [PULL 0/4] Misc fixes for 2.9.0-rc1

Paolo Bonzini posted 4 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170320160446.14643-1-pbonzini@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
Makefile                 |   1 +
bsd-user/mmap.c          |   5 ---
configure                |   6 ---
cpus.c                   |   3 +-
hw/block/Makefile.objs   |   2 +-
hw/char/Makefile.objs    |   2 +-
hw/display/Makefile.objs |   2 +-
hw/net/Makefile.objs     |   2 +-
hw/usb/Makefile.objs     |   2 +-
hw/xen/Makefile.objs     |   2 +-
include/qemu/systemd.h   |  26 ++++++++++++
qemu-nbd.c               | 100 ++++-------------------------------------------
qga/main.c               |  51 ++++++------------------
util/Makefile.objs       |   1 +
util/systemd.c           |  77 ++++++++++++++++++++++++++++++++++++
15 files changed, 134 insertions(+), 148 deletions(-)
create mode 100644 include/qemu/systemd.h
create mode 100644 util/systemd.c
[Qemu-devel] [PULL 0/4] Misc fixes for 2.9.0-rc1
Posted by Paolo Bonzini 7 years ago
The following changes since commit ebedf0f9cd46b617df331eecc857c379d574ac62:

  nios2: iic: Convert CPU prop to qom link (2017-03-18 18:22:54 +0000)

are available in the git repository at:

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

for you to fetch changes up to b3d3a426da9b067366bc132d53a6fa6b72675b55:

  hax: fix breakage in locking (2017-03-20 12:24:43 +0100)

----------------------------------------------------------------
fixes for 2.9-rc1, plus removal of -mno-cygwin references

----------------------------------------------------------------
Paolo Bonzini (2):
      qemu-ga: obey LISTEN_PID when using systemd socket activation
      configure: remove Cygwin

Stefano Stabellini (1):
      xen: do not build backends for targets that do not support xen

Vincent Palatin (1):
      hax: fix breakage in locking

 Makefile                 |   1 +
 bsd-user/mmap.c          |   5 ---
 configure                |   6 ---
 cpus.c                   |   3 +-
 hw/block/Makefile.objs   |   2 +-
 hw/char/Makefile.objs    |   2 +-
 hw/display/Makefile.objs |   2 +-
 hw/net/Makefile.objs     |   2 +-
 hw/usb/Makefile.objs     |   2 +-
 hw/xen/Makefile.objs     |   2 +-
 include/qemu/systemd.h   |  26 ++++++++++++
 qemu-nbd.c               | 100 ++++-------------------------------------------
 qga/main.c               |  51 ++++++------------------
 util/Makefile.objs       |   1 +
 util/systemd.c           |  77 ++++++++++++++++++++++++++++++++++++
 15 files changed, 134 insertions(+), 148 deletions(-)
 create mode 100644 include/qemu/systemd.h
 create mode 100644 util/systemd.c
-- 
2.9.3


Re: [Qemu-devel] [PULL 0/4] Misc fixes for 2.9.0-rc1
Posted by Peter Maydell 7 years ago
On 20 March 2017 at 16:04, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit ebedf0f9cd46b617df331eecc857c379d574ac62:
>
>   nios2: iic: Convert CPU prop to qom link (2017-03-18 18:22:54 +0000)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to b3d3a426da9b067366bc132d53a6fa6b72675b55:
>
>   hax: fix breakage in locking (2017-03-20 12:24:43 +0100)
>
> ----------------------------------------------------------------
> fixes for 2.9-rc1, plus removal of -mno-cygwin references
>
> ----------------------------------------------------------------
> Paolo Bonzini (2):
>       qemu-ga: obey LISTEN_PID when using systemd socket activation
>       configure: remove Cygwin
>
> Stefano Stabellini (1):
>       xen: do not build backends for targets that do not support xen
>
> Vincent Palatin (1):
>       hax: fix breakage in locking

Applied, thanks.

-- PMM