qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/9] vmstate code split + unit tests
@ 2013-11-28 14:01 Eduardo Habkost
  2013-11-28 14:01 ` [Qemu-devel] [PATCH 1/9] qemu-file: Make a few functions non-static Eduardo Habkost
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Eduardo Habkost @ 2013-11-28 14:01 UTC (permalink / raw)
  To: qemu-devel, Juan Quintela

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

-- 
1.8.3.1

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

end of thread, other threads:[~2013-12-05 13:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-28 14:01 [Qemu-devel] [PATCH 0/9] vmstate code split + unit tests Eduardo Habkost
2013-11-28 14:01 ` [Qemu-devel] [PATCH 1/9] qemu-file: Make a few functions non-static Eduardo Habkost
2013-11-28 14:01 ` [Qemu-devel] [PATCH 2/9] migration: Move QEMU_VM_* defines to migration/migration.h Eduardo Habkost
2013-11-28 14:01 ` [Qemu-devel] [PATCH 3/9] savevm: Convert all tabs to spaces Eduardo Habkost
2013-11-28 14:01 ` [Qemu-devel] [PATCH 4/9] savevm.c: Coding style fixes Eduardo Habkost
2013-11-28 14:01 ` [Qemu-devel] [PATCH 5/9] savevm.c: Coding style fix Eduardo Habkost
2013-11-28 14:01 ` [Qemu-devel] [PATCH 6/9] vmstate: Move VMState code to vmstate.c Eduardo Habkost
2013-11-28 14:01 ` [Qemu-devel] [PATCH 7/9] qemu-file: Move QEMUFile code to qemu-file.c Eduardo Habkost
2013-11-28 14:01 ` [Qemu-devel] [PATCH 8/9] savevm: Small comment about why timer QEMUFile/VMState code is in savevm.c Eduardo Habkost
2013-11-28 14:13   ` Andreas Färber
2013-11-28 14:22     ` Eduardo Habkost
2013-11-29 14:26       ` [Qemu-devel] [PATCH 8/9 v2] " Eduardo Habkost
2013-11-28 14:01 ` [Qemu-devel] [PATCH 9/9] tests: Some unit tests for vmstate.c Eduardo Habkost
2013-12-05 13:16 ` [Qemu-devel] [PATCH 0/9] vmstate code split + unit tests Orit Wasserman

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