Re: [pve-devel] [PATCH common/qemu-server/manager] improve vGPU (mdev) usage for NVIDIA

2022-08-09 Thread Dominik Csapak
On 8/9/22 09:59, DERUMIER, Alexandre wrote: Le 26/07/22 à 08:55, Dominik Csapak a écrit : so maybe someone can look at that and give some feedback? my idea there would be to allow multiple device mappings per node (instead of one only) and the qemu code would select one automatically Hi Dominik

Re: [pve-devel] [PATCH common/qemu-server/manager] improve vGPU (mdev) usage for NVIDIA

2022-08-09 Thread DERUMIER, Alexandre
Le 26/07/22 à 08:55, Dominik Csapak a écrit : > so maybe someone can look at that and give some feedback? > my idea there would be to allow multiple device mappings per node > (instead of one only) and the qemu code would select one automatically Hi Dominik, do you want to create some kind of pool

Re: [pve-devel] [PATCH qemu-server 3/7] PVE/API2/Qemu: add permission checks for mapped usb devices

2022-08-09 Thread Dominik Csapak
On 8/1/22 15:01, Fabian Grünbichler wrote: On July 19, 2022 1:46 pm, Dominik Csapak wrote: Signed-off-by: Dominik Csapak --- PVE/API2/Qemu.pm | 39 --- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index

Re: [pve-devel] [PATCH common 1/1] add PVE/HardwareMap

2022-08-09 Thread Dominik Csapak
On 8/1/22 14:58, Fabian Grünbichler wrote: On July 19, 2022 1:46 pm, Dominik Csapak wrote: this adds functionality for the hardwaremap config (as json) the format of the config is like this: { usb => { name => { nodename1 => { /* mapping object */ }, nodenam