]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.objs
vmstate: Move VMState code to vmstate.c
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 28 Nov 2013 14:01:15 +0000 (12:01 -0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 13 Jan 2014 11:39:49 +0000 (12:39 +0100)
commitb6fcfa59fa6ad6d61603e701e006d4ec8f4c9d11
tree8c7fa081b1d2fc91a4255349b0caea8694ab9693
parent51b7fa5b3cf7678263382039a884aa2e74742bb6
vmstate: Move VMState code to vmstate.c

This will allow unit tests to be written for VMState code without
pulling dependencies from the savevm code.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Makefile.objs
savevm.c
vmstate.c [new file with mode: 0644]