Re: [PATCH 01/17] armv8: Fix SMCC and ARM_PSCI_FW dependencies

2020-07-03 Thread Nastya Vicodin
On Thu, Jul 2, 2020 at 4:14 AM Peng Fan wrote: > > > Subject: [PATCH 01/17] armv8: Fix SMCC and ARM_PSCI_FW dependencies > > > > From: Oleksandr Andrushchenko > > > > Currently SMCC selects ARM_PSCI_FW if enabled which is not correct as > > there are cases that PSCI can function without firmware

Re: [PATCH] MAINTAINERS: Remove Anastasiia Lukianenko from Xen entry

2021-12-06 Thread Nastya Vicodin
Hi all, I would like to maintain Xen part in U-boot, so I’ll update my email address with a patch soon. Regards, Anastasiia On Mon 6 Dec 2021 at 09:12, Oleksandr Andrushchenko < oleksandr_andrushche...@epam.com> wrote: > Hi, all! > > Anastasiia has left EPAM, so now her e-mail bounces. > I can

Re: [PATCH v1 0/1] virtio-blk support for xen board

2023-10-05 Thread Nastya Vicodin
Reviewed-by On Tue, Oct 3, 2023 at 10:58 AM Andrii Chepurnyi wrote: > Hello. > > This patch adds the ability to use virtio-blk in the guest domain > under Xen hypervisor. To do such you need to build U-boot > with xenguest_arm64_virtio_defconfig. > > The patch was tested on a specific build

Re: [PATCH v2] drivers: xen: unmap Enlighten page before jumping to Linux

2022-07-20 Thread Nastya Vicodin
Reviewed-by: Anastasiia Lukianenko On Tue, Jul 19, 2022 at 5:55 PM Dmytro Firsov wrote: > This commit fixes issue with usage of Xen hypervisor shared info page. > Previously U-boot did not unmap it at the end of OS boot process. Xen > did not prevent guest from this. So, it worked, but caused

Re: [PATCH] drivers: xen: events: fix build issues with disabled Xen HVC

2022-07-20 Thread Nastya Vicodin
Reviewed-by: Anastasiia Lukianenko On Mon, Jul 4, 2022 at 3:05 PM Dmytro Firsov wrote: > Some setups do not use Xen hypervisor console for logging, e.g. they > use emulated PL011 hardware or shared peripherals (real UART). In such > cases Xen HVC will be disabled on a build time and will cause

Re: [PATCH] xen: pvblock: fix the maximum io size in one operation

2023-11-16 Thread Nastya Vicodin
Reviewed-by Regards, Anastasiia On Wed, Nov 15, 2023 at 2:53 AM AKASHI Takahiro wrote: > The current implementation may cause BUG_ON() in blkfront_aio() > BUG_ON(n > BLKIF_MAX_SEGMENTS_PER_REQUEST); > > In pvblock_iop(), a read/write operation will be split into smaller > chunks of