public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
[PATCH manager v1 1/1] api: startall: print info message if guest is skipped due to no onboot
 2026-03-02 15:20 UTC  (6+ messages)

[PATCH-SERIES qemu-server/guest-common/container v2 00/14] migration: strict config check for intra-cluster migration
 2026-03-02 14:52 UTC  (18+ messages)
` [PATCH qemu-server v2 01/14] d/control: bump versioned build dependency for libpve-common-perl to 9.0.12
` [PATCH qemu-server v2 02/14] tests: migration: get rid of mocking for removed PVE::QemuMigrate::read_tunnel()
` [PATCH qemu-server v2 03/14] qm: mtunnel: avoid using deprecated check_running() helper
` [PATCH qemu-server v2 04/14] mtunnel: add 'conf' command to do strict configuration parsing
` [PATCH qemu-server v2 05/14] qm: mtunnel: reply when a command is unknown
` [PATCH qemu-server v2 06/14] migration: intra-cluster: check config can be parsed on target node
` [PATCH guest-common v2 07/14] tunnel: add missing IO::File module import
` [PATCH guest-common v2 08/14] tunnel: end module with true value as recommended by perlcritic
` [PATCH guest-common v2 09/14] tunnel: redirect stderr to log function
` [PATCH container v2 10/14] pct: add missing module imports and group according to style guide
` [PATCH container v2 11/14] migrate: add missing module imports
` [PATCH container v2 12/14] pct: introduce mtunnel command
` [PATCH container v2 13/14] d/control: bump versioned build dependency for libpve-common-perl to 9.0.12
` [PATCH container v2 14/14] migration: intra-cluster: check config can be parsed on target node

[PATCH qemu-server v4 0/4] improve multiarch build support
 2026-03-02 14:47 UTC  (2+ messages)
` superseded: "

[PATCH common/qemu-server v5 0/5] improve multiarch build support
 2026-03-02 14:46 UTC  (6+ messages)
` [PATCH common v5 1/1] file: add exists and size helper
` [PATCH qemu-server v5 1/4] ovmf: use helpers that can be mocked for tests
` [PATCH qemu-server v5 2/4] tests: improve multiarch build support by introducing local get_host_arch helper
` [PATCH qemu-server v5 3/4] tests: improve multiarch build support by allowing re-init of cpu models
` [PATCH qemu-server v5 4/4] tests: cfg2cmd: add some architecture tests

[RFC proxmox 00/22] New crate for firewall api types
 2026-03-02 13:55 UTC  (10+ messages)
` [RFC proxmox 04/22] firewall-api-types: add logging types
` [RFC proxmox 05/22] firewall-api-types: add FirewallClusterOptions
` [RFC proxmox 10/22] firewall-api-types: add FirewallPortList types
` [RFC proxmox 12/22] firewall-api-types: add FirewallIpsetReference type

[PATCH manager v2 00/17] enable qemu vm architecture selection
 2026-03-02 13:37 UTC  (2+ messages)
` superseded: "

[PATCH manager v3 00/18] enable qemu vm architecture selection
 2026-03-02 13:21 UTC  (19+ messages)
` [PATCH manager v3 01/18] api/pvestatd: broadcast and expose non-x86 host architecture
` [PATCH manager v3 02/18] ui: qemu: wizard: refactor ostype and cd selector into an OSPanel
` [PATCH manager v3 03/18] ui: form: add filtered KVComboBox
` [PATCH manager v3 04/18] ui: resource store: add architecture field
` [PATCH manager v3 05/18] ui: qemu: add architecture specific defaults and helpers
` [PATCH manager v3 06/18] ui: qemu: add architecture field in wizard and hardware view
` [PATCH manager v3 07/18] ui: qemu: make scsi hw selector architecture aware
` [PATCH manager v3 08/18] ui: qemu: make osdefaults "
` [PATCH manager v3 09/18] ui: qemu: make os type selector "
` [PATCH manager v3 10/18] ui: qemu: make machine panels/fields "
` [PATCH manager v3 11/18] ui: qemu: make bios selector "
` [PATCH manager v3 12/18] ui: qemu: make sortByPreviousUsage "
` [PATCH manager v3 13/18] ui: qemu: wizard: use defaults to populate machine and bios
` [PATCH manager v3 14/18] ui: qemu: wizard: make iso confid architecture specific
` [PATCH manager v3 15/18] ui: qemu: make bus selector architecture aware
` [PATCH manager v3 16/18] ui: qemu: make processor edit "
` [PATCH manager v3 17/18] ui: qemu: change ui default for cpu model
` [PATCH manager v3 18/18] ui: qemu: set arch parameter for fetch machine types from api

[PATCH ha-manager] resources: Expand max_restart option
 2026-03-02 13:20 UTC  (4+ messages)

[PATCH docs/manager/network/proxmox{-ve-rs,-perl-rs} 00/23] Generate frr config using jinja templates and rust types
 2026-03-02 13:00 UTC  (20+ messages)
` [PATCH proxmox-ve-rs 5/9] frr: add template serializer and serialize fabrics using templates
` [PATCH proxmox-ve-rs 8/9] frr: add bgp support with templates and serialization
` [PATCH proxmox-ve-rs 9/9] frr: store frr template content as a const map
` [PATCH pve-network 04/10] sdn: write structured frr config that can be rendered using templates
` [PATCH pve-network 10/10] test: add test for frr.conf.local merging

[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v2 00/19] Generate frr config using jinja templates and rust types
 2026-03-02 12:55 UTC  (20+ messages)
` [PATCH proxmox-ve-rs v2 1/8] ve-config: firewall: cargo fmt
` [PATCH proxmox-ve-rs v2 2/8] frr: add proxmox-frr-templates package that contains templates
` [PATCH proxmox-ve-rs v2 3/8] ve-config: remove FrrConfigBuilder struct
` [PATCH proxmox-ve-rs v2 4/8] sdn-types: support variable-length NET identifier
` [PATCH proxmox-ve-rs v2 5/8] frr: add template serializer and serialize fabrics using templates
` [PATCH proxmox-ve-rs v2 6/8] frr: add isis configuration and templates
` [PATCH proxmox-ve-rs v2 7/8] frr: support custom frr configuration lines
` [PATCH proxmox-ve-rs v2 8/8] frr: add bgp support with templates and serialization
` [PATCH proxmox-perl-rs v2 1/1] sdn: add function to generate the frr config for all daemons
` [PATCH pve-network v2 1/9] sdn: remove duplicate comment line '!' in frr config
` [PATCH pve-network v2 2/9] sdn: tests: add missing comment "
` [PATCH pve-network v2 3/9] tests: use Test::Differences to make test assertions
` [PATCH pve-network v2 4/9] sdn: write structured frr config that can be rendered using templates
` [PATCH pve-network v2 5/9] tests: rearrange some statements in the frr config
` [PATCH pve-network v2 6/9] sdn: adjust frr.conf.local merging to rust template types
` [PATCH pve-network v2 7/9] api: add dry-run endpoint for sdn apply to preview changes
` [PATCH pve-network v2 8/9] test: add test for frr.conf.local merging
` [PATCH pve-network v2 9/9] test: bgp: add some various integration tests
` [PATCH pve-manager v2 1/1] sdn: add dry-run diff view for sdn apply

[PATCH proxmox-i18n 0/2] make: add targets to update specific PO files
 2026-03-02  9:51 UTC  (3+ messages)
` [PATCH proxmox-i18n 1/2] "
` [PATCH proxmox-i18n 2/2] make: cleanup update-po-% target

[PATCH proxmox-i18n v1] add pgettext() and npgettext() support for context-aware translations
 2026-03-02  8:15 UTC  (5+ messages)
` [PATCH proxmox-i18n v2] "

[PATCH proxmox-biome] add pgettext and npgettext to JavaScript globals
 2026-02-28  6:13 UTC 

[PATCH pmg-gui] add default pgettext/npgettext implementations to pmg-index.html.tt
 2026-02-28  6:07 UTC 

[PATCH manager v1] add default pgettext/npgettext implementations to index.html.tpl
 2026-02-28  6:03 UTC 

[PATCH proxmox-backup v1] add default pgettext/npgettext implementations to index.hbs
 2026-02-28  6:01 UTC 

[PATCH common/container/manager 0/8] implement per-mountpoint uid/gid mapping
 2026-02-27 15:34 UTC  (5+ messages)
` [PATCH container 7/8] "

[PATCH pve-kernel 0/3] enable CONFIG_RUST and fix sbuild target with extra-package revision
 2026-02-27 15:21 UTC  (4+ messages)
` [PATCH pve-kernel 1/3] d/control: add dependencies for CONFIG_RUST
` [PATCH pve-kernel 2/3] d/rules: explicitly enable CONFIG_RUST
` [PATCH pve-kernel 3/3] make: fix DSC variable name

[PATCH kernel-helper] proxmox-boot: add memtest86 as entry to systemd-boot
 2026-02-27 14:47 UTC  (7+ messages)
    ` superseded: "

[PATCH kernel-helper v2] fix #7223: proxmox-boot: add memtest86 as entry to all boot-loaders
 2026-02-27 14:43 UTC 

[pve-devel] [PATCH docs/guest-common/qemu-server v2 0/4] add new pci passthrough specific hookscript phase
 2026-02-27 12:09 UTC  (2+ messages)
` superseded: "

[PATCH docs/guest-common/qemu-server v3 0/4] add new pci passthrough specific hookscript phase
 2026-02-27 12:06 UTC  (5+ messages)
` [PATCH guest-common v3 1/1] helpers: exec hookscript: add optional parameters
` [PATCH qemu-server v3 1/2] pci: factor 'prepare_pci_devices' out to PVE::QemuServer::PCI module
` [PATCH qemu-server v3 2/2] pci: call hookscript for each prepared pci device
` [PATCH docs v3 1/1] examples: add new hookscript phase to example hookscript

[PATCH qemu-server v3 0/3] improve guest cleanup handling
 2026-02-27 11:44 UTC  (5+ messages)
` [PATCH qemu-server v3 1/3] cleanup: refactor to make cleanup flow consistent
` [PATCH qemu-server v3 2/3] qm cleanup: die early when encountering a running stop mode backup
` [PATCH qemu-server v3 3/3] fix #7119: qm cleanup: wait for process exiting for up to 30 seconds

[PATCH pve-docs] api token: mention that guest/sys console cannot be accessed by an API token
 2026-02-27 10:26 UTC 

[PATCH manager] ui: qemu hardware view: split out disks and nics into grids
 2026-02-27  9:05 UTC 

[PATCH docs/storage 0/2] docs: match smbdescription at pve-docs and pve-storage
 2026-02-26 14:43 UTC  (3+ messages)
` [PATCH storage 1/1] cifs: match smbversion description with docs
` [PATCH docs 1/1] docs: cifs: match smbversion docs with pve-storage

[PATCH qemu-server v3 1/2] cpu config: Add 'arch' property to cpu_fmt
 2026-02-26 14:01 UTC  (2+ messages)

[PATCH manager] ui: window/Settings: Mark strings as translatable
 2026-02-26 12:48 UTC  (2+ messages)
` applied: "

[PATCH qemu-server v3 0/3] Extend qga file-read with chunked access for large files
 2026-02-26 12:42 UTC  (5+ messages)
` [PATCH qemu-server v3 1/3] agent: file-read: Allow specifying max number of bytes to read
` [PATCH qemu-server v3 2/3] agent: file-read: Allow maintaining base64-encoding of content
` [PATCH qemu-server v3 3/3] agent: file-read: Allow specifying byte offset to start reading at
` applied: [PATCH qemu-server v3 0/3] Extend qga file-read with chunked access for large files

[PATCH qemu-server v2 0/3] Extend qga file-read with chunked access for large files
 2026-02-26 12:04 UTC  (7+ messages)
` [PATCH qemu-server v2 1/3] agent: file-read: Allow specifying max number of bytes to read
` [PATCH qemu-server v2 2/3] agent: file-read: Allow maintaining base64-encoding of content
` [PATCH qemu-server v2 3/3] agent: file-read: Allow specifying byte offset to start reading at

[pve-devel] [PATCH proxmox v8 0/5] fix #5207: apt: check signature of repos with proxmox-pgp
 2026-02-26 11:15 UTC  (3+ messages)
` applied-series: "

[PATCH proxmox-offline-mirror 0/3] use proxmox-pgp crate to replace verifier helper module
 2026-02-26 11:12 UTC  (4+ messages)
` [PATCH proxmox-offline-mirror 1/3] clippy: elide redundant lifetimes
` [PATCH proxmox-offline-mirror 2/3] use proxmox-pgp crate to replace verifier helper module
` [PATCH proxmox-offline-mirror 3/3] verifier: remove module

[PATCH pve-cluster v3] fix #2685: datacenter: allow 4-bit suffix in mac_prefix
 2026-02-26 10:37 UTC  (2+ messages)

[PATCH pve-common] REST environment: `waitpid` directly on SIGCHLD
 2026-02-26 10:33 UTC 

[PATCH proxmox] resource-scheduling: topsis: add context to 'unwraps'
 2026-02-26 10:18 UTC  (4+ messages)

[PATCH docs 0/2] local-zfs: Rephrase ARC limit
 2026-02-26  8:51 UTC  (4+ messages)
` [PATCH docs 1/2] "
    ` superseded: "

[PATCH docs v2 0/2] local-zfs: rephrase ARC limit
 2026-02-26  8:46 UTC  (3+ messages)
` [PATCH docs v2 1/2] "
` [PATCH docs v2 2/2] local-zfs: add reference to the zfs(4) manual

[PATCH manager 0/7] ui: qga: add checkbox for guest-fsfreeze
 2026-02-25 16:03 UTC  (9+ messages)
` [PATCH manager 1/7] ui: utils: support guest-fsfreeze at render_qga_features
` [PATCH manager 2/7] ui: qga: merge translatable string
` [PATCH manager 3/7] ui: qga: move freeze-fs-on-backup to advanced opts
` [PATCH manager 4/7] ui: qga: note that freeze-fs-on-backup is deprecated
` [PATCH manager 5/7] ui: qga: add checkbox for guest-fsfreeze
` [PATCH manager 6/7] ui: qga: call parameter me instead of this
` [PATCH manager 7/7] ui: qga: hide freeze-fs-on-backup check if undefined

[PATCH-SERIES qemu-server 0/6] migration: strict config check for intra-cluster migration
 2026-02-25 15:22 UTC  (2+ messages)
` superseded: "

[PATCH installer] assistant: add support for splitting ISO into (i)PXE-compatible files
 2026-02-25 15:13 UTC  (4+ messages)

[RFC PATCH-SERIES qemu-server 0/1] fix #7053: allow setting additional HA migration parameters
 2026-02-25 14:35 UTC  (2+ messages)
` [RFC qemu-server 1/1] fix #7053: api: migrate: save and restore migration params for HA managed VMs

[PATCH manager] ui: mark Key and Value as translatable
 2026-02-25 13:44 UTC  (2+ messages)
` applied: "

[PATCH guest-common/qemu-server/docs/manager v2 0/11] Virtiofs improvements
 2026-02-25 10:46 UTC  (13+ messages)
` [PATCH guest-common v2 1/11] mapping: dir: add 'live-migration-method' parameter
` [PATCH qemu-server v2 2/11] fix #6370: virtiofs: add support for thread-pool-size option
` [PATCH qemu-server v2 4/11] virtiofs: add live migration support
` [PATCH docs v2 7/11] virtiofs: add thread-pool-size description
` [PATCH manager v2 09/11] fix #6370: ui: virtiofs edit: add support for thread-pool-size option
` [PATCH manager v2 11/11] directory mapping: add live-migration-method option for virtiofs

[pve-devel] [PATCH common, container, manager and pmg-api v2 0/4] Fix #7175: replace timezone handling with systemd timedatectl
 2026-02-25 10:32 UTC  (3+ messages)
` [PATCH common v3 1/2] "
  ` partially-applied: "

[pve-devel] [RFC cluster/manager/storage 0/7] datacenter config: add setting for HTTP{, S} proxies
 2026-02-25  9:50 UTC  (2+ messages)

[pve-devel] [RFC PATCH-SERIES ha-manager 0/2] Negative Node Affinity Rules
 2026-02-25  8:58 UTC  (7+ messages)
` [pve-devel] [RFC PATCH ha-manager 2/2] rules: node affinity: implement negative node affinity rules

[PATCH manager] ui: download iso: trim filename to correctly detect file extension
 2026-02-24 17:21 UTC  (2+ messages)
` applied: "

[PATCH pve-cluster 00/14 v2] Rewrite pmxcfs with Rust
 2026-02-24 16:17 UTC  (3+ messages)
` [PATCH pve-cluster 04/14 v2] pmxcfs-rs: add pmxcfs-logger crate

[PATCH proxmox-widget-toolkit v3] fix #2685: ui: allow 4-bit suffix in mac_prefix
 2026-02-24 16:14 UTC 

[PATCH pve-docs] notifications: Fix typos in SMTP documentation
 2026-02-24 16:06 UTC  (2+ messages)
` applied: "

applied: [PATCH manager] pvestatd: fix typo for auto ballooning function
 2026-02-24 15:54 UTC 

[PATCH qemu-server 0/2] config: document default balloon behavior
 2026-02-24 15:49 UTC  (2+ messages)
` applied: "

[pve-devel] [PATCH docs] Update zfs swap documentation to be in line with debian trixie changes
 2026-02-24 15:31 UTC  (2+ messages)
` applied: "

[PATCH proxmox-widget-toolkit v2] fix #2685: ui: allow 4-bit mac_prefix suffix
 2026-02-24 15:27 UTC  (5+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal