Yan Vugenfirer

Results 160 comments of Yan Vugenfirer

It might also be related to RX processing. Put a threshold on an amount of the processed packets here https://github.com/hioa-cs/IncludeOS/blob/master/src/drivers/virtionet.cpp#L221 otherwise you might hit a condition where the host always...

> > Has anyone found any workaround for this? Sadly switching to the english ISO or reinstalling all existsing VMs is not an option here. > > Setting the machine...

Looks like duplicated issue: https://github.com/virtio-win/kvm-guest-drivers-windows/issues/745

Hi @weubach , Do I understand correctly that the previous versions of Proxmox work and 215 driver don't have any issues?

@jwatt The changes should be in the latest build (204)

Hello All, Please help us understanding you use cases for using virtio-fs, and thus make us virtio-fs support better. Please participate in the discussion and add your use cases: https://github.com/virtio-win/kvm-guest-drivers-windows/discussions/726...

@raffaem In general yes, but we don't have timeframe.

@bougou The change still didn't made it to the build we are distributing due to some permission issues we found in recent virtio-fs changes (already fixed in the repository). It...

``` 1>C:\Users\yan\dev\kvm-guest-drivers-windows\viomem\sys\Viomem.c(1055,31): error C2220: the following warning is treated as an error 1>C:\Users\yan\dev\kvm-guest-drivers-windows\viomem\sys\Viomem.c(1055,31): warning C4242: 'function': conversion from 'LONGLONG' to 'SIZE_T', possible loss of data ``` All x86 OSes build...

AMR64 (Should it work?) build failure: ``` 3>Finished generating code 3>BufferOverflowFastFailK.lib(loadcfg.obj) : error LNK2001: unresolved external symbol __guard_eh_cont_table 3>BufferOverflowFastFailK.lib(loadcfg.obj) : error LNK2001: unresolved external symbol __guard_eh_cont_count 3>objfre_win10_arm64\arm64\viomem.sys : fatal error...