So I have something that I am trying to do in kvm that requires a usb to serial converter...that goes to a serial device.  I pass the usb to serial device via a physical device and win7 discovers the device and assigns it a com port...all is good until I reboot win7 and I have to remove the device and re-add it from kvm...it then discovers it and assigns it a new com port.  If I look in windows it appears that the com port it was originally using shows that it is in use..so I think that is the issue but not sure how to correct it so every time I reboot I dont have to re-add...<br>
<br>my xml snippet...<br>&lt;hostdev mode=&#39;subsystem&#39; type=&#39;usb&#39; managed=&#39;yes&#39;<br>  &lt;source&gt;<br>      &lt;vendor id=&#39;0x067b&#39;/&gt;<br>      &lt;product id=&#39;0x2303&#39;/&gt;<br>   &lt;/source&gt;<br>
&lt;/hostdev&gt;<br><br>Any thoughts...would be appreciated...Thanks! :)<br>