(4th try) breakpoint on qemu_file_set_error,  it's bdrv_inactivate_all
that's returning the error.

(gdb) list
1155        if (inactivate_disks) {
1156            /* Inactivate before sending QEMU_VM_EOF so that the
1157             * bdrv_invalidate_cache_all() on the other end won't fail. */
1158            ret = bdrv_inactivate_all();
1159            if (ret) {
1160                qemu_file_set_error(f, ret);
1161                return ret;
1162            }
1163        }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1711602

Title:
  --copy-storage-all failing with qemu 2.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1711602/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to