Re: [pve-devel] [PATCH installer 1/1] fix #4869: Show state in management interface ComboBox

2023-10-12 Thread Filip Schauer
patch v2 available: https://lists.proxmox.com/pipermail/pve-devel/2023-October/059450.html On 11/10/2023 17:20, Filip Schauer wrote: On 11/10/2023 12:58, Thomas Lamprecht wrote: Am 11/10/2023 um 11:54 schrieb Filip Schauer: The green circle is not displayed correctly by the PVE installer as i

[pve-devel] applied-series: [PATCH debcargo-conf boookworm 0/2] update nettle-sys to 2.2

2023-10-12 Thread Thomas Lamprecht
Am 12/10/2023 um 10:37 schrieb Dominik Csapak: > current nettle-sys 2.1 does not support our current packaged bindgen > version (0.66), an update from debian unstable (and backport) fixes that > > this packaged is used by sequoia-openpgp (which is used by > proxmox-offline-mirror) > > Dominik Csa

[pve-devel] [PATCH 2/2] backport nettle-sys

2023-10-12 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- src/nettle-sys/debian/changelog | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/nettle-sys/debian/changelog b/src/nettle-sys/debian/changelog index ca97618c9..d4a2de38a 100644 --- a/src/nettle-sys/debian/changelog +++ b/src/nettle-sys/debian/changel

[pve-devel] [PATCH 1/2] update nettle-sys

2023-10-12 Thread Dominik Csapak
sync with Debian unstable Signed-off-by: Dominik Csapak --- src/nettle-sys/debian/changelog | 19 + src/nettle-sys/debian/copyright | 4 ++-- src/nettle-sys/debian/copyright.debcargo.hint | 12 +-- .../0001-Avoid-msvc-dependencies.patch

[pve-devel] [PATCH debcargo-conf boookworm 0/2] update nettle-sys to 2.2

2023-10-12 Thread Dominik Csapak
current nettle-sys 2.1 does not support our current packaged bindgen version (0.66), an update from debian unstable (and backport) fixes that this packaged is used by sequoia-openpgp (which is used by proxmox-offline-mirror) Dominik Csapak (2): update nettle-sys backport nettle-sys src/nett

[pve-devel] [PATCH docs v7 3/4] added vIOMMU documentation

2023-10-12 Thread Markus Frank
Signed-off-by: Markus Frank --- qm-pci-passthrough.adoc | 53 + qm.adoc | 1 + 2 files changed, 54 insertions(+) diff --git a/qm-pci-passthrough.adoc b/qm-pci-passthrough.adoc index b90a0b9..7f7d4a7 100644 --- a/qm-pci-passthrough.adoc +++

[pve-devel] [PATCH qemu-server/docs/manager v7 0/4] vIOMMU-Feature #3784

2023-10-12 Thread Markus Frank
I was able to clarify any ambiguity regarding vIOMMU: https://lists.gnu.org/archive/html/qemu-devel/2023-10/msg02370.html The iommu_platform parameter could be made an optional parameter for VirtIO devices to add more isolation (with the downside of making them less performant) in a follow-up patc

[pve-devel] [PATCH qemu-server v7 2/4] feature #3784: Parameter for guest vIOMMU + test-cases

2023-10-12 Thread Markus Frank
vIOMMU enables the option to passthrough pci devices to L2 VMs in L1 VMs via Nested Virtualisation. Currently there are two vIOMMU implementation in QEMU to choose: intel & virtio virtio-iommu is more recent but less used in production than intel-iommu. Intel IOMMU: -machine ...,kernel-irqchip=s

[pve-devel] [PATCH qemu-server v7 1/4] machine as property-string

2023-10-12 Thread Markus Frank
Signed-off-by: Markus Frank --- PVE/API2/Qemu.pm | 9 +++-- PVE/QemuConfig.pm | 3 ++- PVE/QemuServer.pm | 16 ++- PVE/QemuServer/Machine.pm | 42 +-- 4 files changed, 55 insertions(+), 15 deletions(-) diff --git a/PV

[pve-devel] [PATCH manager v7 4/4] ui: MachineEdit with viommu ComboBox

2023-10-12 Thread Markus Frank
Added a proxmoxKVComboBox for selecting a vIOMMU implementation for a VM. If i440fx is selected, a hint tells that q35 is required for Intel vIOMMU. The UI also needs to parse the new machine parameter as PropertyString. Signed-off-by: Markus Frank --- www/manager6/qemu/MachineEdit.js | 45

[pve-devel] [PATCH v2 installer] fix #4869: Make management interface selection more verbose

2023-10-12 Thread Filip Schauer
Display a circle symbol indicating whether a network interface is up or not. Also show the MAC address of each interface in the proxmox-tui-installer, as was already the case in the GUI installer. Signed-off-by: Filip Schauer --- Changes sinve v1: * Use a circle symbol to display the state. GUI