qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] icount/replay additions


From: Pavel Dovgalyuk
Subject: [Qemu-devel] [PATCH 0/3] icount/replay additions
Date: Wed, 08 Jun 2016 08:13:52 +0300
User-agent: StGit/0.16

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]