Re: [PATCH] Add missing coroutine_fn function signature to functions

2021-05-17 Thread cennedee
Focusing on a single file at a time now, this particular revised patch adds missing function signature `coroutine_fn` to definitions in scsi/qemu-pr-helper.c Intend to do more files in a separate patch series once I get the full flow of this. Compared to my previous e-mail, have also confirmed

Re: [PATCH] Add missing coroutine_fn function signature to functions

2021-05-06 Thread cennedee
Thank you for the feedback. Here is an updated patch. Added more functions related to do_sgio() as suggested. Also found one related to prh_co_entry() I have removed (edits on) two files as there are many more functions I found in those. So I think another thread might be more appropriate

Re: [PATCH] Add missing coroutine_fn function signature to functions

2021-05-03 Thread Stefan Hajnoczi
On Fri, Apr 30, 2021 at 09:34:41PM +, cennedee wrote: > From 447601c28d5ed0b1208a0560390f760e75ce5613 Mon Sep 17 00:00:00 2001 > From: Cenne Dee > Date: Fri, 30 Apr 2021 15:52:28 -0400 > Subject: [PATCH] Add missing coroutine_fn function signature to functions > > Patch

[PATCH] Add missing coroutine_fn function signature to functions

2021-04-30 Thread cennedee
>From 447601c28d5ed0b1208a0560390f760e75ce5613 Mon Sep 17 00:00:00 2001 From: Cenne Dee Date: Fri, 30 Apr 2021 15:52:28 -0400 Subject: [PATCH] Add missing coroutine_fn function signature to functions Patch adds the signature for all relevant functions ending with _co or those that use t