[pve-devel] applied: [PATCH docs] installation: add serial console grub entry

2024-03-27 Thread Thomas Lamprecht
Am 23/02/2024 um 13:06 schrieb Christoph Heiss: > This was added with the 8.1 release ISO, so mention it in the > documentation too. > > Signed-off-by: Christoph Heiss > --- > pve-installation.adoc | 7 +++ > 1 file changed, 7 insertions(+) > > applied, thanks!

[pve-devel] applied: [PATCH docs v2] installation: reword `nomodeset` section a bit, add link to it

2024-03-27 Thread Thomas Lamprecht
Am 26/02/2024 um 18:59 schrieb Christoph Heiss: > The `nomodeset` section needs some massaging due to the text flow being > broken a bit. While at it, link to it above at the 'Terminal UI' > bootloader tip such that readers can find it more easily. > > Suggested-by: Alexander Zeidler >

Re: [pve-devel] [PATCH docs v2] installation: reword `nomodeset` section a bit, add link to it

2024-03-27 Thread Thomas Lamprecht
Am 26/02/2024 um 18:59 schrieb Christoph Heiss: > The `nomodeset` section needs some massaging due to the text flow being > broken a bit. While at it, link to it above at the 'Terminal UI' > bootloader tip such that readers can find it more easily. > > Suggested-by: Alexander Zeidler >

[pve-devel] applied-series: [PATCH docs] local-zfs: mention `zfs_arc_max` clamping by the installer

2024-03-27 Thread Thomas Lamprecht
Am 05/03/2024 um 13:13 schrieb Christoph Heiss: > This was forgotten to be updated when it changed it the installer and > now reported in the forum [0] that the docs are a bit outdated in this > regard. > > [0] > https://forum.proxmox.com/threads/hat-proxmox-8-neue-zfs_arc_max-settings.142754/ >

[pve-devel] [PATCH qemu 2/3] makefile: also filter 64-bit hppa ROM for QEMU 8.2

2024-03-27 Thread Fiona Ebner
Same rationale as 6facdf3 ("also exclude hppa-firmware.img ROM from build"), not used by Proxmox VE and would cause a failure during build. Signed-off-by: Fiona Ebner --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1d021a7..b963672 100644 ---

[pve-devel] [PATCH-SERIES qemu] update to QEMU 8.2.2

2024-03-27 Thread Fiona Ebner
See patch 3/3 whose commit message also serves as the cover letter. Fiona Ebner (3): makefile: adapt firmware blob removal to changes for QEMU 8.2 makefile: also filter 64-bit hppa ROM for QEMU 8.2 update submodule and patches to QEMU 8.2.2 Makefile |

[pve-devel] [PATCH qemu 1/3] makefile: adapt firmware blob removal to changes for QEMU 8.2

2024-03-27 Thread Fiona Ebner
Namely, it's also necessary to remove .dts source files from the meson.build file, because the .dtb file names are not directly listed anymore since commit 6e0dc9d2a8 ("meson: compile bundled device trees"). The same commit also introduced a "'.dtb'" in a line not just listing a file name and

[pve-devel] [PATCH common] docs: add missing prefix

2024-03-27 Thread Folke Gleumes
include 'PVEAPIToken=' prefix in the example for target-endpoint which is mainly used for remote migrations. Signed-off-by: Folke Gleumes --- src/PVE/JSONSchema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index

[pve-devel] applied-series: [PATCH v2 pve-esxi-import-tools 0/7] Improve listvms.py

2024-03-27 Thread Wolfgang Bumiller
applied series, thanks ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] applied: [PATCH manager] ui: guest import: allow setting mac addresses to unique

2024-03-27 Thread Thomas Lamprecht
Am 27/03/2024 um 11:32 schrieb Aaron Lauterer: > I did choose the 'labelWidth' and 'fieldLabel' to match the look and > feel of the 'Prepare for Virtio-SCSI" checkbox further up for > consistency though. > > Maybe we want to change that back? No, those are separate grids, it's fine to not have

Re: [pve-devel] applied: [PATCH manager] ui: guest import: allow setting mac addresses to unique

2024-03-27 Thread Aaron Lauterer
On 2024-03-27 11:26, Thomas Lamprecht wrote: Am 26/03/2024 um 14:25 schrieb Aaron Lauterer: by adding a new checkbox and render the grid accordingly. If unique MAC addresses are enabled, set them to undefined when getting the values from the grid. Signed-off-by: Aaron Lauterer --- not

[pve-devel] applied: [PATCH manager] ui: guest import: allow setting mac addresses to unique

2024-03-27 Thread Thomas Lamprecht
Am 26/03/2024 um 14:25 schrieb Aaron Lauterer: > by adding a new checkbox and render the grid accordingly. > > If unique MAC addresses are enabled, set them to undefined when getting > the values from the grid. > > Signed-off-by: Aaron Lauterer > --- > not sure if setting `uniqueMac` directly

[pve-devel] applied: [PATCH storage v2] esxi: use mac address when static, generated and vpx

2024-03-27 Thread Thomas Lamprecht
Am 26/03/2024 um 13:04 schrieb Aaron Lauterer: > static -> defined manually > generated -> by ESXi > vpx -> generated by vCenter > > Signed-off-by: Aaron Lauterer > --- > src/PVE/Storage/ESXiPlugin.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > applied, thanks!