Displaying 3 results from an estimated 3 matches for "wait_data".
Did you mean:
init_data
2004 Mar 01
0
[PATCH] pxelinux corrupts ipappend-ed paramaters...
...;
; Now attempt to get the BOOTP/DHCP packet that brought us life (and an IP
; address). This lives in the DHCPACK packet (query info 2).
@@ -1785,6 +1835,10 @@
.recv_ok: pop dx ; <F>
pop cx ; <E>
+ mov ax,[si+tftp_remoteport]
+ cmp ax,[pxe_udp_read_pkt.rport]
+ jne .wait_data ; data from orphaned tftpd
+.port_ok:
cmp word [pxe_udp_read_pkt.buffersize],byte 4
jb .wait_data ; Bad size for a DATA packet
@@ -2034,6 +2088,8 @@
mov cx,4
.genchar:
push eax
+ cmp al,10
+ jb .lt10
cmp al,100
jb .lt100
@@ -2044,9 +2100,6 @@
inc di
.lt100:
- cmp...
2012 Aug 22
5
[PATCH 0/5] trace-cmd: Add a recorder readable feature for virtio-trace
Hi Steven,
The following patch set provides a feature which can read trace data of a guest
using virtio-trace (https://lkml.org/lkml/2012/8/9/210) for a recorder
function of trace-cmd. This patch set depends on the trace-agent running on a
guest in the virtio-trace system.
To translate raw data of a guest to text data on a host, information of debugfs
in the guest is also needed on the host. In
2012 Aug 22
5
[PATCH 0/5] trace-cmd: Add a recorder readable feature for virtio-trace
Hi Steven,
The following patch set provides a feature which can read trace data of a guest
using virtio-trace (https://lkml.org/lkml/2012/8/9/210) for a recorder
function of trace-cmd. This patch set depends on the trace-agent running on a
guest in the virtio-trace system.
To translate raw data of a guest to text data on a host, information of debugfs
in the guest is also needed on the host. In