[pve-devel] [PATCH proxmox-perl-rs] common: buildsys: Makefile: drop `--no-pre-clean`

2024-10-01 Thread Jing Luo via pve-devel
--- Begin Message --- There is no difference in the source or binary packge running with or without `--no-pre-clean`. On the other hand, dpkg-buildpackge complains loudly when `--no-pre-clean` is specified, so let's remove it. Signed-off-by: Jing Luo --- common/pkg/Makefile | 2 +- 1 file change

[pve-devel] [PATCH proxmox-perl-rs] common: d/control: change binary package architecture from `any` to `all`

2024-10-01 Thread Jing Luo via pve-devel
--- Begin Message --- There is no architecture dependent binary files in the libproxmox-rs-perl deb package. There is no shared libs either (says debhelper), so let's remove that too. Slight adjustment for Makefile too. Signed-off-by: Jing Luo --- This can improve portability. Let's go baby ---

[pve-devel] Fwd: [RESEND PATCH pve-manager v2] d/control: change binary package architecture from `any` to `all`

2024-10-01 Thread Jing Luo via pve-devel
--- Begin Message --- Resend, without a link to the mailing list archive Original Message Subject: [PATCH pve-manager v2] d/control: change binary package architecture from `any` to `all` Date: 2024-09-13 19:55 From: Jing Luo To: pve-devel@lists.proxmox.com Cc: Jing Luo , Fab

Re: [pve-devel] [PATCH pve-manager 2/3] Fix #5708: Add CPU raw counters

2024-10-01 Thread Sascha Westermann via pve-devel
--- Begin Message --- If the data is also to be processed by external metric servers, I think the integration in `PVE::ProcFSTools::read_proc_stat()` makes sense. The term `cpustat` would no longer conflict in this case, as the content would be virtually the same. I would create a new patch series

Re: [pve-devel] [PATCH storage v4 2/2] d/control: dependencies: add bzip2, gzip, lzop, zstd

2024-10-01 Thread Maximiliano Sandoval
Ping. Maximiliano Sandoval writes: > Fabian Grünbichler writes: > >>> Maximiliano Sandoval hat am 13.09.2024 10:13 CEST >>> geschrieben: >>> >>> >>> The decompressor_info method calls binaries provided by these packages >>> so they are (alphabetically) added explicitly as dependencies. >>>

[pve-devel] [PATCH qemu] api: qemu: create: default cpu to x86-64-v2-AES

2024-10-01 Thread Maximiliano Sandoval
This makes it so newly created VMs, e.g. with `qm create` will have the same default value as VMs created via the web UI. Signed-off-by: Maximiliano Sandoval --- I am not entirely sure if there is side-effect that I am not taking into account. PVE/API2/Qemu.pm | 4 1 file changed, 4 inser