On Thu, Aug 06, 2020 at 12:42:55PM +0300, Anastasiia Lukianenko wrote:

> From: Anastasiia Lukianenko <anastasiia_lukiane...@epam.com>
> 
> 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 type IF_TYPE_PVBLOCK.
> 
> Implement basic driver setup by reading XenStore configuration.
> 
> Signed-off-by: Andrii Anisov <andrii_ani...@epam.com>
> Signed-off-by: Anastasiia Lukianenko <anastasiia_lukiane...@epam.com>
> Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushche...@epam.com>

Applied to u-boot/master, thanks!

But please note:
ERROR: do not use assignment in if condition
#281: FILE: drivers/xen/pvblock.c:260:
+       if ((err = xenbus_switch_state(XBT_NIL, nodename,

in a few places in the driver (these without more context are possibly
OK, just bad style).

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to