[PULL 0/7] Misc patches for QEMU 6.1-rc2

Paolo Bonzini posted 7 patches 2 years, 9 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210729124713.208422-1-pbonzini@redhat.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
Makefile                                         |  8 +++++---
configure                                        |  4 ++--
subprojects/libvhost-user/include/atomic.h       |  1 +
subprojects/libvhost-user/libvhost-user.c        | 10 +++++-----
subprojects/libvhost-user/meson.build            |  6 +-----
subprojects/libvhost-user/standard-headers/linux |  1 +
target/i386/kvm/kvm.c                            | 14 ++++++++++++++
target/i386/tcg/sysemu/svm_helper.c              |  8 +++++++-
8 files changed, 36 insertions(+), 16 deletions(-)
create mode 120000 subprojects/libvhost-user/include/atomic.h
create mode 120000 subprojects/libvhost-user/standard-headers/linux
[PULL 0/7] Misc patches for QEMU 6.1-rc2
Posted by Paolo Bonzini 2 years, 9 months ago
The following changes since commit 69ea12b19a15ae006521cd5cc0f627f27f738746:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-07-27' into staging (2021-07-28 13:32:12 +0100)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 4fe29344bef6c54a6eff7aa0343754f8a9df5715:

  libvhost-user: fix -Werror=format= warnings with __u64 fields (2021-07-29 10:15:52 +0200)

----------------------------------------------------------------
Bugfixes.

----------------------------------------------------------------
Alexey Neyman (1):
      Makefile: ignore long options

Lara Lazier (1):
      target/i386: Added consistency checks for event injection

Marc-André Lureau (2):
      meson: fix meson 0.58 warning with libvhost-user subproject
      libvhost-user: fix -Werror=format= warnings with __u64 fields

Paolo Bonzini (1):
      target/i386: fix typo in ctl_has_irq

Richard Henderson (1):
      configure: Add -Werror to avx2, avx512 tests

Vitaly Kuznetsov (1):
      i386: assert 'cs->kvm_state' is not null

 Makefile                                         |  8 +++++---
 configure                                        |  4 ++--
 subprojects/libvhost-user/include/atomic.h       |  1 +
 subprojects/libvhost-user/libvhost-user.c        | 10 +++++-----
 subprojects/libvhost-user/meson.build            |  6 +-----
 subprojects/libvhost-user/standard-headers/linux |  1 +
 target/i386/kvm/kvm.c                            | 14 ++++++++++++++
 target/i386/tcg/sysemu/svm_helper.c              |  8 +++++++-
 8 files changed, 36 insertions(+), 16 deletions(-)
 create mode 120000 subprojects/libvhost-user/include/atomic.h
 create mode 120000 subprojects/libvhost-user/standard-headers/linux
-- 
2.31.1


Re: [PULL 0/7] Misc patches for QEMU 6.1-rc2
Posted by Peter Maydell 2 years, 9 months ago
On Thu, 29 Jul 2021 at 13:49, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 69ea12b19a15ae006521cd5cc0f627f27f738746:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-07-27' into staging (2021-07-28 13:32:12 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 4fe29344bef6c54a6eff7aa0343754f8a9df5715:
>
>   libvhost-user: fix -Werror=format= warnings with __u64 fields (2021-07-29 10:15:52 +0200)
>
> ----------------------------------------------------------------
> Bugfixes.
>

Applied, thanks.

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

-- PMM