Re: [PATCH for-6.0?] qga: fix guest-get-disks regression

2021-04-20 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Commit 54aa3de72 ("qapi: Use QAPI_LIST_PREPEND() where possible") > inadvertently removed the has_dependencies from the partition disk > info, resulting in empty list being returned. > > Fixes:

Re: [PATCH for-6.0?] qga: fix guest-get-disks regression

2021-04-20 Thread Peter Maydell
On Tue, 20 Apr 2021 at 16:03, Markus Armbruster wrote: > > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > Commit 54aa3de72 ("qapi: Use QAPI_LIST_PREPEND() where possible") > > inadvertently removed the has_dependencies from the partition disk > > info, resulting in

Re: [PATCH for-6.0?] qga: fix guest-get-disks regression

2021-04-20 Thread Philippe Mathieu-Daudé
On 4/20/21 2:58 PM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Commit 54aa3de72 ("qapi: Use QAPI_LIST_PREPEND() where possible") > inadvertently removed the has_dependencies from the partition disk > info, resulting in empty list being returned. > > Fixes:

Re: [PATCH for-6.0?] qga: fix guest-get-disks regression

2021-04-20 Thread Daniel P . Berrangé
On Tue, Apr 20, 2021 at 04:58:31PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Commit 54aa3de72 ("qapi: Use QAPI_LIST_PREPEND() where possible") > inadvertently removed the has_dependencies from the partition disk > info, resulting in empty list being returned. > >

[PATCH for-6.0?] qga: fix guest-get-disks regression

2021-04-20 Thread marcandre . lureau
From: Marc-André Lureau Commit 54aa3de72 ("qapi: Use QAPI_LIST_PREPEND() where possible") inadvertently removed the has_dependencies from the partition disk info, resulting in empty list being returned. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1950833 Signed-off-by: Marc-André Lureau