/external/qemu/qapi-auto-generated/ |
qmp-commands.h | 137 void qmp_block_set_io_throttle(const char * device, int64_t bps, int64_t bps_rd, int64_t bps_wr, int64_t iops, int64_t iops_rd, int64_t iops_wr, bool has_bps_max, int64_t bps_max, bool has_bps_rd_max, int64_t bps_rd_max, bool has_bps_wr_max, int64_t bps_wr_max, bool has_iops_max, int64_t iops_max, bool has_iops_rd_max, int64_t iops_rd_max, bool has_iops_wr_max, int64_t iops_wr_max, bool has_iops_size, int64_t iops_size, Error **errp);
|
qmp-marshal.c | 2543 bool has_iops_rd_max = false; local [all...] |
qapi-types.h | 2224 bool has_iops_rd_max; member in struct:BlockDeviceInfo [all...] |
qapi-visit.c | [all...] |