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 75661BBB0 for ; Fri, 25 Nov 2022 15:09:54 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5BFAF1D005 for ; Fri, 25 Nov 2022 15:09:24 +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 ; Fri, 25 Nov 2022 15:09:22 +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 87AA744BAF for ; Fri, 25 Nov 2022 15:09:22 +0100 (CET) From: Markus Frank To: pve-devel@lists.proxmox.com Date: Fri, 25 Nov 2022 15:08:52 +0100 Message-Id: <20221125140857.121622-1-m.frank@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.043 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 SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [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: Fri, 25 Nov 2022 14:09:54 -0000 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(+) -- 2.30.2