From: Igor Mammedov <imammedo@redhat.com>
To: qemu-devel@nongnu.org
Cc: quintela@redhat.com, dgilbert@redhat.com, mst@redhat.com
Subject: [Qemu-devel] broken cross-version migration from 2.2 to 2.1
Date: Wed, 10 Dec 2014 16:38:32 +0100 [thread overview]
Message-ID: <20141210163832.63355453@nial.usersys.redhat.com> (raw)
CCing to migration maintainers a couple migration regressions in 2.2:
1st error:
source:
qemu-system-x86_64-2.2 -enable-kvm -m 512 -monitor stdio -M pc-i440fx-2.1
(qemu) stop
(qemu) migrate "exec:gzip -c > STATEFILE.gz"
target:
qemu-system-x86_64-2.1 -enable-kvm -m 512 -monitor stdio -incoming "exec: gzip -c -d STATEFILE.gz" -M pc-i440fx-2.1
qemu: warning: error while loading state for instance 0x0 of device 'serial'
qemu-system-x86_64-2.1: load of migration failed: No such file or directory
2nd error:
source:
qemu-system-x86_64-2.2 -enable-kvm -smp 2 -m 512 -monitor stdio -M pc-i440fx-2.1
(qemu) stop
(qemu) migrate "exec:gzip -c > STATEFILE.gz"
target:
qemu-system-x86_64-2.1 -enable-kvm -smp 2 -m 512 -monitor stdio -M pc-i440fx-2.1 -incoming "exec: gzip -c -d STATEFILE.gz"
qemu: warning: error while loading state for instance 0x1 of device 'apic'
qemu-system-x86_64-2.1: load of migration failed: No such file or directory
next reply other threads:[~2014-12-10 15:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-10 15:38 Igor Mammedov [this message]
2014-12-10 15:46 ` [Qemu-devel] broken cross-version migration from 2.2 to 2.1 Paolo Bonzini
2014-12-10 15:48 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141210163832.63355453@nial.usersys.redhat.com \
--to=imammedo@redhat.com \
--cc=dgilbert@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).