Re: [pve-devel] [PATCH common v3 2/3] add PVE/HardwareMap

2022-11-09 Thread Thomas Lamprecht
high level comment: should this go into pve-guest-common instead? Am 20/09/2022 um 14:50 schrieb Dominik Csapak: > this adds functionality for the hardwaremap config (as json) > the format of the config is like this: > > { > usb => { > name => { > nodename1 => { /* mapping obj

[pve-devel] [PATCH common v3 2/3] add PVE/HardwareMap

2022-09-20 Thread Dominik Csapak
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 */ } } }, pci => { /* same as above */ },