]> git.proxmox.com Git - mirror_edk2.git/commit
EmulatorPkg/WinHost: Enable network support.
authorNickle Wang <nickle.wang@hpe.com>
Thu, 9 Apr 2020 03:20:39 +0000 (11:20 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 4 Jun 2020 08:41:07 +0000 (08:41 +0000)
commitbb78cfbec07eda45118b630a09b0af549b43a135
tree2442addca3afae0b371cfc68ba2fdea5312efef9
parent68d720fd92bbdbbfae5adee02d6d9fd24ca38f30
EmulatorPkg/WinHost: Enable network support.

Follow the implementation from Unix host to implement SNP
EMU_IO_THUNK_PROTOCOL and EMU_SNP_PROTOCOL. The network IO driver is the
same one as Nt32. Please refer to NETWORK-IO Subproject for network Io
driver(SnpNt32Io.dll).

Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Signed-off-by: Derek Lin <derek.lin2@hpe.com>
Acked-by: Ray Ni <ray.ni@intel.com>
EmulatorPkg/EmulatorPkg.dec
EmulatorPkg/Win/Host/WinHost.c
EmulatorPkg/Win/Host/WinHost.h
EmulatorPkg/Win/Host/WinHost.inf
EmulatorPkg/Win/Host/WinPacketFilter.c [new file with mode: 0644]