* [Qemu-devel] -snapshot problem
@ 2006-08-24 19:04 IdaRub
0 siblings, 0 replies; only message in thread
From: IdaRub @ 2006-08-24 19:04 UTC (permalink / raw)
To: qemu-devel
So I'm very unfamiliar with the QEMU codebase, but it seems like there
was a bug introduced recently that causes -snapshot to no longer work.
Maybe I'm missing something, and the semantics have just changed
since multiple snapshot support?
Anyway, rev 1.29 to block.c
(http://cvs.savannah.gnu.org/viewcvs/qemu/block.c?r1=1.28&r2=1.29&root=qemu)
switched to a path_combine and bdrv_open for backing_filename. This
seems to currently lead to the behavior of:
$ qemu -snapshot xpsp1.qcow2
qemu: could not open hard disk image 'xpsp1.qcow2'
An strace shows:
open("/tmp/xpsp1.qcow2", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such
file or directory)
Unfortunately I'm not comfortable enough to try to propose a fix...
Thanks
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-24 19:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-24 19:04 [Qemu-devel] -snapshot problem IdaRub
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).