public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server] vmconfig_update_net: mtu is not hotpluggable
@ 2022-11-26  7:20 Alexandre Derumier
  2023-02-23 15:39 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Derumier @ 2022-11-26  7:20 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
---
 PVE/QemuServer.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index a746b3d..81d3997 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -5294,6 +5294,7 @@ sub vmconfig_update_net {
 	if (safe_string_ne($oldnet->{model}, $newnet->{model}) ||
 	    safe_string_ne($oldnet->{macaddr}, $newnet->{macaddr}) ||
 	    safe_num_ne($oldnet->{queues}, $newnet->{queues}) ||
+	    safe_num_ne($oldnet->{mtu}, $newnet->{mtu}) ||
 	    !($newnet->{bridge} && $oldnet->{bridge})) { # bridge/nat mode change
 
             # for non online change, we try to hot-unplug
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH qemu-server] vmconfig_update_net: mtu is not hotpluggable
  2022-11-26  7:20 [pve-devel] [PATCH qemu-server] vmconfig_update_net: mtu is not hotpluggable Alexandre Derumier
@ 2023-02-23 15:39 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-02-23 15:39 UTC (permalink / raw)
  To: Proxmox VE development discussion, Alexandre Derumier

Am 26/11/2022 um 08:20 schrieb Alexandre Derumier:
> Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
> ---
>  PVE/QemuServer.pm | 1 +
>  1 file changed, 1 insertion(+)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-23 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26  7:20 [pve-devel] [PATCH qemu-server] vmconfig_update_net: mtu is not hotpluggable Alexandre Derumier
2023-02-23 15:39 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal