mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Better handle setting the autoport value when the port is explicitly set to ensure that the XML sent to update the VM is correct and will be the XML that is reflected in the defined machine. By prioritizing checking if the port is provided, graphics_autoport = "yes" is ignored. Fixes: #1687