* [Qemu-devel] [ PATCH ] replay additions
@ 2018-02-06 9:55 Pavel Dovgalyuk
2018-02-06 10:04 ` Peter Maydell
0 siblings, 1 reply; 3+ messages in thread
From: Pavel Dovgalyuk @ 2018-02-06 9:55 UTC (permalink / raw)
To: qemu-devel; +Cc: dovgaluk, laurent, pavel.dovgaluk
This set of patches includex fixes from Alex Bennée for fixing
BQL and replay locks after inventing the MTTCG. It also includes some
additional replay patches that makes this set of fixes working.
It is also fixes some vmstate creation (and loading) issues
in record/replay modes:
- VM start/stop fixes in replay mode
- overlay creation for blkreplay filter
- fixes for vmstate save/load in record/replay mode
- fixes for host clock vmstate
There is also a set of helper scripts written by Alex Bennée
for debugging the record/replay code.
v5 changes:
- removed patch for narrowing BQL-protected code
- disabled bdrv_(drain/flush)_all for record/replay mode
v4 changes:
- removed upstreamed patches
- added patch for saving async queue state in replay
- minor fixes
v3 changes:
- removed upstreamed patches
- fixed bug with recursive checkpoints
- fixed bug with icount warp checkpoint
v2 changes:
- updated lock/unlock logic (as suggested by Paolo Bonzini)
- updated cpu execution loop to avoid races in setting/resetting exit request (as suggested by Paolo Bonzini)
- minor changes
---
Pavel Dovgalyuk (1):
m68k: implement movep instruction
target/m68k/translate.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
--
Pavel Dovgalyuk
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [ PATCH ] replay additions
2018-02-06 9:55 [Qemu-devel] [ PATCH ] replay additions Pavel Dovgalyuk
@ 2018-02-06 10:04 ` Peter Maydell
2018-02-06 10:05 ` Pavel Dovgalyuk
0 siblings, 1 reply; 3+ messages in thread
From: Peter Maydell @ 2018-02-06 10:04 UTC (permalink / raw)
To: Pavel Dovgalyuk; +Cc: QEMU Developers, Pavel Dovgalyuk, Laurent Vivier
On 6 February 2018 at 09:55, Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> wrote:
> This set of patches includex fixes from Alex Bennée for fixing
> BQL and replay locks after inventing the MTTCG. It also includes some
> additional replay patches that makes this set of fixes working.
> It is also fixes some vmstate creation (and loading) issues
> in record/replay modes:
> - VM start/stop fixes in replay mode
> - overlay creation for blkreplay filter
> - fixes for vmstate save/load in record/replay mode
> - fixes for host clock vmstate
This cover letter text doesn't seem to match the patch
description?
> Pavel Dovgalyuk (1):
> m68k: implement movep instruction
>
>
> target/m68k/translate.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 53 insertions(+)
thanks
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [ PATCH ] replay additions
2018-02-06 10:04 ` Peter Maydell
@ 2018-02-06 10:05 ` Pavel Dovgalyuk
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Dovgalyuk @ 2018-02-06 10:05 UTC (permalink / raw)
To: 'Peter Maydell', 'Pavel Dovgalyuk'
Cc: 'QEMU Developers', 'Laurent Vivier'
> From: Peter Maydell [mailto:peter.maydell@linaro.org]
> On 6 February 2018 at 09:55, Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> wrote:
> > This set of patches includex fixes from Alex Bennée for fixing
> > BQL and replay locks after inventing the MTTCG. It also includes some
> > additional replay patches that makes this set of fixes working.
> > It is also fixes some vmstate creation (and loading) issues
> > in record/replay modes:
> > - VM start/stop fixes in replay mode
> > - overlay creation for blkreplay filter
> > - fixes for vmstate save/load in record/replay mode
> > - fixes for host clock vmstate
>
> This cover letter text doesn't seem to match the patch
> description?
Yes, I accidentally sent the cover letter with the single patch.
Please ignore it.
Pavel Dovgalyuk
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-06 10:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-06 9:55 [Qemu-devel] [ PATCH ] replay additions Pavel Dovgalyuk
2018-02-06 10:04 ` Peter Maydell
2018-02-06 10:05 ` Pavel Dovgalyuk
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).