On Mon, Aug 26, 2013 at 04:42:51PM +0200, Benoît Canet wrote: > @@ -1404,10 +1404,16 @@ Arguments: > - "device": device name (json-string) > - "bps": total throughput limit in bytes per second(json-int) > - "bps_rd": read throughput limit in bytes per second(json-int) > -- "bps_wr": read throughput limit in bytes per second(json-int) > +- "bps_wr": write throughput limit in bytes per second(json-int) > - "iops": total I/O operations per second(json-int) > - "iops_rd": read I/O operations per second(json-int) > - "iops_wr": write I/O operations per second(json-int) > +- "bps_max": total max in bytes(json-int) > +- "bps_rd_max": read max in bytes(json-int) > +- "bps_wr_max": write max in bytes(json-int) > +- "iops_max": total I/O operations max(json-int) > +- "iops_rd_max": read I/O operations max(json-int) > +- "iops_wr_max": write I/O operations max(json-int)
Space before (json-int). Also we might want to document in which QEMU version the *_max fields were added. Stefan