Re: [PATCH v2 13/13] util/uri: Remove the old URI parsing code

2024-04-12 Thread Eric Blake
On Fri, Apr 12, 2024 at 03:24:15PM +0200, Thomas Huth wrote: > Now that we switched all consumers of the URI code to use the URI > parsing functions from glib instead, we can remove our internal > URI parsing code since it is not used anymore. > > Signed-off-by: Thomas Huth > --- > include/qemu/

[PATCH v2 13/13] util/uri: Remove the old URI parsing code

2024-04-12 Thread Thomas Huth
Now that we switched all consumers of the URI code to use the URI parsing functions from glib instead, we can remove our internal URI parsing code since it is not used anymore. Signed-off-by: Thomas Huth --- include/qemu/uri.h | 99 --- util/uri.c | 1466 ---