From: "Pavel Dovgalyuk" <dovgaluk@ispras.ru>
To: 'Paolo Bonzini' <pbonzini@redhat.com>,
'Pavel Dovgalyuk' <pavel.dovgaluk@ispras.ru>,
qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, jasowang@redhat.com,
quintela@redhat.com, mst@redhat.com,
'Kevin Wolf' <kwolf@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v3 4/8] replay: save/load initial state
Date: Tue, 20 Sep 2016 16:37:13 +0300 [thread overview]
Message-ID: <002b01d21344$18909c80$49b1d580$@ru> (raw)
In-Reply-To: <d228866f-1cdb-1518-c479-079955121153@redhat.com>
> From: Paolo Bonzini [mailto:pbonzini@redhat.com]
> On 20/09/2016 14:39, Pavel Dovgalyuk wrote:
> > > > + replay_snapshot = g_strdup(qemu_opt_get(opts, "rrsnapshot"));
> > > > +
> > > > replay_enable(fname, mode);
> > > >
> > >
> > > Should you set snapshot = 1 here if there is no rrsnapshot option?
> >
> > No, because there is default snapshot name for the case when user
> > specifies overlay for the drives.
>
> There are three possibilities:
>
> a) these patches:
> with implicit overlay:
> -drive file=disk.raw,if=none,id=img-direct
> -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay
>
> with explicit overlay:
> -drive file=disk.raw,if=none,id=img-direct
> -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay,overlay=foo.qcow2
>
> Advantages:
> - does the right thing in the "implicit overlay" case.
- automatically creates overlay
>
> Disadvantages:
> - no need really to specify disk.raw in the "explicit overlay" case, since
> it's already specified when you create the overlay with qemu-img.
>
> Vote for implicit overlay: excellent
> Vote for explicit overlay: bad (need to track two file names)
Disadvantage is for replay only. Running QEMU in record mode automatically
creates overlay. Therefore two filenames are required.
> c) no rrsnapshot implies -snapshot:
> without overlay:
> -drive file=disk.raw,if=none,id=img-direct
> -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay
>
> with overlay:
> -drive file=foo.qcow2,if=none,id=img-direct
> -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay
> -icount ...,rrsnapshot=snapname
But how record will create this overlay?
This method requires creating overlay manually, because backing file is
not specified at all.
Pavel Dovgalyuk
next prev parent reply other threads:[~2016-09-20 13:37 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-20 12:31 [Qemu-devel] [PATCH v3 0/8] replay additions Pavel Dovgalyuk
2016-09-20 12:31 ` [Qemu-devel] [PATCH v3 1/8] record/replay: add network support Pavel Dovgalyuk
2016-09-20 12:31 ` [Qemu-devel] [PATCH v3 2/8] block: set snapshot option for block devices in blkreplay module Pavel Dovgalyuk
2016-09-20 12:35 ` Paolo Bonzini
2016-09-20 12:43 ` Pavel Dovgalyuk
2016-09-20 12:57 ` Paolo Bonzini
2016-09-20 14:28 ` Kevin Wolf
2016-09-20 15:11 ` Pavel Dovgalyuk
2016-09-20 12:31 ` [Qemu-devel] [PATCH v3 3/8] block: don't make snapshots for filters Pavel Dovgalyuk
2016-09-20 12:31 ` [Qemu-devel] [PATCH v3 4/8] replay: save/load initial state Pavel Dovgalyuk
2016-09-20 12:37 ` Paolo Bonzini
2016-09-20 12:39 ` Pavel Dovgalyuk
2016-09-20 12:52 ` Paolo Bonzini
2016-09-20 13:37 ` Pavel Dovgalyuk [this message]
2016-09-20 13:45 ` Paolo Bonzini
2016-09-20 13:51 ` Pavel Dovgalyuk
2016-09-20 13:53 ` Paolo Bonzini
2016-09-20 12:31 ` [Qemu-devel] [PATCH v3 5/8] replay: move internal data to the structure Pavel Dovgalyuk
2016-09-20 12:32 ` [Qemu-devel] [PATCH v3 6/8] replay: vmstate for replay module Pavel Dovgalyuk
2016-09-20 12:32 ` [Qemu-devel] [PATCH v3 7/8] replay: allow replay stopping and restarting Pavel Dovgalyuk
2016-09-20 12:32 ` [Qemu-devel] [PATCH v3 8/8] integratorcp: adding vmstate for save/restore Pavel Dovgalyuk
2016-09-20 13:35 ` [Qemu-devel] [PATCH v3 0/8] replay additions no-reply
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='002b01d21344$18909c80$49b1d580$@ru' \
--to=dovgaluk@ispras.ru \
--cc=jasowang@redhat.com \
--cc=kwolf@redhat.com \
--cc=mst@redhat.com \
--cc=pavel.dovgaluk@ispras.ru \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.