Re: [PATCH v3 0/5] Introduce network backed NVRAM

2022-06-14 Thread Rohit Kumar
On 14/06/22 3:51 pm, Peter Krempa wrote: On Tue, Jun 14, 2022 at 12:18:34 +0530, Ani Sinha wrote: On Mon, Jun 13, 2022 at 10:15 AM Rohit Kumar wrote: On 03/06/22 5:21 pm, Peter Krempa wrote: On Thu, Jun 02, 2022 at 16:50:42 +0530, Rohit Kumar wrote: On 17/05/22 8:55 pm, Peter Krempa wrote

Re: [PATCH v3 0/5] Introduce network backed NVRAM

2022-06-14 Thread Peter Krempa
On Tue, Jun 14, 2022 at 12:18:34 +0530, Ani Sinha wrote: > On Mon, Jun 13, 2022 at 10:15 AM Rohit Kumar wrote: > > > > > > On 03/06/22 5:21 pm, Peter Krempa wrote: > > > On Thu, Jun 02, 2022 at 16:50:42 +0530, Rohit Kumar wrote: > > >> On 17/05/22 8:55 pm, Peter Krempa wrote: > > >>> On Mon, May 1

Re: [PATCH v3 0/5] Introduce network backed NVRAM

2022-06-13 Thread Ani Sinha
On Mon, Jun 13, 2022 at 10:15 AM Rohit Kumar wrote: > > > On 03/06/22 5:21 pm, Peter Krempa wrote: > > On Thu, Jun 02, 2022 at 16:50:42 +0530, Rohit Kumar wrote: > >> On 17/05/22 8:55 pm, Peter Krempa wrote: > >>> On Mon, May 16, 2022 at 16:03:21 +0530, Rohit Kumar wrote: > Ping. > > >>>

Re: [PATCH v3 0/5] Introduce network backed NVRAM

2022-06-12 Thread Rohit Kumar
On 03/06/22 5:21 pm, Peter Krempa wrote: On Thu, Jun 02, 2022 at 16:50:42 +0530, Rohit Kumar wrote: On 17/05/22 8:55 pm, Peter Krempa wrote: On Mon, May 16, 2022 at 16:03:21 +0530, Rohit Kumar wrote: Ping. Hi Peter, can you please take a look on this v3 patchset ? Yes, don't worry and plea

Re: [PATCH v3 0/5] Introduce network backed NVRAM

2022-06-03 Thread Peter Krempa
On Thu, Jun 02, 2022 at 16:50:42 +0530, Rohit Kumar wrote: > > On 17/05/22 8:55 pm, Peter Krempa wrote: > > On Mon, May 16, 2022 at 16:03:21 +0530, Rohit Kumar wrote: > > > Ping. > > > > > > Hi Peter, > > > can you please take a look on this v3 patchset ? > > Yes, don't worry and please be patien

Re: [PATCH v3 0/5] Introduce network backed NVRAM

2022-06-02 Thread Rohit Kumar
On 17/05/22 8:55 pm, Peter Krempa wrote: On Mon, May 16, 2022 at 16:03:21 +0530, Rohit Kumar wrote: Ping. Hi Peter, can you please take a look on this v3 patchset ? Yes, don't worry and please be patient. There are some intricacies that are not properly handled by your series and rather than

Re: [PATCH v3 0/5] Introduce network backed NVRAM

2022-06-02 Thread Rohit Kumar
On 17/05/22 8:55 pm, Peter Krempa wrote: On Mon, May 16, 2022 at 16:03:21 +0530, Rohit Kumar wrote: Ping. Hi Peter, can you please take a look on this v3 patchset ? Yes, don't worry and please be patient. There are some intricacies that are not properly handled by your series and rather than

Re: [PATCH v3 0/5] Introduce network backed NVRAM

2022-05-17 Thread Peter Krempa
On Mon, May 16, 2022 at 16:03:21 +0530, Rohit Kumar wrote: > Ping. > > Hi Peter, > can you please take a look on this v3 patchset ? Yes, don't worry and please be patient. There are some intricacies that are not properly handled by your series and rather than me using you as a email operated remo

Re: [PATCH v3 0/5] Introduce network backed NVRAM

2022-05-16 Thread Rohit Kumar
Ping. Hi Peter, can you please take a look on this v3 patchset ? Thanks, Rohit On 09/05/22 12:38 pm, Rohit Kumar wrote: Ping. Hi, requesting review on this patchset. Thanks! On 04/05/22 10:21 pm, Rohit Kumar wrote: Libvirt domain XML currently allows only local filepaths that can be used to

Re: [PATCH v3 0/5] Introduce network backed NVRAM

2022-05-09 Thread Rohit Kumar
Ping. Hi, requesting review on this patchset. Thanks! On 04/05/22 10:21 pm, Rohit Kumar wrote: Libvirt domain XML currently allows only local filepaths that can be used to specify a NVRAM disk. It should be possible to support NVRAM disks on network storage as it would give flexibility to start

[PATCH v3 0/5] Introduce network backed NVRAM

2022-05-04 Thread Rohit Kumar
Libvirt domain XML currently allows only local filepaths that can be used to specify a NVRAM disk. It should be possible to support NVRAM disks on network storage as it would give flexibility to start the VM on any host without having to worry about where to get the latest nvram image. This se