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) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 4E05094775 for ; Thu, 12 Jan 2023 14:52:29 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 304D72A921 for ; Thu, 12 Jan 2023 14:51:59 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (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 for ; Thu, 12 Jan 2023 14:51:57 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 82CAA43C97 for ; Thu, 12 Jan 2023 14:51:57 +0100 (CET) Message-ID: Date: Thu, 12 Jan 2023 14:51:56 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 To: Proxmox VE development discussion References: <20221125140857.121622-1-m.frank@proxmox.com> Content-Language: en-US From: Markus Frank In-Reply-To: <20221125140857.121622-1-m.frank@proxmox.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.036 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -0.001 Looks like a legit reply (A) SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [PATCH qemu-server v4 0/5] vIOMMU-Feature 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: Thu, 12 Jan 2023 13:52:29 -0000 Ping, because of demand from users. On 11/25/22 15:08, Markus Frank wrote: > qemu-server: > v4: > * added kvm/q35 checks in API > * reused pve-qemu-machine > > v3: > * replaced old machine type with property-string with viommu-parameter > > v2: > * moved viommu-parameter inside of machine_fmt and added it the new > parameter machine_properties > new Config -> machine_properties: viommu=1,etc > * check if kvm and q35 are set > > Markus Frank (3): > tests: replaced somemachine&someothermachine with q35&pc > fix #3784: Parameter for guest vIOMMU & machine as property-string > added test-cases for new machine-syntax & viommu > > PVE/API2/Qemu.pm | 21 +++++-- > PVE/QemuConfig.pm | 3 +- > PVE/QemuServer.pm | 55 ++++++++++++++++++- > PVE/QemuServer/Machine.pm | 6 +- > test/cfg2cmd/viommu.conf | 1 + > test/cfg2cmd/viommu.conf.cmd | 23 ++++++++ > test/restore-config-expected/401.conf | 14 +++++ > test/restore-config-expected/402.conf | 14 +++++ > test/restore-config-input/401.conf | 14 +++++ > test/restore-config-input/402.conf | 14 +++++ > test/run_qemu_restore_config_tests.pl | 2 +- > .../commit/qemu-server/101.conf | 2 +- > .../commit/qemu-server/102.conf | 2 +- > .../commit/qemu-server/201.conf | 2 +- > .../commit/qemu-server/202.conf | 2 +- > .../commit/qemu-server/203.conf | 2 +- > .../create/qemu-server/102.conf | 2 +- > .../create/qemu-server/104.conf | 4 +- > .../create/qemu-server/106.conf | 2 +- > .../create/qemu-server/301.conf | 2 +- > .../create/qemu-server/302.conf | 2 +- > .../create/qemu-server/401.conf | 32 +++++++++++ > .../create/qemu-server/402.conf | 53 ++++++++++++++++++ > .../delete/qemu-server/203.conf | 2 +- > .../delete/qemu-server/204.conf | 2 +- > .../prepare/qemu-server/102.conf | 2 +- > .../prepare/qemu-server/104.conf | 2 +- > .../rollback/qemu-server/101.conf | 2 +- > .../rollback/qemu-server/106.conf | 4 +- > .../rollback/qemu-server/201.conf | 2 +- > .../rollback/qemu-server/202.conf | 2 +- > .../rollback/qemu-server/203.conf | 2 +- > .../rollback/qemu-server/204.conf | 2 +- > .../rollback/qemu-server/205.conf | 2 +- > .../rollback/qemu-server/301.conf | 2 +- > .../rollback/qemu-server/302.conf | 2 +- > .../rollback/qemu-server/303.conf | 2 +- > .../commit/qemu-server/101.conf | 2 +- > .../commit/qemu-server/102.conf | 2 +- > .../commit/qemu-server/201.conf | 2 +- > .../commit/qemu-server/202.conf | 2 +- > .../commit/qemu-server/203.conf | 2 +- > .../create/qemu-server/104.conf | 2 +- > .../create/qemu-server/401.conf | 14 +++++ > .../create/qemu-server/402.conf | 33 +++++++++++ > .../delete/qemu-server/101.conf | 2 +- > .../delete/qemu-server/203.conf | 2 +- > .../delete/qemu-server/204.conf | 2 +- > .../rollback/qemu-server/101.conf | 2 +- > .../rollback/qemu-server/102.conf | 2 +- > .../rollback/qemu-server/103.conf | 2 +- > .../rollback/qemu-server/104.conf | 2 +- > .../rollback/qemu-server/106.conf | 4 +- > .../rollback/qemu-server/201.conf | 2 +- > .../rollback/qemu-server/202.conf | 2 +- > .../rollback/qemu-server/203.conf | 2 +- > .../rollback/qemu-server/204.conf | 2 +- > .../rollback/qemu-server/205.conf | 2 +- > .../rollback/qemu-server/301.conf | 2 +- > .../rollback/qemu-server/302.conf | 2 +- > .../rollback/qemu-server/303.conf | 2 +- > test/snapshot-test.pm | 8 ++- > 62 files changed, 344 insertions(+), 61 deletions(-) > create mode 100644 test/cfg2cmd/viommu.conf > create mode 100644 test/cfg2cmd/viommu.conf.cmd > create mode 100644 test/restore-config-expected/401.conf > create mode 100644 test/restore-config-expected/402.conf > create mode 100644 test/restore-config-input/401.conf > create mode 100644 test/restore-config-input/402.conf > create mode 100644 test/snapshot-expected/create/qemu-server/401.conf > create mode 100644 test/snapshot-expected/create/qemu-server/402.conf > create mode 100644 test/snapshot-input/create/qemu-server/401.conf > create mode 100644 test/snapshot-input/create/qemu-server/402.conf > > > docs: > > Markus Frank (1): > added vIOMMU documentation > > qm-pci-passthrough.adoc | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > > manager: > v4: > * check if kvm is enabled > * added kvm+q35 hint > > Markus Frank (1): > ui: MachineEdit with viommu checkbox > > www/manager6/qemu/MachineEdit.js | 56 ++++++++++++++++++++++++++++++++ > 1 file changed, 56 insertions(+) > > >