[PATCH 0/3] vl.c: select_machine(): improve error message

Vladimir Sementsov-Ogievskiy posted 3 patches 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240626134305.432627-1-vsementsov@yandex-team.ru
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
system/vl.c | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
[PATCH 0/3] vl.c: select_machine(): improve error message
Posted by Vladimir Sementsov-Ogievskiy 5 months ago
Hi all!

Here are three simple patches, improving select_machine() function a
bit.

Vladimir Sementsov-Ogievskiy (3):
  vl.c: select_machine(): use ERRP_GUARD instead of error propagation
  vl.c: select_machine(): use g_autoptr
  vl.c: select_machine(): add selected machine type to error message

 system/vl.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] vl.c: select_machine(): improve error message
Posted by Michael Tokarev 5 months ago
26.06.2024 16:43, Vladimir Sementsov-Ogievskiy wrote:
> Hi all!
> 
> Here are three simple patches, improving select_machine() function a
> bit.

Applied to trivial-patches, thank you!

/mjt

-- 
GPG Key transition (from rsa2048 to rsa4096) since 2024-04-24.
New key: rsa4096/61AD3D98ECDF2C8E  9D8B E14E 3F2A 9DD7 9199  28F1 61AD 3D98 ECDF 2C8E
Old key: rsa2048/457CE0A0804465C5  6EE1 95D1 886E 8FFB 810D  4324 457C E0A0 8044 65C5
Transition statement: http://www.corpit.ru/mjt/gpg-transition-2024.txt
Re: [PATCH 0/3] vl.c: select_machine(): improve error message
Posted by Philippe Mathieu-Daudé 5 months ago
On 26/6/24 15:43, Vladimir Sementsov-Ogievskiy wrote:

> Vladimir Sementsov-Ogievskiy (3):
>    vl.c: select_machine(): use ERRP_GUARD instead of error propagation
>    vl.c: select_machine(): use g_autoptr
>    vl.c: select_machine(): add selected machine type to error message

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>