Re: [PATCH v2] docs: Mark "gluster" support in QEMU as deprecated

2024-09-27 Thread Markus Armbruster
Thomas Huth writes: > According to https://marc.info/?l=fedora-devel-list&m=171934833215726 > the GlusterFS development effectively ended. Thus mark it as deprecated > in QEMU, so we can remove it in a future release if the project does > not gain momentum again. > > Acked-by: Niels de Vos > Sig

Re: [PATCH 06/23] hw/ppc/e500: Use SysBusDevice API to access TYPE_CCSR's internal resources

2024-09-27 Thread Bernhard Beschow
Am 23. September 2024 10:28:35 UTC schrieb BALATON Zoltan : >On Mon, 23 Sep 2024, Bernhard Beschow wrote: >> Rather than accessing the attributes of TYPE_CCSR directly, use the >> SysBusDevice >> API which exists exactly for that purpose. Furthermore, registering the >> memory >> region with t

Re: [PATCH] block: Remove unused aio_task_pool_empty

2024-09-27 Thread Vladimir Sementsov-Ogievskiy
On 17.09.24 03:20, d...@treblig.org wrote: From: "Dr. David Alan Gilbert" aio_task_pool_empty has been unused since it was added in 6e9b225f73 ("block: introduce aio task pool") Remove it. Signed-off-by: Dr. David Alan Gilbert Thanks, applied to my block branch. -- Best regards, Vladimir

Re: [PATCH] util/co-shared-resource: Remove unused co_try_get_from_shres

2024-09-27 Thread Vladimir Sementsov-Ogievskiy
On 18.09.24 15:42, d...@treblig.org wrote: From: "Dr. David Alan Gilbert" co_try_get_from_shres hasn't been used since it was added in 55fa54a789 ("co-shared-resource: protect with a mutex") (Everyone uses the _locked version) Remove it. Signed-off-by: Dr. David Alan Gilbert Thanks, appli

Re: [PATCH v2 18/22] hw/virtio: fix -Werror=maybe-uninitialized false-positive

2024-09-27 Thread Eugenio Perez Martin
On Wed, Sep 25, 2024 at 10:08 AM Stefano Garzarella wrote: > > On Tue, Sep 24, 2024 at 05:05:49PM GMT, marcandre.lur...@redhat.com wrote: > >From: Marc-André Lureau > > For the title: I don't think it is a false positive, but a real fix, > indeed maybe not a complete one. > > > > >../hw/virtio/vh

Re: [PATCH v2 18/22] hw/virtio: fix -Werror=maybe-uninitialized false-positive

2024-09-27 Thread Eugenio Perez Martin
On Tue, Sep 24, 2024 at 3:07 PM wrote: > > From: Marc-André Lureau > > ../hw/virtio/vhost-shadow-virtqueue.c:545:13: error: ‘r’ may be used > uninitialized [-Werror=maybe-uninitialized] > > Signed-off-by: Marc-André Lureau > --- > hw/virtio/vhost-shadow-virtqueue.c | 2 +- > 1 file changed, 1