qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V5] fsdev: add IO throttle support to fsdev devi


From: Alberto Garcia
Subject: Re: [Qemu-devel] [PATCH V5] fsdev: add IO throttle support to fsdev devices
Date: Fri, 21 Oct 2016 17:05:00 +0200
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu)

On Fri 21 Oct 2016 05:02:29 PM CEST, Alberto Garcia wrote:
>> +void fsdev_throttle_request(FsThrottle *fst, bool is_write,
>> +                            struct iovec *iov, int iovcnt)
>
> First, mark the function as running in a coroutine context:
>
> void coroutine_fn fsdev_throttle_request(FsThrottle *fst, bool is_write,
>                                          struct iovec *iov, int
>                                          iovcnt)

Sorry, I forgot to update the function name, it should be
fsdev_co_throttle_request()

Berto



reply via email to

[Prev in Thread] Current Thread [Next in Thread]