Lines Matching +full:close +full:- +full:pull
27 # Returns a node for blockdev-add
33 'node-name': node_name,
47 'throttle-group': throttle,
65 # finish, it polls and thus makes stream finish concurrently --
78 qemu_img('create', '-f', 'raw', node0_path, '64M')
84 qemu_img('create', '-f', iotests.imgfmt, path, '64M')
88 # earlier and then pull in stream
90 '-c', 'write %iK 64K' % (65536 - 192),
91 '-c', 'write %iK 64K' % (65536 - 64))
96 qemu_io(node1_path, '-c', 'write %iK 64K' % (65536 - 64))
102 vm.qmp_log('object-add',
103 qom_type='throttle-group',
106 'iops-write': 1,
107 'iops-write-max': 1
110 vm.qmp_log('blockdev-add',
119 vm.qmp_log('block-commit',
122 filter_node_name='commit-filter',
127 vm.qmp_log('block-stream',
130 base_node='commit-filter')
138 # But still, this is close enough for what we want to
144 graph = vm.qmp('x-debug-query-block-graph')['return']
158 # Need backing file and change-backing-file support