Displaying 2 results from an estimated 2 matches for "core_tcp_writ".
Did you mean:
core_tcp_write
2015 Apr 08
3
syslinux.efi with QEMU/OVMF
...n calling into
UEFI via these functions:
http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/efi/tcp.c
I've tried to add debug messages to these functions and got the following:
core_tcp_connect: connecting
core_tcp_connect: connected
core_tcp_connect: at out: closing CompletionToken
core_tcp_write: Sending 227 bytes
tcp transmit failed, Access Denied
Meanwhile on the OVMF side I could get these debug logs:
Tcb (3F296898) state TCP_CLOSED --> TCP_SYN_SENT
TcpToSendData: set RTT measure sequence 464107706 for TCB 3F296898
Tcb (3F296898) state TCP_SYN_SENT --> TCP_ESTABLISHED
TcpComput...
2015 Apr 07
3
syslinux.efi with QEMU/OVMF
Hello,
I'm trying to find out how to pxe boot with syslinux.efi on QEMU with
OVMF. After getting through the initial hurdle caused by the iPXE based
option ROM included with QEMU having a problem as described in these
threads:
http://www.syslinux.org/archives/2014-November/022804.html
http://sourceforge.net/p/edk2/mailman/message/33236100/
I'm now getting further to almost being able