[PULL 0/6] Misc fixes for 7.0

Thomas Huth posted 6 patches 3 years, 10 months ago
Failed in applying to current master (apply log)
meson.build                              |  6 +++---
hw/9pfs/9p.h                             | 18 ------------------
hw/9pfs/9p.c                             | 28 +++++++++++++++++++++++-----
target/s390x/tcg/cc_helper.c             |  8 ++++----
MAINTAINERS                              |  2 +-
scripts/tracetool/format/ust_events_h.py |  4 ++--
6 files changed, 33 insertions(+), 33 deletions(-)
[PULL 0/6] Misc fixes for 7.0
Posted by Thomas Huth 3 years, 10 months ago
The following changes since commit 9b617b1bb4056e60b39be4c33be20c10928a6a5c:

  Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-04-01 10:23:27 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-04-01

for you to fetch changes up to e32aaa5a19e24233180042f84a0235a209de71cc:

  trace: fix compilation with lttng-ust >= 2.13 (2022-04-01 13:06:07 +0200)

----------------------------------------------------------------
* Fix some compilation issues
* Fix overflow calculation in s390x emulation
* Update location of lockdown.yml in MAINTAINERS file

----------------------------------------------------------------
Bruno Haible (2):
      target/s390x: Fix determination of overflow condition code after addition
      target/s390x: Fix determination of overflow condition code after subtraction

Marc-André Lureau (1):
      trace: fix compilation with lttng-ust >= 2.13

Thomas Huth (1):
      meson.build: Fix dependency of page-vary-common.c to config-poison.h

Will Cohen (1):
      9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c

Yonggang Luo (1):
      misc: Fixes MAINTAINERS's path .github/workflows/lockdown.yml

 meson.build                              |  6 +++---
 hw/9pfs/9p.h                             | 18 ------------------
 hw/9pfs/9p.c                             | 28 +++++++++++++++++++++++-----
 target/s390x/tcg/cc_helper.c             |  8 ++++----
 MAINTAINERS                              |  2 +-
 scripts/tracetool/format/ust_events_h.py |  4 ++--
 6 files changed, 33 insertions(+), 33 deletions(-)


Re: [PULL 0/6] Misc fixes for 7.0
Posted by Peter Maydell 3 years, 10 months ago
On Fri, 1 Apr 2022 at 16:23, Thomas Huth <thuth@redhat.com> wrote:
>
> The following changes since commit 9b617b1bb4056e60b39be4c33be20c10928a6a5c:
>
>   Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-04-01 10:23:27 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2022-04-01
>
> for you to fetch changes up to e32aaa5a19e24233180042f84a0235a209de71cc:
>
>   trace: fix compilation with lttng-ust >= 2.13 (2022-04-01 13:06:07 +0200)
>
> ----------------------------------------------------------------
> * Fix some compilation issues
> * Fix overflow calculation in s390x emulation
> * Update location of lockdown.yml in MAINTAINERS file
>
> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM