slirp: move QEMU state saving to a separate unit
commit268c95d7716be03a254b5e3ea27a76a7149a7719
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 17 Jan 2019 11:43:44 +0000 (17 15:43 +0400)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 7 Feb 2019 13:49:08 +0000 (7 15:49 +0200)
treea0dc4aee1bd15eaccf84747a47ffa799310b1778
parentc21d959440c5be6b456ca8780c2450ffd39fab99
slirp: move QEMU state saving to a separate unit

Make state saving optional: this will allow to build SLIRP without
QEMU. (eventually, the vmstate helpers will be extracted, so an
external project & process could save its state)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
slirp/Makefile.objs
slirp/slirp.c
slirp/slirp.h
slirp/state.c [new file with mode: 0644]
slirp/state.h [new file with mode: 0644]