From: IdaRub <idarub@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] -snapshot problem
Date: Thu, 24 Aug 2006 12:04:41 -0700 [thread overview]
Message-ID: <a6df7cca0608241204q54ab719bk411087e3b1e59d62@mail.gmail.com> (raw)
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
reply other threads:[~2006-08-24 19:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=a6df7cca0608241204q54ab719bk411087e3b1e59d62@mail.gmail.com \
--to=idarub@gmail.com \
--cc=qemu-devel@nongnu.org \
/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).