]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - tests/qemu-iotests/228
block: Generically refresh runtime options
[thirdparty/qemu.git] / tests / qemu-iotests / 228
index 2930f8442c58f6a6d863705340a04eb14235e5ef..7a57c41e29d9d21f0d7486c82bccc71aff101a50 100755 (executable)
@@ -230,9 +230,10 @@ with iotests.FilePath('base.img') as base_img_path, \
                overlay='node0')
 
     # This should give us the original plain result
-    # FIXME: Currently, the block layer considers the runtime backing
-    #        file to be different from the image header, which is
-    #        wrong.  This is fixed by a future patch.
+    # FIXME: Currently, it yields a json:{} filename even though it
+    #        only contains a @driver and a @file entry, so a plain
+    #        filename would obviously suffice.  This is fixed by a
+    #        future patch.
 
     log_node_info(vm.node_info('node0'))