diff options
author | Thomas Huth <thuth@redhat.com> | 2024-03-04 13:49:38 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-05-14 12:46:46 +0200 |
commit | 3413c6628b71c865da354590c3b05aa1f55a0729 (patch) | |
tree | 59274a24621be2f118c33dc0a2a6801787ddcccf /event-loop-base.c | |
parent | 82fe5d08fd8b83173e506d266e614d0dca5f2088 (diff) | |
download | qemu-3413c6628b71c865da354590c3b05aa1f55a0729.zip qemu-3413c6628b71c865da354590c3b05aa1f55a0729.tar.gz qemu-3413c6628b71c865da354590c3b05aa1f55a0729.tar.bz2 |
block/gluster: Use URI parsing code from glib
Since version 2.66, glib has useful URI parsing functions, too.
Use those instead of the QEMU-internal ones to be finally able
to get rid of the latter.
Since g_uri_get_path() returns a const pointer, we also need to
tweak the parameter of parse_volume_options() (where we use the
result of g_uri_get_path() as input).
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20240418101056.302103-10-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'event-loop-base.c')
0 files changed, 0 insertions, 0 deletions