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

Cédric Le Goater clg at kaod.org
Tue Nov 22 00:04:16 AEDT 2016


On 11/21/2016 08:26 AM, Joel Stanley wrote:
> 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?

sure.

C.

>>
>> 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