Lines Matching full:we
75 # Once the VM is shut down we can parse the log and see if qemu-io
108 # If key has the form "foo.bar" then we need to do
142 # We can reopen the image passing the same options
145 # We can also reopen passing a child reference in 'file'
148 # We cannot change any of these
184 # We can't reopen the image passing the same options, 'backing' is mandatory
187 # Everything works if we pass 'backing' using the existing node name
193 # We can't use a non-existing or empty (non-NULL) node as the backing image
197 # We can reopen the image just fine if we specify the backing options
203 # We cannot change any of these options
232 # We can reopen the image passing the same options
289 # (from the parameters that we can check)
314 # The backing file (hd0) is now a reference, we cannot change backing.* anymore
317 # We can't remove 'hd0' while it's a backing image of 'hd1'
322 # But we can remove both nodes if done in the proper order
333 # First we create a 2MB raw file, and fill each half with a
351 # We get the original results again
382 # But we can reopen it if we maintain its previous value
469 # We can't remove the 'backing' option if the image has a
478 # This test verifies that we can't change the children of a block
579 # Add a throttle filter with the group that we just created.
604 # Unmap the beginning of the image (we cannot write compressed
621 # Verify the data that we just wrote
664 # But we can swap the images if we reopen both devices at the
672 # And we can of course come back to the original state
723 # blkdebug allows reopening if we keep the same options
743 # 1 << 30 is the default value, but we cannot change it explicitly
746 # We cannot change 'size' back to its default value either
789 # We can reopen it if we keep the same options
792 # We can also reopen if 'file' is a reference to the child
809 # So now we cannot delete group0
820 # And we can finally get rid of group0
824 # passed on reopen. We don't allow leaving the option out in this
835 # hd0 has no backing file: we can omit the 'backing' option
841 # hd0 has a backing file: we must set the 'backing' option
852 # Without a backing file, we can omit 'backing' again
861 # then the 'backing' option must be passed on reopen. We don't
870 # hd1 has a backing file: we can't omit the 'backing' option
876 # No backing file attached to hd1 now, but we still can't omit the 'backing' option
896 # we tell QEMU to keep its current set of options.
921 # Now we have only hd0
924 # We have backing.* options but there's no backing file anymore
927 # If we remove the 'backing' option then we can reopen hd0 just fine
931 # We can also reopen hd0 if we set 'backing' to null
952 # The backing options in the dict were meant for hd1, but we cannot
956 # If we remove hd1's options from the dict then things work fine
960 # We can also reopen hd0 if we use a reference to the backing file
963 # But we cannot leave the option out
967 # Now we can delete hd0 (and hd2)
984 # We can remove hd2 while the stream job is ongoing
988 # We can't remove hd1 while the stream job is ongoing
1007 # We can't reopen with the original options because there is a filter
1012 # We can't reopen hd1 to read-only, as block-stream requires it to be
1017 # We can't remove hd2 while the stream job is ongoing
1022 # We can detach hd1 from hd0 because it doesn't affect the stream job
1039 # We can't remove hd2 while the commit job is ongoing
1043 # We can't remove hd1 while the commit job is ongoing
1068 # We can't remove hd2 while the commit job is ongoing
1072 # We can't remove hd1 while the commit job is ongoing
1117 # We don't allow setting a backing file that uses a different AioContext if