all lists on lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-08-31 10:17:57 to 2026-09-03 11:16:21 UTC [more...]

[PATCH datacenter-manager/proxmox v5 00/21] inject application context via API macro for easier integration testing
 2026-09-03 11:15 UTC  (3+ messages)
` [PATCH proxmox v5 02/21] rest-server: allow to inject shared state
` [PATCH datacenter-manager v5 05/21] context: promote context to a dir-style module

[RFC qemu/qemu-server/proxmox-backup-qemu 0/9] close #6169: backup: pbs: per-target dirty bitmaps
 2026-09-03 11:09 UTC  (12+ messages)
` [PATCH proxmox-backup-qemu 1/9] clippy: restore: fix needless borrows
` [PATCH proxmox-backup-qemu 2/9] clippy: commands: avoid manual implementation of ok()
` [RFC proxmox-backup-qemu 3/9] cargo: add dependency for serde
` [RFC proxmox-backup-qemu 4/9] close #6169: track checksums for incremental backups per target
` [RFC proxmox-backup-qemu 5/9] update current-api.h
` [RFC proxmox-backup-qemu 6/9] d/control: bump versioned breaks for pve-qemu-kvm
` [RFC qemu 7/9] PVE backup: properly track if snapshot access was set up
` [RFC qemu 8/9] PVE backup: track per-target dirty bitmaps
` [RFC qemu-server 9/9] close #6169: backup: pbs: specify target ID so QEMU keeps track of per-target dirty bitmap

[PATCH datacenter-manager/proxmox v3 00/21] inject application context via API macro for easier integration testing
 2026-09-03 11:07 UTC  (2+ messages)
` superseded: "

[PATCH pve-docs] vcpu-types: Update CPU models
 2026-09-03 10:21 UTC 

[PATCH datacenter-manager/proxmox v4 00/21] inject application context via API macro for easier integration testing
 2026-09-03  9:41 UTC  (25+ messages)
` [PATCH proxmox v4 01/21] router: introduce shared state
` [PATCH proxmox v4 02/21] rest-server: allow to inject "
` [PATCH proxmox v4 03/21] api-macro: support shared state extraction type
` [PATCH proxmox v4 04/21] product-config: add ProductConfig type
` [PATCH datacenter-manager v4 05/21] context: promote context to a dir-style module
` [PATCH datacenter-manager v4 06/21] pdm-config: remotes: rename trait methods to read/write/lock
` [PATCH datacenter-manager v4 07/21] pdm-config: subscriptions: "
` [PATCH datacenter-manager v4 08/21] remote iterator: pass remote config reader explicitly
` [PATCH datacenter-manager v4 09/21] context: introduce a ContextFactory to build application context
` [PATCH datacenter-manager v4 10/21] context: establish PdmApplication object
` [PATCH datacenter-manager v4 11/21] context: register PdmApplication in router
` [PATCH datacenter-manager v4 12/21] connection: use client factory from PdmApplication handle
` [PATCH datacenter-manager v4 13/21] parallel fetcher: pass arguments to closure in a single type
` [PATCH datacenter-manager v4 14/21] server: migrate existing ParallelFetcher users to use PdmApplication
` [PATCH datacenter-manager v4 15/21] tests: add helpers for building API-handler-level integration tests
` [PATCH datacenter-manager v4 16/21] tests: add example tests for SDN API routes
` [PATCH datacenter-manager v4 17/21] api-cache: add wrapper type
` [PATCH datacenter-manager v4 18/21] context: provide api-cache on the app object
` [PATCH datacenter-manager v4 19/21] api: subscriptions: use PdmApplication instead of globals
` [PATCH datacenter-manager v4 20/21] pdm-config: subscriptions: drop unused accessor functions
` [PATCH datacenter-manager v4 21/21] tests: add example tests for remote subscription management

[pve-network v2 0/4] make sure to use subnet config if available at point
 2026-09-03  9:37 UTC  (14+ messages)
` [pve-network v2 1/4] vnets: introduce get_subnets_with_config
` [pve-network v2 2/4] fix #7837: simpleplugin: make use of get_subnets_with_config
` [pve-network v2 3/4] evpnplugin: "
` [pve-network v2 4/4] dhcp: "

[PATCH docs/guest-common/qemu-server v4 0/7] add new pci passthrough specific hookscript phase
 2026-09-03  8:54 UTC  (11+ messages)
` [PATCH guest-common v4 1/7] helpers: exec hookscript: add optional parameters
` [PATCH qemu-server v4 4/7] pci: factor 'prepare_pci_devices' out to PVE::QemuServer::PCI module
` [PATCH qemu-server v4 6/7] pci: call hookscript for each prepared pci device
` [PATCH docs v4 7/7] examples: add new hookscript phase to example hookscript

[PATCH qemu-server/docs/manager 0/3] add pvpanic device support
 2026-09-03  8:42 UTC  (2+ messages)

[PATCH pve-docs] zfs: Add paragraph on adding hot-spares
 2026-09-03  8:01 UTC 

[PATCH proxmox-backup] fix #8003: sync: pull: log skipped chunk reuse for corrupt manifests
 2026-09-03  7:57 UTC  (2+ messages)

[RFC manager/network/proxmox{-ebpf,-perl-rs} 00/12] sdn: implement DHCP for all zones using eBPF
 2026-09-03  4:26 UTC  (15+ messages)
` [PATCH proxmox-ebpf 01/12] dhcp: add per-tap responder BPF program
` [PATCH proxmox-ebpf 02/12] dhcp: add responder subsystem
` [PATCH proxmox-perl-rs 03/12] pve-rs: sdn: add dhcp responder bindings
` [PATCH pve-network 04/12] sdn: ipam: do not cache negative per-MAC answers, lock the write
` [PATCH pve-network 05/12] sdn: subnets: add dhcp-lease-time property
` [PATCH pve-network 06/12] sdn: dhcp: only assert a backend's availability for zones using it
` [PATCH pve-network 07/12] sdn: dhcp: add ebpf plugin
` [PATCH pve-network 08/12] sdn: zones: attach the dhcp responder on tap plug
` [PATCH pve-network 09/12] sdn: dhcp: apply mapping edits on the node serving the guest
` [PATCH pve-network 10/12] sdn: zones: offer dhcp on all zone types, keep dnsmasq simple-only
` [PATCH pve-network 11/12] tests: cover the ebpf dhcp backend and ipam API mapping pushes
` [PATCH pve-manager 12/12] ui: sdn: dhcp backend selector on all zones, expose dhcp options

[PATCH proxmox-acme v3 1/1] fix #7749: always serialize in same order
 2026-09-02 23:21 UTC  (2+ messages)
` applied: "

[PATCH proxmox-backup] fix #7911: api: report: mark endpoint as protected
 2026-09-02 23:19 UTC  (2+ messages)
` applied: "

[PATCH v1 proxmox-backup] config: invalidate CachedUserInfo after ACL changes
 2026-09-02 23:19 UTC  (5+ messages)
` applied: "

[PATCH proxmox{,-backup} v2 00/10] Fix Undefined Behavior in Tape Block Header Deallocation
 2026-09-02 16:36 UTC  (11+ messages)
` [PATCH proxmox v2 01/10] proxmox-alloc: introduce proxmox-alloc with `LayoutAwareBox<T>` type
` [PATCH proxmox v2 02/10] proxmox-alloc: document undefined behavior regarding custom allocs
` [PATCH proxmox-backup v2 03/10] tape: move tape block structs into separate file module
` [PATCH proxmox-backup v2 06/10] tape: tape block: represent tape block header with its own struct

[PATCH proxmox-yew-comp] fix #7932: add missing uptime to the GUI
 2026-09-02 15:27 UTC  (3+ messages)
` superseded: "

[PATCH manager/proxmox{-yew-comp,} v2 0/6] add missing uptime to the GUI, update API dump, and regenerate pve-api-types
 2026-09-02 14:59 UTC  (7+ messages)
` [PATCH pve-manager v2 1/6] fix: nodes: update `idle` key value in hash reference
` [PATCH pve-manager v2 2/6] fix: node: add missing `uptime` property inside the return schema
` [PATCH proxmox-yew-comp v2 3/6] fix #7932: add missing uptime to the GUI
` [PATCH proxmox v2 4/6] chore: pve-api-types: update API dump and regenerate types
` [PATCH proxmox v2 5/6] pve-api-types: register missing pve-fw-comment-spec verify function
` [PATCH proxmox v2 6/6] pve-api-types: update API dump for /node/status and regenerate types

[PATCH pve-network] sdn: push mapping changes from the ipam API to the dhcp backend
 2026-09-02 12:53 UTC 

[PATCH proxmox-ebpf 0/3] add proxmox-ebpf library
 2026-09-02 12:34 UTC  (5+ messages)
` [PATCH proxmox-ebpf 1/3] add the shared tc subsystem code
` [PATCH proxmox-ebpf 2/3] tests: add a native harness for the BPF C programs
` [PATCH proxmox-ebpf 3/3] debian: package the crate as a rust library

[PATCH datacenter-manager/yew-widget-toolkit 0/3] ui: make the default dashboard configurable
 2026-09-02 11:54 UTC  (5+ messages)
` [PATCH datacenter-manager 3/3] ui: make the default dashboard page configurable

[RFC] VMware/NSX to Proxmox migration: policy transformation and staged network handoff
 2026-09-02 11:29 UTC  (2+ messages)

[PATCH manager v2] fix #6735: api: pci: allow mdevscan access via mapping permissions
 2026-09-02 10:56 UTC  (4+ messages)

[PATCH datacenter-manager] tests: use tempfile instead using our own, in-tree reimplementation
 2026-09-02  9:10 UTC  (2+ messages)
` applied: "

[PATCH proxmox v2 0/2] oci: tests: refactor to drop static test tarballs
 2026-09-02  9:07 UTC  (3+ messages)
` [PATCH proxmox v2 2/2] oci: tests: generate OCI test images on the fly

[PATCH pve-docs 0/2] qm: pci passthrough: the AtomicOps caveat of the all-functions form
 2026-08-31 13:07 UTC  (4+ messages)
` [PATCH pve-docs v2] qm: pci passthrough: note the AtomicOps caveat for multi-GPU guests
    ` [PATCH pve-docs v3] "

[RFC] PVE installer: GRUB PXE and Foreman/Satellite integration
 2026-08-30  7:35 UTC 

[PATCH widget-toolkit] ui: disk list: add collapse/expand all controls
 2026-08-30  3:00 UTC 

qemu-img convert runs with cache=unsafe for every block storage except zfspool
 2026-08-28 22:22 UTC 

[PATCH pve-xtermjs 0/3] xterm.js: fix obstructed start button
 2026-09-02  7:40 UTC  (4+ messages)
` [PATCH pve-xtermjs 1/3] xterm.js: add tidy make target
` [PATCH pve-xtermjs 2/3] xterm.js: run make tidy
` [PATCH pve-xtermjs 3/3] xterm.js: fix obstructed start button

[PATCH pve-manager] fix #7942: pvesh: treat schema without properties as empty object
 2026-09-01 15:32 UTC  (2+ messages)

[PATCH docs v2 0/2] qm: pci passthrough: various fixes and clarifications
 2026-09-01 14:44 UTC  (4+ messages)
` [PATCH pve-docs v2 1/2] qm: pci passthrough: replace obsolete module loading procedure
` [PATCH pve-docs v2 2/2] qm: pci passthrough: fix grammar and spelling

[PATCH docs/manager/qemu-server 0/6] fix #7213: add `powercycle` reboot behavior
 2026-09-01 14:20 UTC  (4+ messages)
` [PATCH pve-manager 5/6] ui: qemu: options: add editor for "

[PATCH manager v3] ui: pool create: allow selecting parent pool via selector
 2026-09-01 14:15 UTC  (2+ messages)

[PATCH qemu-server] qemu: viommu: small variable code cleanup
 2026-09-01 12:46 UTC  (2+ messages)
` applied: "

[PATCH qemu-server/pve-manager/docs v4 0/1] add virtio-vga-gl OpenGL 4.6 & Vulkan (venus) support
 2026-09-01 11:39 UTC  (10+ messages)
` [PATCH qemu-server v4 1/3] fix #6277: virtio-vga-gl: add OpenGL 4.6 and Vulkan (Venus) support
` [PATCH pve-manager v4 2/3] ui: qemu: add VirGl feature selection in DisplayEdit
` [PATCH docs v4 3/3] VirGL: add info about feature sets with OpenGL4.6 and vulkan

Two nodes asymmetrical cluster, backup, stall of one node
 2026-09-01 10:55 UTC  (2+ messages)

[PATCH docs/gui-tests/manager/network/proxmox{-ve-rs,-perl-rs} v3 00/13] Add IS-IS protocol to fabrics
 2026-09-01 10:26 UTC  (14+ messages)
` [PATCH pve-network v3 08/13] fabrics: add IS-IS api types

[PATCH 0/2] android: register OpenID Connect callback activity for #4281
 2026-09-01  9:30 UTC  (2+ messages)

[pve-devel] [PATCH manager v2] ui: pool create: allow selecting parent pool via selector
 2026-09-01  7:18 UTC  (4+ messages)
` superseded: "

[PATCH docs 0/2] qm: pci passthrough: various fixes and clarifications
 2026-09-01  6:00 UTC  (2+ messages)
` superseded: "

[PATCH qemu-server v1 1/2] query-machine-capabilities: amd-sev: add max-asid and min-asid-std-sev
 2026-08-31 16:34 UTC  (2+ messages)
` [PATCH qemu-server v1 2/2] query-machine-capabilities: update CPUID Wikipedia anchor link

[PATCH yew-widget-toolkit/yew-widget-toolkit-assets 0/4] adaptive scaffold/navigation rail improvements
 2026-08-31 16:18 UTC  (3+ messages)
` applied: "

[PATCH manager v4 00/12] ui: split out disks and nics into grids
 2026-08-31 14:38 UTC  (16+ messages)
` [PATCH manager v4 01/12] ui: utils: factor out 'media=cdrom' check
` [PATCH manager v4 02/12] ui: factor out the guest key nic regex check
` [PATCH manager v4 03/12] ui: add pending grid
` [PATCH manager v4 04/12] ui: revert button: add parentXType and reloadCallback
` [PATCH manager v4 05/12] ui: button: add config remove button
` [PATCH manager v4 06/12] ui: qemu: hardware: wrap in container
` [PATCH manager v4 07/12] ui: qemu: introduce hardware disk grid
` [PATCH manager v4 08/12] ui: qemu: introduce hardware net grid
` [PATCH manager v4 09/12] ui: qemu: hardware view: separate disks into own grid
` [PATCH manager v4 10/12] ui: qemu: hardware view: separate nics "
` [PATCH manager v4 11/12] ui: qemu: hardware view: inline edit/remove/revert button in general grid
` [PATCH manager v4 12/12] ui: qemu: hardware view: inline 'add efi' menuitem

[PATCH docs v2] network: Discourage the use of balance-{alb,tlb}
 2026-08-31 14:23 UTC  (2+ messages)

[PATCH datacenter-manager/yew-widget-toolkit 0/3] ui: persist the main menus expanded state
 2026-08-31 13:28 UTC  (4+ messages)

[PATCH pve-network] sdn: dhcp: only regenerate if no cfg is undef
 2026-08-31 13:06 UTC 

[PATCH pve_flutter_frontend] android: add taskAffinity attribute with empty string in MainActivity
 2026-08-31 12:59 UTC  (2+ messages)
` applied: "

[PATCH proxmox-backup v2] ui: datastore content: allow moving namespace from parent
 2026-08-31 12:46 UTC  (2+ messages)

[RFC PATCH datacenter-manager 1/2] lib: pdm-client: add method for /cluster/options
 2026-08-31 12:41 UTC  (4+ messages)
` [RFC PATCH datacenter-manager 2/2] ui: pve: load and use tag style overrides for resource tree

[PATCH manager v3 00/13] ui: split out disks and nics into grids
 2026-08-31 12:31 UTC  (4+ messages)
` superseded: "

[PATCH proxmox-backup] ui: datastore content: allow moving namespace from parent
 2026-08-31 12:25 UTC  (3+ messages)
` superseded: "

SPAM: [PATCH datacenter-manager] api: local/remote tasks: simplify errors/statusfilter logic
 2026-08-31 12:21 UTC  (2+ messages)

[RFC PATCH proxmox-backup] ui: datastore content: allow moving namespace from parent
 2026-08-31 11:36 UTC  (2+ messages)
` superseded: "

SPAM: [PATCH datacenter-manager 0/2] Remove running tasks from
 2026-08-31 11:26 UTC  (2+ messages)
` applied: "

[RFC pve-container 1/1] mountpoint backup: allow changing backup flag at runtime
 2026-08-31 10:36 UTC  (2+ messages)

[PATCH datacenter-manager/proxmox 00/20] inject application context via API macro for easier integration testing
 2026-08-31 10:29 UTC  (5+ messages)
` [PATCH datacenter-manager 11/20] parallel fetcher: pass arguments to closure in a single type

[PATCH qemu-server] fix #7981: cpu flags: Hyper-V enlightenments on x86_64 only
 2026-08-31 10:17 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal