ecd492dd11a53a48ec0134d5957a4c1e38bf1b71
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / slirp / Config.in
1 config BR2_PACKAGE_SLIRP
2         bool "slirp"
3         help
4           The Spice project aims to provide a complete open source
5           solution for interaction with virtualized desktop devices.
6           The Spice project deals with both the virtualized devices
7           and the front-end. Interaction between front-end and
8           back-end is done using VD-Interfaces.
9
10           This package implements the slirp-part for Spice.
11           Slirp emulates a PPP or SLIP connection over a normal terminal.
12
13           http://www.spice-space.org/
14
15           NOTE:
16           This package has some history of a unique kind:
17             - originally developped as 'slirp' by Danny Gasparovski, and
18               seemingly abandonned (developper /disapeared/)
19             - then re-maintained at sourceforge by "Kelly", up to some
20               time around 2009: http://slirp.sourceforge.net/
21             - during that period, QEMU (Fabrice BELLARD) forked the code
22               and included it in QEMU
23             - and it was imported from this breed by the Spice project
24               around May 2009
25             - which is what we use here