[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/29] Misc patches for 2023-01-10
From: |
Peter Maydell |
Subject: |
Re: [PULL 00/29] Misc patches for 2023-01-10 |
Date: |
Tue, 10 Jan 2023 22:07:01 +0000 |
On Tue, 10 Jan 2023 at 18:29, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 3d83b78285d6e96636130f7d449fd02e2d4deee0:
>
> Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
> (2023-01-08 14:27:40 +0000)
>
> are available in the Git repository at:
>
> https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to cd78f1d264c1ac7dfd7fa50abce0dec71a1f41ac:
>
> configure: remove backwards-compatibility code (2023-01-09 16:54:56 +0100)
>
> ----------------------------------------------------------------
> * Atomic memslot updates for KVM (Emanuele, David)
> * libvhost-user/libvduse warnings fixes (Marcel)
> * i386 TCG fixes (Joe, myself)
> * Remove compilation errors when -Werror=maybe-uninitialized (Eric)
> * fix GLIB_VERSION for cross-compilation (Paolo)
>
> ----------------------------------------------------------------
This provokes a new warning in compiling the testsuite on ppc:
../../tests/fp/berkeley-testfloat-3/source/fail.c: In function 'fail':
../../tests/fp/berkeley-testfloat-3/source/fail.c:53:5: warning:
function 'fail' might be a candidate for 'gnu_printf' format attribute
[-Wsuggest-attribute=format]
53 | vfprintf( stderr, messagePtr, varArgs );
| ^~~~~~~~
thanks
-- PMM
- [PULL 16/29] libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMU, (continued)
- [PULL 16/29] libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMU, Paolo Bonzini, 2023/01/10
- [PULL 18/29] libvhost-user: Cast rc variable to avoid compiler warning, Paolo Bonzini, 2023/01/10
- [PULL 19/29] libvhost-user: Use unsigned int i for some for-loop iterations, Paolo Bonzini, 2023/01/10
- [PULL 28/29] target/i386: fix operand size of unary SSE operations, Paolo Bonzini, 2023/01/10
- [PULL 20/29] libvhost-user: Declare uffdio_register early to make it C90 compliant, Paolo Bonzini, 2023/01/10
- [PULL 29/29] configure: remove backwards-compatibility code, Paolo Bonzini, 2023/01/10
- [PULL 27/29] libvduse: Add extra compiler warnings, Paolo Bonzini, 2023/01/10
- [PULL 23/29] libvduse: Switch to unsigned int for inuse field in struct VduseVirtq, Paolo Bonzini, 2023/01/10
- [PULL 26/29] libvhost-user: Add extra compiler warnings, Paolo Bonzini, 2023/01/10
- [PULL 25/29] libvhost-user: Fix assignment in vring_set_avail_event, Paolo Bonzini, 2023/01/10
- Re: [PULL 00/29] Misc patches for 2023-01-10,
Peter Maydell <=