Re: [RESEND PATCH v2 12/18] xen: pvblock: Add initial support for para-virtualized block driver

2020-08-14 Thread Tom Rini
On Thu, Aug 06, 2020 at 12:42:55PM +0300, Anastasiia Lukianenko wrote: > From: Anastasiia Lukianenko > > Add initial infrastructure for Xen para-virtualized block device. > This includes compile-time configuration and the skeleton for > the future driver implementation. > Add new class UCLASS_PV

[RESEND PATCH v2 12/18] xen: pvblock: Add initial support for para-virtualized block driver

2020-08-06 Thread Anastasiia Lukianenko
From: Anastasiia Lukianenko Add initial infrastructure for Xen para-virtualized block device. This includes compile-time configuration and the skeleton for the future driver implementation. Add new class UCLASS_PVBLOCK which is going to be a parent for virtual block devices. Add new interface typ

[PATCH v2 12/18] xen: pvblock: Add initial support for para-virtualized block driver

2020-07-20 Thread Anastasiia Lukianenko
From: Anastasiia Lukianenko Add initial infrastructure for Xen para-virtualized block device. This includes compile-time configuration and the skeleton for the future driver implementation. Add new class UCLASS_PVBLOCK which is going to be a parent for virtual block devices. Add new interface typ