On 6/15/22 17:56, Akihiko Odaki wrote:
+void list_bundle_candidates(const char *path)
+{
+    const char *dir = qemu_get_exec_dir();
+    int i;
+
+    for (i = 0; i < ARRAY_SIZE(bundle_formats); i++) {
+        printf(bundle_formats[i], dir, path);
+        putc('\n', stdout);
+    }

This is not bisectable, bundle_formats[] doesn't exist here.

Paolo

Reply via email to