2015-06-18 09:03, Jijiang Liu:
> This sample uses the basic virtio devices management function from the vHost 
> example, which includes virtio device creation, destroying and maintenance.

Please wrap commit message to about 72 characters.
https://github.com/erlang/otp/wiki/Writing-good-commit-messages
https://git-scm.com/book/ch5-2.html

typo in Makefile:
overriden -> overridden

There are 2 functions where ret is incremented but never initialized:
examples/tep_termination/main.c:473:6: error: ?ret? may be used uninitialized 
in this function
examples/tep_termination/main.c:536:8: error: ?ret? may be used uninitialized 
in this function

Making a patch buildable with recent GCC and clang is the minimum before 
submitting it.

Reply via email to