qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] icount/replay additions
@ 2016-06-08  5:13 Pavel Dovgalyuk
  2016-06-08  5:13 ` [Qemu-devel] [PATCH 1/3] target-ppc: exceptions handling in icount mode Pavel Dovgalyuk
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Pavel Dovgalyuk @ 2016-06-08  5:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, jasowang, agraf, david

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-06-29 11:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-08  5:13 [Qemu-devel] [PATCH 0/3] icount/replay additions Pavel Dovgalyuk
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

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).