[PATCH qemu 37/38] slirp: add a fake NCSI backend

Joel Stanley joel at jms.id.au
Mon Nov 21 18:26:25 AEDT 2016


On Sat, Nov 19, 2016 at 12:52 AM, Cédric Le Goater <clg at kaod.org> wrote:
> This only reverses the NCSI packets to make the Linux driver happy.
>
> The NCSI header file <ncsi-pkt.h> comes from Linux.

It's changed a tad, can you please grab the latest version from upstream?

>
> Signed-off-by: Cédric Le Goater <clg at kaod.org>
> ---
>  include/net/eth.h   |   1 +
>  slirp/Makefile.objs |   2 +-
>  slirp/ncsi-pkt.h    | 394 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  slirp/ncsi.c        |  95 +++++++++++++
>  slirp/slirp.c       |   4 +
>  slirp/slirp.h       |   3 +
>  6 files changed, 498 insertions(+), 1 deletion(-)
>  create mode 100644 slirp/ncsi-pkt.h
>  create mode 100644 slirp/ncsi.c


More information about the openbmc mailing list