Lines Matching full:node
21 # Check that block node activation and inactivation works with a block graph
44 (vm_a.add_blockdev('file,filename=%s,node-name=drive0-file' % (img_path))
45 .add_blockdev('%s,file=drive0-file,node-name=drive0' % (iotests.imgfmt))
46 .add_blockdev('file,filename=%s,node-name=drive0-backing-file' % (backing_path))
47 .add_blockdev('%s,file=drive0-backing-file,node-name=drive0-backing' % (iotests.imgfmt))
53 (vm_b.add_blockdev('file,filename=%s,node-name=drive0-file' % (img_path))
54 .add_blockdev('%s,file=drive0-file,node-name=drive0' % (iotests.imgfmt))
55 .add_blockdev('file,filename=%s,node-name=drive0-backing-file' % (backing_path))
56 .add_blockdev('%s,file=drive0-backing-file,node-name=drive0-backing' % (iotests.imgfmt))
62 # Add a child node that was created after the parent node. The reverse case
64 iotests.log(vm_a.qmp('blockdev-snapshot', node='drive0-backing',
66 iotests.log(vm_b.qmp('blockdev-snapshot', node='drive0-backing',
89 (vm_a.add_blockdev('raw,file=drive0-file,node-name=drive0-raw')
95 iotests.log(vm_a.qmp('blockdev-snapshot', node='drive0-backing',