Re: [Qemu-devel] QEMU network probes

2011-02-10 Thread Stefan Hajnoczi
On Wed, Feb 9, 2011 at 7:27 PM, Rayson Ho wrote: > Please review the probe addition in QEMU for the network module, note > that I added probes for send & receive Ethernet frames for rtl8139 so > far but not other network devices. Also for receive, the probe would > only fire when a frame is succes

[Qemu-devel] QEMU network probes

2011-02-09 Thread Rayson Ho
Please review the probe addition in QEMU for the network module, note that I added probes for send & receive Ethernet frames for rtl8139 so far but not other network devices. Also for receive, the probe would only fire when a frame is successfully received, so any errors are ignored. =