Re: [PATCH v2 2/8] Add support to parse/format virStorageSource type NVRAM

2022-04-26 Thread Rohit Kumar
On 21/04/22 8:20 pm, Peter Krempa wrote: On Fri, Apr 08, 2022 at 10:48:45 -0700, Rohit Kumar wrote: This patch introduces the logic to support remote NVRAM and adds 'type' attribute to nvram element. Sample XML with new annotation: or [1] Signed-off-by: Prerna

Re: [PATCH v2 2/8] Add support to parse/format virStorageSource type NVRAM

2022-04-21 Thread Peter Krempa
On Fri, Apr 08, 2022 at 10:48:45 -0700, Rohit Kumar wrote: > This patch introduces the logic to support remote NVRAM and > adds 'type' attribute to nvram element. > > Sample XML with new annotation: > > > > > > > > or > > > > [1] > > Signed-off-by: Prerna Saxena >

[PATCH v2 2/8] Add support to parse/format virStorageSource type NVRAM

2022-04-08 Thread Rohit Kumar
This patch introduces the logic to support remote NVRAM and adds 'type' attribute to nvram element. Sample XML with new annotation: or Signed-off-by: Prerna Saxena Signed-off-by: Florian Schmidt Signed-off-by: Rohit Kumar --- src/conf/domain_conf.c | 81