zshan wrote: > hi all: > I am now recently using KVM which use the Qemu to perform network I/O > activities, I use the tun/tap bridging to let the guest os connect to > the Internet , and the detailed network topology is as follows: > Wow, ascii art in an image. > And I am so curious about the interaction between the tap and qemu, > how can packet been passed from tap to qemu, and what is the ingress > path in detail ? Look in qemu/net.c, qemu uses read() and write() to receive and send packets through tap. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html