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)
commit20923bd523d3e53da22bf16822c74a8a8b0aebfd
treea0a4c0ff183f74bada20051c999b6c5e674b5d7b
parentc156976c56e53f95ad0a6c5db646e2270a71ca2e
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