qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/9] vmstate code split + unit tests


From: Orit Wasserman
Subject: Re: [Qemu-devel] [PATCH 0/9] vmstate code split + unit tests
Date: Thu, 05 Dec 2013 15:16:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

On 11/28/2013 04:01 PM, Eduardo Habkost wrote:
This series separates the QEMUFile and VMState code from savevm.c, and adds a
few unit tests to the VMState code.

Eduardo Habkost (9):
   qemu-file: Make a few functions non-static
   migration: Move QEMU_VM_* defines to migration/migration.h
   savevm: Convert all tabs to spaces
   savevm.c: Coding style fixes
   savevm.c: Coding style fix
   vmstate: Move VMState code to vmstate.c
   qemu-file: Move QEMUFile code to qemu-file.c
   savevm: Small comment about why timer QEMUFile/VMState code is in
     savevm.c
   tests: Some unit tests for vmstate.c

  Makefile.objs                 |    2 +
  include/migration/migration.h |   11 +
  include/migration/qemu-file.h |    4 +
  qemu-file.c                   |  826 +++++++++++++++++++++
  savevm.c                      | 1590 ++---------------------------------------
  tests/.gitignore              |    1 +
  tests/Makefile                |    4 +
  tests/test-vmstate.c          |  357 +++++++++
  vmstate.c                     |  650 +++++++++++++++++
  9 files changed, 1921 insertions(+), 1524 deletions(-)
  create mode 100644 qemu-file.c
  create mode 100644 tests/test-vmstate.c
  create mode 100644 vmstate.c


Series Reviewed-by: Orit Wasserman <address@hidden>
(with v2 of patch 8)



reply via email to

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