From: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, jasowang@redhat.com, agraf@suse.de,
david@gibson.dropbear.id.au
Subject: [Qemu-devel] [PATCH 0/3] icount/replay additions
Date: Wed, 08 Jun 2016 08:13:52 +0300 [thread overview]
Message-ID: <20160608051352.1688.7877.stgit@PASHA-ISP> (raw)
This set of patches includes fixes and additions for icount and
record/replay implementation:
- Fixing icount processing on exceptions in PPC
- Enabling VM start/stop in replay mode
- Adding network record/replay
---
Pavel Dovgalyuk (3):
target-ppc: exceptions handling in icount mode
replay: allow replay stopping and restarting
record/replay: add network support
block/blkreplay.c | 18 +++-
cpus.c | 1
docs/replay.txt | 14 +++
include/sysemu/replay.h | 14 +++
net/Makefile.objs | 1
net/filter-replay.c | 90 ++++++++++++++++++++
replay/Makefile.objs | 1
replay/replay-events.c | 11 ++
replay/replay-internal.h | 12 ++-
replay/replay-net.c | 110 ++++++++++++++++++++++++
replay/replay.c | 2
target-ppc/cpu.h | 3 +
target-ppc/excp_helper.c | 38 ++++++--
target-ppc/fpu_helper.c | 192 ++++++++++++++++++++++--------------------
target-ppc/helper.h | 1
target-ppc/mem_helper.c | 6 +
target-ppc/misc_helper.c | 8 +-
target-ppc/mmu-hash64.c | 12 +--
target-ppc/mmu_helper.c | 18 ++--
target-ppc/timebase_helper.c | 21 ++---
target-ppc/translate.c | 84 +-----------------
vl.c | 4 +
22 files changed, 438 insertions(+), 223 deletions(-)
create mode 100644 net/filter-replay.c
create mode 100644 replay/replay-net.c
--
Pavel Dovgalyuk
next reply other threads:[~2016-06-08 5:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-08 5:13 Pavel Dovgalyuk [this message]
2016-06-08 5:13 ` [Qemu-devel] [PATCH 1/3] target-ppc: exceptions handling in icount mode Pavel Dovgalyuk
2016-06-08 5:14 ` [Qemu-devel] [PATCH 2/3] replay: allow replay stopping and restarting Pavel Dovgalyuk
2016-06-08 10:31 ` Paolo Bonzini
2016-06-20 6:26 ` Pavel Dovgalyuk
2016-06-29 9:43 ` Pavel Dovgalyuk
2016-06-29 10:45 ` Paolo Bonzini
2016-06-29 11:40 ` Pavel Dovgalyuk
2016-06-08 5:14 ` [Qemu-devel] [PATCH 3/3] record/replay: add network support Pavel Dovgalyuk
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=20160608051352.1688.7877.stgit@PASHA-ISP \
--to=pavel.dovgaluk@ispras.ru \
--cc=agraf@suse.de \
--cc=david@gibson.dropbear.id.au \
--cc=jasowang@redhat.com \
--cc=pbonzini@redhat.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).