Split savevm code into savevm.c
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Nov 2008 21:33:36 +0000 (21:33 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Nov 2008 21:33:36 +0000 (21:33 +0000)
commita672b4693a07c0cde34d947ae5032606ce089fd1
treea0a4c0ff183f74bada20051c999b6c5e674b5d7b
parent559b90fbbff137c8cbfc9a9c28da4f484f1c094f
Split savevm code into savevm.c

This is pure code motion.  The savevm code is all common code so we can build
it once and share the object with all executables.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5700 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile
savevm.c [new file with mode: 0644]
vl.c