1
0
mirror of https://github.com/simh/simh.git synced 2026-04-17 16:44:15 +00:00

slirp: cleanup for submission upstream back to qemu

Minimize the include file set and their contents to only provide the slirp
 referenced qemu includes and interfaces.
This commit is contained in:
Mark Pizzolato
2015-10-22 09:55:05 -07:00
parent eff1ef12e7
commit 7ad57d7fa8
98 changed files with 386 additions and 15031 deletions

View File

@@ -1,14 +1,14 @@
October 6, 2015
This version of slirp is a fork from QEMU Version 2.4.0.1 slirp implementation
Taken from commit 474590efc51f262fb5d81ca417d510cb7fb7a914
in the qemu repository git://repo.or.cz/qemu/ar7.git
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/qemu directory so that things are stubbed out locally and the minimal
../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.