[pve-devel] [PATCH many v2] Add container device passthrough

Filip Schauer f.schauer at proxmox.com
Tue Oct 24 14:55:52 CEST 2023


Changes since v2:
* mknod the devices in /var/lib/lxc/$vmid/passthrough and setup proper
  permissions instead of bind mounting the devices from /dev directly
* Add support for USB mapping
* Add foreach_passthrough_device helper function

pve-container:

Filip Schauer (1):
  Add device passthrough

 src/PVE/LXC.pm        | 34 +++++++++++++++++++++++-
 src/PVE/LXC/Config.pm | 60 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 93 insertions(+), 1 deletion(-)

pve-guest-common:

Filip Schauer (1):
  Add foreach_passthrough_device

 src/PVE/AbstractConfig.pm | 44 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)







More information about the pve-devel mailing list