From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 4A7AC6D924 for ; Tue, 17 Aug 2021 17:35:04 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 451F223979 for ; Tue, 17 Aug 2021 17:35:04 +0200 (CEST) Received: from mail.herold.me (mail.herold.me [IPv6:2a02:8106:0:5e02:42:c0ff:fea8:366]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id D1DFC23966 for ; Tue, 17 Aug 2021 17:34:59 +0200 (CEST) X-Virus-Scanned: Yes From: Constantin Herold DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=herold.me; s=mail; t=1629214491; bh=1lF7gfO35Aw+BFX9yw4Lph5nlZa6GqgipzIOo3JnhQM=; h=From:To:Cc:Subject; b=yfzPQMJJ4qupvrAus1CM4+th9CbcZ68zltOs+fzSZ4htWL0ROyeV5nDnGcT0KTXRN /vbezUYHI1QSGaMSKqm/P1/4/oJLkmVooe+9fcSERiGh9147tmPaHTn+PvN8T1imdb 6sIBsE+fXR9CVgpRKGmU3Ntq1eWppyhmb5RRmwhw= To: pve-devel@lists.proxmox.com Date: Tue, 17 Aug 2021 17:34:33 +0200 Message-Id: <20210817153434.1983-1-proxmox8914@herold.me> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.675 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain KAM_INFOUSMEBIZ 0.75 Prevalent use of .info|.us|.me|.me.uk|.biz|xyz|id|rocks|life domains in spam/malware SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [weilnetz.de, memory.pm, herold.me] Subject: [pve-devel] [PATCH v2 qemu-server 1/2] fix #3581: cover letter X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2021 15:35:04 -0000 props have been removed in qemu 6, use arguments instead see https://qemu.weilnetz.de/doc/6.0/system/removed-features.html#object-add-option-props-removed-in-6-0 This might break memory hotplug for vm's tagged to qemu <=4.2 Constantin Herold (1): pass size via argument for memory-backend-ram qmp call PVE/QemuServer/Memory.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -- 2.23.0