qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 1/4] util/uri: Remove uri_string_unescape()


From: Stefan Weil
Subject: Re: [PATCH v2 1/4] util/uri: Remove uri_string_unescape()
Date: Wed, 24 Jan 2024 06:43:36 +0100
User-agent: Mozilla Thunderbird

Am 23.01.24 um 19:22 schrieb Thomas Huth:

uri_string_unescape() basically does the same as the glib function
g_uri_unescape_segment(). So we can get rid of our implementation
completely by simply using the glib function instead.

Suggested-by: Stefan Weil <sw@weilnetz.de> [g_uri_unescape_string()]
Suggested-by: Paolo Bonzini <pbonzini@redhat.com> [g_uri_unescape_segment()]
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  include/qemu/uri.h |  1 -
  util/uri.c         | 97 ++++++----------------------------------------
  2 files changed, 11 insertions(+), 87 deletions(-)


Reviewed-by: Stefan Weil<sw@weilnetz.de>

Thank you, Thomas and Paolo.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]