Re: [RFC PATCH v2 21/22] qapi: Inline and remove QERR_UNSUPPORTED definition

2024-06-12 Thread Konstantin Kostiuk
Hi Markus and Philippe, I agree to remove QERR_UNSUPPORTED and have more specific errors or even remove the functions from the schema in some cases instead of copy-paste QERR_UNSUPPORTED from platform to platform. Best Regards, Konstantin Kostiuk. On Wed, Jun 12, 2024 at 4:07 PM Markus

Re: [PATCH 08/15] qga/qapi-schema: Clean up documentation of guest-set-vcpus

2024-02-20 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Mon, Feb 5, 2024 at 9:47 AM Markus Armbruster wrote: > The command's doc comment describes the argument, but it's not marked > up as such. Easy enough to fix. > > Signed-off-by: Markus Armbruster > --- > qga/qapi-schema.json |

Re: [PATCH 07/15] qga/qapi-schema: Clean up documentation of guest-set-memory-blocks

2024-02-20 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Mon, Feb 5, 2024 at 9:47 AM Markus Armbruster wrote: > The command's doc comment describes the argument, but it's not marked > up as such. Easy enough to fix. > > Signed-off-by: Markus Armbruster > --- > qga/qapi-schema.json |

Re: [PATCH 4/5] qga: Move type description right after type name

2024-01-29 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Mon, Jan 29, 2024 at 1:50 PM Markus Armbruster wrote: > Documentation of type BlockdevOptionsIscsi describes the type's > purpose after its members. Everywhere else, we do it the other way > round. Move it for consistency. > > S

Re: [PATCH 5/5] qga/qapi-schema: Move command description right after command name

2024-01-29 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Mon, Jan 29, 2024 at 1:50 PM Markus Armbruster wrote: > Documentation of commands guest-ssh-get-authorized-keys, > guest-ssh-add-authorized-keys, and guest-ssh-remove-authorized-keys > describes the command's purpose after its arguments. E

Re: [PATCH v2 01/10] qga: Remove platform GUID definitions

2023-09-21 Thread Konstantin Kostiuk
Hi Akihiko, Thanks for ping. I will merge this commit with other qga fixes. Best Regards, Konstantin Kostiuk. On Thu, Sep 21, 2023 at 10:58 AM Akihiko Odaki wrote: > On 2022/11/17 18:45, Konstantin Kostiuk wrote: > > Reviewed-by: Konstantin Kostiuk > <mailto:kkos

Re: [PATCH 01/16] qga/qapi-schema: Tidy up documentation of guest-fsfreeze-status

2023-04-04 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Tue, Apr 4, 2023 at 2:59 PM Markus Armbruster wrote: > Delete "error state indicates", because it doesn't make sense. > I suspect it was an accident. > > Signed-off-by: Markus Armbruster > --- > qga/qapi-schema.json | 2

Re: [PATCH v4 09/19] qga: Clean up includes

2023-01-19 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Thu, Jan 19, 2023 at 9:00 AM Markus Armbruster wrote: > Clean up includes so that osdep.h is included first and headers > which it implies are not included manually. > > This commit was created with scripts/clean-includes. > > Sig

Re: [PATCH v2 01/10] qga: Remove platform GUID definitions

2022-11-17 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk Will merge this patch in QGA series On Thu, Nov 10, 2022 at 12:06 PM Akihiko Odaki wrote: > GUID_DEVINTERFACE_DISK and GUID_DEVINTERFACE_STORAGEPORT are already > defined by MinGW-w64. They are not only unnecessary, but can lead to > duplicate definiti

Re: [PATCH 01/10] qga: Remove platform GUID definitions

2022-11-10 Thread Konstantin Kostiuk
On Thu, Nov 10, 2022 at 8:25 AM Akihiko Odaki wrote: > GUID_DEVINTERFACE_DISK and GUID_DEVINTERFACE_STORAGEPORT are already > defined by MinGW-w64. They are not only unnecessary, but can lead to > duplicate definition errors at link time with some unknown condition. > What version of MinGW-w64 d

Re: [PATCH v2 14/15] qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir

2022-05-05 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Thu, May 5, 2022 at 11:16 AM wrote: > From: Marc-André Lureau > > Use more conventional variables to set the location of pre-built > DLL/bin. > > Signed-off-by: Marc-André Lureau > --- > configure | 9

Re: [PATCH v2 13/15] qga/wixl: simplify some pre-processing

2022-05-05 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Thu, May 5, 2022 at 11:16 AM wrote: > From: Marc-André Lureau > > Sadly, wixl doesn't have 'elif'. > > Signed-off-by: Marc-André Lureau > --- > qga/installer/qemu-ga.wxs | 20 +++- > 1 file changed, 7

Re: [PATCH v2 12/15] qga/wixl: require Mingw_bin

2022-05-05 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Thu, May 5, 2022 at 11:16 AM wrote: > From: Marc-André Lureau > > No clear reason to make guesses here. > > Signed-off-by: Marc-André Lureau > --- > qga/installer/qemu-ga.wxs | 9 - > 1 file changed, 9 deletions(-) > &

Re: [PATCH v2 11/15] qga/wixl: prefer variables over environment

2022-05-05 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Thu, May 5, 2022 at 11:16 AM wrote: > From: Marc-André Lureau > > No need to setup an environment or to check if the variable is undefined > manually. > > Signed-off-by: Marc-André Lureau > --- > qga/in