Skip to content

Files

Latest commit

8b14bb6 · May 18, 2023

History

History

slirp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 18, 2023
Oct 15, 2015
Oct 15, 2015
Oct 22, 2015
May 15, 2016
Dec 11, 2021
May 8, 2018
May 8, 2018
Apr 8, 2018
May 15, 2016
May 8, 2018
May 8, 2018
Mar 10, 2020
May 8, 2018
May 8, 2018
May 8, 2018
May 8, 2018
Oct 15, 2015
Oct 15, 2015
May 8, 2018
May 8, 2018
Apr 12, 2019
May 8, 2018
Apr 12, 2019
May 8, 2018
Apr 12, 2019
Feb 9, 2018
Oct 17, 2015
Aug 17, 2021
May 8, 2018
May 8, 2018
May 8, 2018
May 8, 2018
Apr 12, 2019
May 8, 2018
May 8, 2018
May 8, 2018
May 8, 2018
Apr 12, 2019
May 8, 2018
Apr 12, 2019
May 8, 2018
October 6, 2015 

This version of slirp is a fork from QEMU Version 2.4.0.1 slirp implementation
Taken from commit 83c92b45140be773f0c5545dddea35a89db1ad03 
in the qemu repository git://git.qemu.orgu/qemu.git

The goal being to absolutely mininize changes from the base qemu provided code 
so that the more active changes being done by the qemu folks can easily be 
adopted in the future by directly replacing the revised modules.  This is 
achieved by careful manipulation of the include files provided in the 
../slirp_glue directory so that things are stubbed out locally and the minimal 
capabilities needed for sim_ether integration are provided.

Thanks to Fabrice Bellard.