simh-testsetgenerator/slirp_glue
2017-03-13 12:58:40 -07:00
..
qemu ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
config-host.h ALL: Massive 'const' cleanup 2016-05-15 15:25:33 -07:00
glib.h slirp: cleanup for submission upstream back to qemu 2015-10-22 09:55:05 -07:00
glib_qemu_stubs.c SCP: Add compiled architecture and release/debug info to SHOW VERSION 2016-10-01 07:38:42 -07:00
README slirp: cleanup for submission upstream back to qemu 2015-10-22 09:55:05 -07:00
sim_slirp.c SLIRP: Fix potential NULL pointer dereference and excess left shift (COVERITY) 2017-03-13 12:58:40 -07:00
sim_slirp.h slirp: cleanup for submission upstream back to qemu 2015-10-22 09:55:05 -07:00

The files in and below this directory are the necessary glue and stubs 
to allow the effectively unmodified qemu slirp code to be used in simh 
as a network connection mechanism.

Most of the include files here started from related files in the qemu
include directories and have been chopped up and tweaked as necessary
so that the slirp code can be used outside of qemu.

Slirp depends on a small set of capabilities from glib (GArrays mostly).

All of the other include files exist so that the references in the 
slirp code don't have to be modified.

- Mark Pizzolato