CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/09/10 22:40:14
Modified files:
sys/dev : vmt.c
Log message:
Check that the host supports GET_SPEED as well as GET_VERSION before deciding
vmt_probe has succeeded.
qemu supports GET_VERSION but not the RPC protocol so the probe succeeds
but the attach fails, resulting in "vmt0: failed to open backdoor RPC
channel (TCLO protocol)". All known versions of vmware support GET_SPEED
and no known qemu versions do, so this prevents it from attempting to
attach (and failing) on qemu while still working on vmware.
with & ok jmatthew@ dlg@