aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p_windows11/Vagrantfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/p_windows11/Vagrantfile b/p_windows11/Vagrantfile
index f6d7235..1ffda43 100644
--- a/p_windows11/Vagrantfile
+++ b/p_windows11/Vagrantfile
@@ -8,15 +8,15 @@ Vagrant.configure('2') do |config|
# config.vm.synced_folder './data', '/data'
# config.vm.synced_folder '~/shared', '/shared', type: '9p', disabled: false, accessmode: 'mapped'
- config.vm.synced_folder '.', '/vagrant', type: '9p', accessmode: 'mapped'
+ # config.vm.synced_folder '.', '/vagrant', type: '9p', accessmode: 'mapped'
config.vm.provider :libvirt do |libvirt|
libvirt.cpus = 8
libvirt.cputopology sockets: '1', cores: '4', threads: '2'
libvirt.memory = 32768
- # libvirt.pci bus: '0x01', slot: '0x00', function: '0x00'
- # libvirt.pci bus: '0x01', slot: '0x00', function: '0x01'
+ libvirt.pci bus: '0x01', slot: '0x00', function: '0x00'
+ libvirt.pci bus: '0x01', slot: '0x00', function: '0x01'
libvirt.machine_virtual_size = 60
libvirt.cpu_model = 'host-passthrough'