On Wed, Jun 29, 2022 at 10:15:38AM -0400, Emanuele Giuseppe Esposito wrote: > These public functions are not used anywhere, thus can be dropped. > Also, since this is the final job API that doesn't use AioContext > lock and replaces it with job_lock, adjust all remaining function > documentation to clearly specify if the job lock is taken or not. > > Signed-off-by: Emanuele Giuseppe Esposito > --- > include/qemu/job.h | 97 +++++++++++++---------------------- > job.c | 122 ++------------------------------------------- > 2 files changed, 40 insertions(+), 179 deletions(-) Reviewed-by: Stefan Hajnoczi