Skip to content

Commit

Permalink
Split savevm code into savevm.c
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aliguori committed Nov 11, 2008
1 parent 559b90f commit a672b46
Show file tree
Hide file tree
Showing 3 changed files with 1,246 additions and 1,157 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ OBJS+=usb-serial.o usb-net.o
OBJS+=sd.o ssi-sd.o
OBJS+=bt.o bt-host.o bt-vhci.o bt-l2cap.o bt-sdp.o bt-hci.o bt-hid.o usb-bt.o
OBJS+=buffered_file.o migration.o migration-tcp.o net.o qemu-sockets.o
OBJS+=qemu-char.o aio.o net-checksum.o
OBJS+=qemu-char.o aio.o net-checksum.o savevm.o

ifdef CONFIG_BRLAPI
OBJS+= baum.o
Expand Down
Loading

0 comments on commit a672b46

Please sign in to comment.