Stefan Hajnoczi 0421b563ab coroutine: add flag to re-queue at front of CoQueue
When a coroutine wakes up it may determine that it must re-queue.
Normally coroutines are pushed onto the back of the CoQueue, but for
fairness it may be necessary to push it onto the front of the CoQueue.

Add a flag to specify that the coroutine should be pushed onto the front
of the CoQueue. A later patch will use this to ensure fairness in the
bounce buffer CoQueue used by the blkio BlockDriver.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20221013185908.1297568-2-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2022-10-26 14:56:42 -04:00
..
2022-05-03 15:16:21 +04:00
2022-04-28 08:51:56 +02:00
2022-03-04 08:50:41 -10:00
2022-07-13 16:58:57 +02:00
2022-10-07 12:11:41 +02:00
2022-04-20 10:51:11 -07:00
2022-04-21 17:03:51 +04:00
2022-03-04 18:14:40 +01:00