Searched refs:percentage (Results 1 – 4 of 4) sorted by relevance
/qemu/tests/qtest/migration/ |
H A D | precopy-tests.c | 366 int64_t percentage; in test_auto_converge() local 401 percentage = 0; in test_auto_converge() 403 percentage = read_migrate_property_int(from, "cpu-throttle-percentage"); in test_auto_converge() 404 if (percentage != 0) { in test_auto_converge() 411 g_assert_cmpint(percentage, >=, init_pct); in test_auto_converge() 452 percentage = read_migrate_property_int(from, "cpu-throttle-percentage"); in test_auto_converge() 453 g_assert_cmpint(percentage, <=, max_pct); in test_auto_converge()
|
/qemu/qapi/ |
H A D | migration.json | 224 # @cpu-throttle-percentage: percentage of time guest cpus are being 273 '*cpu-throttle-percentage': 'int', 753 # percentage. The default value is 50. (Since 5.0) 755 # @cpu-throttle-initial: Initial percentage of time guest cpus are 759 # @cpu-throttle-increment: throttle percentage increase each time 765 # CPU percentage while the @cpu-throttle -increment is excessive 767 # compute the ideal CPU percentage used by the Guest, which may 771 # ideal CPU percentage. Therefore, it is compatible to 832 # @max-cpu-throttle: maximum cpu throttle percentage. Defaults to 99. 934 # percentage. The default value is 50. (Since 5.0) [all …]
|
/qemu/ui/ |
H A D | cocoa.m | 1676 int throttle_pct; /* throttle percentage */ 1694 // get the throttle percentage 1776 int p, percentage, throttle_pct; 1779 percentage = p * 10 > 1 ? p * 10 : 1; // prevent a 0% menu item 1782 …initWithTitle: [NSString stringWithFormat: @"%d%%", percentage] action:@selector(adjustSpeed:) key… 1784 if (percentage == 100) { 1788 /* Calculate the throttle percentage */ 1789 throttle_pct = -1 * percentage + 100;
|
/qemu/qga/ |
H A D | qapi-schema.json | 976 'percentage-used': 'int',
|