configure: remove slirp submodule support that doesn't exist yet
commit1f773d9dd3187281b29ceae38541fa2d945b1d0f
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 13 Mar 2019 17:31:57 +0000 (13 17:31 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 13 Mar 2019 21:15:30 +0000 (13 22:15 +0100)
treeec0b9e2792ee9e3d6a766f781b39ddbd28058b9f
parentcd82b1e170019c4b722ed53116ee9346315d7791
configure: remove slirp submodule support that doesn't exist yet

The slirp code is not yet split off into a separate repository, so
configuring QEMU to use slirp as a submodule is premature. This
causes the non-existant "slirp" to be requested from git when syncing
submodules. This in turn appears to be cause of non-deterministic
failures some developers are seeing with QEMU's submodule sync process.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20190313173157.30504-1-berrange@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
configure