On Fri, 15 May 2015 14:08:52 +0800 Jijiang Liu <jijiang.liu at intel.com> wrote:
> + while (dev_ll != NULL) {
> + /*get virtio device ID*/
Really minor style nit. Please put whitespace in comments.
Do this instead.
/* get virtio device ID */
Also, the name virtio is confusing since it can be confused with KVM virtio.

