* [Qemu-devel] [Bug 726619] [NEW] loadvm does not load (offline) snapshot anymore
@ 2011-02-28 16:04 Ralf Haferkamp
2011-03-01 9:21 ` Kevin Wolf
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ralf Haferkamp @ 2011-02-28 16:04 UTC (permalink / raw)
To: qemu-devel
Public bug reported:
qemu Version: 0.14.0
The problem is present in the current code from git master as well.
Loading a snapshot that was created while qemu was not running (using
qemu-img) does not seem to work anymore.
Using "loadvm <snapshot-id>" in the qemu monitor does not have the
desired effect. Not even an error message is displayed.
I was able to track down the problem (using git bisect) to this commit:
http://git.qemu.org/qemu.git/commit/?id=f0aa7a8b2d518c54430e4382309281b93e51981a
After reverting that commit in my local git checkout everything is
workin as expected again.
** Affects: qemu
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/726619
Title:
loadvm does not load (offline) snapshot anymore
Status in QEMU:
New
Bug description:
qemu Version: 0.14.0
The problem is present in the current code from git master as well.
Loading a snapshot that was created while qemu was not running (using
qemu-img) does not seem to work anymore.
Using "loadvm <snapshot-id>" in the qemu monitor does not have the
desired effect. Not even an error message is displayed.
I was able to track down the problem (using git bisect) to this commit:
http://git.qemu.org/qemu.git/commit/?id=f0aa7a8b2d518c54430e4382309281b93e51981a
After reverting that commit in my local git checkout everything is
workin as expected again.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [Bug 726619] [NEW] loadvm does not load (offline) snapshot anymore
2011-02-28 16:04 [Qemu-devel] [Bug 726619] [NEW] loadvm does not load (offline) snapshot anymore Ralf Haferkamp
@ 2011-03-01 9:21 ` Kevin Wolf
2017-05-19 19:38 ` [Qemu-devel] [Bug 726619] " Thomas Huth
2017-07-19 4:17 ` Launchpad Bug Tracker
2 siblings, 0 replies; 4+ messages in thread
From: Kevin Wolf @ 2011-03-01 9:21 UTC (permalink / raw)
To: Bug 726619; +Cc: qemu-devel
Am 28.02.2011 17:04, schrieb Ralf Haferkamp:
> Public bug reported:
>
> qemu Version: 0.14.0
> The problem is present in the current code from git master as well.
>
> Loading a snapshot that was created while qemu was not running (using
> qemu-img) does not seem to work anymore.
Is there even a use case for this? While an OS is running, just silently
replacing the disk contents isn't going to work. And if you're rebooting
anyway, you can as well load the snapshot offline.
> Using "loadvm <snapshot-id>" in the qemu monitor does not have the
> desired effect. Not even an error message is displayed.
>
> I was able to track down the problem (using git bisect) to this commit:
> http://git.qemu.org/qemu.git/commit/?id=f0aa7a8b2d518c54430e4382309281b93e51981a
>
> After reverting that commit in my local git checkout everything is
> workin as expected again.
In fact, that commit only lets loadvm fail earlier. Before, loadvm would
have loaded all disk snapshots and then returned -EINVAL because there
was no VM state, now it fails immediately (the VM is stopped in both
cases because of the failure).
I think the correct fix is to add an error message.
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] [Bug 726619] Re: loadvm does not load (offline) snapshot anymore
2011-02-28 16:04 [Qemu-devel] [Bug 726619] [NEW] loadvm does not load (offline) snapshot anymore Ralf Haferkamp
2011-03-01 9:21 ` Kevin Wolf
@ 2017-05-19 19:38 ` Thomas Huth
2017-07-19 4:17 ` Launchpad Bug Tracker
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2017-05-19 19:38 UTC (permalink / raw)
To: qemu-devel
Triaging old bug tickets ... can you somehow still reproduce this
problem with the latest version of QEMU (currently v2.9), or could we
close this ticket nowadays?
** Changed in: qemu
Status: New => Incomplete
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/726619
Title:
loadvm does not load (offline) snapshot anymore
Status in QEMU:
Incomplete
Bug description:
qemu Version: 0.14.0
The problem is present in the current code from git master as well.
Loading a snapshot that was created while qemu was not running (using
qemu-img) does not seem to work anymore.
Using "loadvm <snapshot-id>" in the qemu monitor does not have the
desired effect. Not even an error message is displayed.
I was able to track down the problem (using git bisect) to this commit:
http://git.qemu.org/qemu.git/commit/?id=f0aa7a8b2d518c54430e4382309281b93e51981a
After reverting that commit in my local git checkout everything is
workin as expected again.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/726619/+subscriptions
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] [Bug 726619] Re: loadvm does not load (offline) snapshot anymore
2011-02-28 16:04 [Qemu-devel] [Bug 726619] [NEW] loadvm does not load (offline) snapshot anymore Ralf Haferkamp
2011-03-01 9:21 ` Kevin Wolf
2017-05-19 19:38 ` [Qemu-devel] [Bug 726619] " Thomas Huth
@ 2017-07-19 4:17 ` Launchpad Bug Tracker
2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2017-07-19 4:17 UTC (permalink / raw)
To: qemu-devel
[Expired for QEMU because there has been no activity for 60 days.]
** Changed in: qemu
Status: Incomplete => Expired
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/726619
Title:
loadvm does not load (offline) snapshot anymore
Status in QEMU:
Expired
Bug description:
qemu Version: 0.14.0
The problem is present in the current code from git master as well.
Loading a snapshot that was created while qemu was not running (using
qemu-img) does not seem to work anymore.
Using "loadvm <snapshot-id>" in the qemu monitor does not have the
desired effect. Not even an error message is displayed.
I was able to track down the problem (using git bisect) to this commit:
http://git.qemu.org/qemu.git/commit/?id=f0aa7a8b2d518c54430e4382309281b93e51981a
After reverting that commit in my local git checkout everything is
workin as expected again.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/726619/+subscriptions
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-19 4:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 16:04 [Qemu-devel] [Bug 726619] [NEW] loadvm does not load (offline) snapshot anymore Ralf Haferkamp
2011-03-01 9:21 ` Kevin Wolf
2017-05-19 19:38 ` [Qemu-devel] [Bug 726619] " Thomas Huth
2017-07-19 4:17 ` Launchpad Bug Tracker
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).