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

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

2022-08-01 Thread Fabian Grünbichler
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 */ }, > nodename2 => { /* mapping object */ } >