Re: [PATCH] util/co-shared-resource: Remove unused co_try_get_from_shres

2024-09-27 Thread Vladimir Sementsov-Ogievskiy
On 18.09.24 15:42, d...@treblig.org wrote: From: "Dr. David Alan Gilbert" co_try_get_from_shres hasn't been used since it was added in 55fa54a789 ("co-shared-resource: protect with a mutex") (Everyone uses the _locked version) Remove it. Signed-off-by: Dr. David Alan Gilbert Thanks, appli

[PATCH] util/co-shared-resource: Remove unused co_try_get_from_shres

2024-09-18 Thread dave
From: "Dr. David Alan Gilbert" co_try_get_from_shres hasn't been used since it was added in 55fa54a789 ("co-shared-resource: protect with a mutex") (Everyone uses the _locked version) Remove it. Signed-off-by: Dr. David Alan Gilbert --- include/qemu/co-shared-resource.h | 7 --- util/qe