qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V10] fsdev: add IO throttle support to fsdev dev


From: Pradeep Jagadeesh
Subject: Re: [Qemu-devel] [PATCH V10] fsdev: add IO throttle support to fsdev devices
Date: Wed, 9 Nov 2016 13:18:04 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

On 11/9/2016 11:23 AM, Alberto Garcia wrote:
On Wed 09 Nov 2016 10:50:40 AM CET, Pradeep Jagadeesh wrote:

Uses throttling APIs to limit I/O bandwidth and number of operations
on the devices which use 9p-local driver.

Signed-off-by: Pradeep Jagadeesh <address@hidden>

It looks good now, thanks!

+void fsdev_throttle_parse_opts(QemuOpts *opts, FsThrottle *fst, Error **err)
+{
   [...]
+    throttle_is_valid(&fst->cfg, err);
+}

Following the QEMU conventions, I would still rename 'err' to 'errp' in
this function (since it's an Error **).

Otherwise,
Thanks, I will change it.

-Pradeep

Reviewed-by: Alberto Garcia <address@hidden>

Berto





reply via email to

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