The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / slirp / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/slirp/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/slirp/Config.in
new file mode 100644 (file)
index 0000000..ecd492d
--- /dev/null
@@ -0,0 +1,25 @@
+config BR2_PACKAGE_SLIRP
+       bool "slirp"
+       help
+         The Spice project aims to provide a complete open source
+         solution for interaction with virtualized desktop devices.
+         The Spice project deals with both the virtualized devices
+         and the front-end. Interaction between front-end and
+         back-end is done using VD-Interfaces.
+
+         This package implements the slirp-part for Spice.
+         Slirp emulates a PPP or SLIP connection over a normal terminal.
+
+         http://www.spice-space.org/
+
+         NOTE:
+         This package has some history of a unique kind:
+           - originally developped as 'slirp' by Danny Gasparovski, and
+             seemingly abandonned (developper /disapeared/)
+           - then re-maintained at sourceforge by "Kelly", up to some
+             time around 2009: http://slirp.sourceforge.net/
+           - during that period, QEMU (Fabrice BELLARD) forked the code
+             and included it in QEMU
+           - and it was imported from this breed by the Spice project
+             around May 2009
+           - which is what we use here