udev can create sane /dev names (or symlinks) by checking sysfs
attributes, apps just open the /dev/whatever then.
ports map trivially to minors. When using protocol strings minors can
simply be dynamically auto-allocated by the guest and we don't need the
port numbers in the host<->guest protocol any more.
I think strings are better as numbers for identifying protocols as you
can work without a central registry for the numbers then.
cheers,
Gerd
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html