[pve-devel] [PATCH qemu-server] qemu 3.0 : add hv_synic && hv_stimer hyperv enlightment

2018-08-31 Thread Alexandre Derumier
This fix cpu bug on last win10 updates --- PVE/QemuServer.pm | 5 + 1 file changed, 5 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 9bfb4a1..52b0163 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -6700,6 +6700,11 @@ sub add_hyperv_enlightenments { if

Re: [pve-devel] [PATCH qemu-server] add mtu option to virtio-net device

2018-08-31 Thread Alexandre DERUMIER
>>I really dislike options that only works for specific cases ... Seem that it is needed for an user hosted at Hetzners https://forum.proxmox.com/threads/set-mtu-on-guest.45078/ I think it could also help for vxlan, as we need 50bytes for vxlan, so we need to bump mtu on physical interfaces (

Re: [pve-devel] [PATCH qemu-server] add mtu option to virtio-net device

2018-08-31 Thread Dietmar Maurer
I really dislike options that only works for specific cases ... > On August 31, 2018 at 1:11 PM Alexandre Derumier wrote: > > > This allow to setup mtu inside the guest, > only working with virtio-net. > --- > PVE/QemuServer.pm | 8 > 1 file changed, 8 insertions(+) > > diff --git a/

[pve-devel] [PATCH pve-manager] qemu: add mtu advanced option.

2018-08-31 Thread Alexandre Derumier
Allow to setup mtu in guest. Improve me: disable mtu option if model != virtio --- www/manager6/Parser.js | 5 + www/manager6/qemu/NetworkEdit.js | 21 +++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/www/manager6/Parser.js b/www/manager6/Parser

[pve-devel] [PATCH qemu-server] add mtu option to virtio-net device

2018-08-31 Thread Alexandre Derumier
This allow to setup mtu inside the guest, only working with virtio-net. --- PVE/QemuServer.pm | 8 1 file changed, 8 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 015f8f7..9bfb4a1 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -715,6 +715,12 @@ my $net