From 7f2ad75352bed0f9600687b4aa269ab76d803671 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 2 Jun 2024 11:13:09 +0530 Subject: update --- p_windows11/Vagrantfile | 6 +++--- 1 file 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' -- cgit v1.2.3