From 0ada9cadc09e87d13e336aad9e85d386744ab06e Mon Sep 17 00:00:00 2001 From: Dmitry Vasilets Date: Wed, 25 Nov 2015 08:45:54 +0100 Subject: [PATCH] Revert "Bugfix: Config.finalize!: set @pcis if UNSET_VALUE" --- lib/vagrant-libvirt/config.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/vagrant-libvirt/config.rb b/lib/vagrant-libvirt/config.rb index ae7de88..3f777b0 100644 --- a/lib/vagrant-libvirt/config.rb +++ b/lib/vagrant-libvirt/config.rb @@ -389,9 +389,6 @@ module VagrantPlugins # Inputs @inputs = [{:type => "mouse", :bus => "ps2"}] if @inputs == UNSET_VALUE - # PCI device passthrough - @pcis = [] if @pcis == UNSET_VALUE - # Suspend mode @suspend_mode = "pause" if @suspend_mode == UNSET_VALUE