blob: 3a4842300396e1dcf481f8f9bf54c0bd8f6400d7 [file] [log] [blame] [raw]
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