public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH manager 0/4] fix #7801: ui: warn about problematic virtio versions on iso select
@ 2026-08-25 11:02 Nicolas Frey
  2026-08-25 11:02 ` [PATCH pve-manager 1/4] ui: iso selector: add option to warn about virtio versions with issues Nicolas Frey
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Nicolas Frey @ 2026-08-25 11:02 UTC (permalink / raw)
  To: pve-devel

fixes #7801 by scanning for virtio filename regex and warning the user
if the version has known issues attributed to it [0].

I tried the following approaches to warn the user:
- via a (quite intrusive) pop-up
- a warning box after the iso selector
- an inline hoverable icon on the selector field

I felt the second approach resulted in the best UX, so I went with
that in this series. If we have any better/more standard way to warn
about things like these which I missed, please LMK!

[0] https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers

pve-manager:

Nicolas Frey (4):
  ui: iso selector: add option to warn about virtio versions with issues
  ui: cd edit: add `warnVirtio` option to pass to iso selector
  partially fix #7801: ui: ospanel: warn about problematic virtio
    versions
  partially fix #7801: ui: hardware view: warn about problematic virtio
    versions

 www/manager6/form/IsoSelector.js  | 68 ++++++++++++++++++++++++++++++-
 www/manager6/qemu/CDEdit.js       |  4 ++
 www/manager6/qemu/HardwareView.js |  6 ++-
 www/manager6/qemu/OSPanel.js      |  1 +
 4 files changed, 75 insertions(+), 4 deletions(-)


Summary over all repositories:
  4 files changed, 75 insertions(+), 4 deletions(-)

--
Generated by murpp 0.12.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-08-25 14:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-25 11:02 [PATCH manager 0/4] fix #7801: ui: warn about problematic virtio versions on iso select Nicolas Frey
2026-08-25 11:02 ` [PATCH pve-manager 1/4] ui: iso selector: add option to warn about virtio versions with issues Nicolas Frey
2026-08-25 13:02   ` Maximiliano Sandoval
2026-08-25 11:02 ` [PATCH pve-manager 2/4] ui: cd edit: add `warnVirtio` option to pass to iso selector Nicolas Frey
2026-08-25 11:02 ` [PATCH pve-manager 3/4] partially fix #7801: ui: ospanel: warn about problematic virtio versions Nicolas Frey
2026-08-25 11:02 ` [PATCH pve-manager 4/4] partially fix #7801: ui: hardware view: " Nicolas Frey
2026-08-25 14:44 ` [PATCH manager 0/4] fix #7801: ui: warn about problematic virtio versions on iso select Maximiliano Sandoval
2026-08-25 14:52   ` Nicolas Frey

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