[pve-devel] [PATCH v3 manager 0/2] add edit window for device passthrough

Filip Schauer f.schauer at proxmox.com
Tue Apr 16 14:10:33 CEST 2024


Superseded by:
https://lists.proxmox.com/pipermail/pve-devel/2024-April/063002.html

On 31/01/2024 16:03, Filip Schauer wrote:
> Changes since v2:
> * Clarify naming of mount point and device passthrough related utils
> * Remove unnecessary cbind
> * Make the device index selectible
> * Add default values as emptyText to the UI elements
> * Reorder UI elements to improve the layout
> * Disable the Device Passthrough menu entries for non-root users
> * Change var to let
> * Minor code cleanup of DeviceEdit.js
>
> Changes since v1:
> * Remove usb mapping
> * Add mode, uid and gid fields
>
> Filip Schauer (2):
>    utils: clarify naming of LXC mount point utils
>    ui: lxc: add edit window for device passthrough
>
>   www/manager6/Makefile                    |   1 +
>   www/manager6/Utils.js                    |  23 ++-
>   www/manager6/lxc/DeviceEdit.js           | 190 +++++++++++++++++++++++
>   www/manager6/lxc/MPEdit.js               |   4 +-
>   www/manager6/lxc/MultiMPEdit.js          |   4 +-
>   www/manager6/lxc/Resources.js            |  33 +++-
>   www/manager6/window/GuestDiskReassign.js |   6 +-
>   7 files changed, 246 insertions(+), 15 deletions(-)
>   create mode 100644 www/manager6/lxc/DeviceEdit.js
>




More information about the pve-devel mailing list