Hi Mykola,
On 27/06/2025 11:51, Mykola Kvach wrote:
From: Mykola Kvach
Document support for the optional PSCI SYSTEM_SUSPEND function, exposed
via the virtual PSCI (vPSCI) interface to guests.
This allows non-hardware domain guests (domUs) to initiate system suspend
operations via PSCI calls.
Hi Mykola,
On 27/06/2025 11:51, Mykola Kvach wrote:
diff --git a/xen/arch/arm/include/asm/perfc_defn.h
b/xen/arch/arm/include/asm/perfc_defn.h
index effd25b69e..8dfcac7e3b 100644
--- a/xen/arch/arm/include/asm/perfc_defn.h
+++ b/xen/arch/arm/include/asm/perfc_defn.h
@@ -33,6 +33,7 @@ PERFCOUNTE
Hi,
On 28/06/2025 14:58, Koichiro Den wrote:
On Mon, Jun 23, 2025 at 09:41:47AM +0100, Julien Grall wrote:
---(snip)---
@@ -707,6 +723,7 @@ int arch_domain_create(struct domain *d,
unsigned int flags)
{
unsigned int count = 0;
+int order;
int rc;
On 28/06/2025 18:26, Julien Grall wrote:
Hi Stefano,
On 21/06/2025 01:52, Stefano Stabellini wrote:
Widely used or not - _I_ use it all the time in debug configs where
serial
is available.
Fair enough and your usage is really important for the project. At the
same time you know exactly what'
Hi Stefano,
On 21/06/2025 01:52, Stefano Stabellini wrote:
Widely used or not - _I_ use it all the time in debug configs where serial
is available.
Fair enough and your usage is really important for the project. At the
same time you know exactly what's going on so you wouldn't be confused
by t
On Sun, Jun 22, 2025 at 04:12:15PM -0700, Stefano Stabellini wrote:
> On Sun, 22 Jun 2025, Koichiro Den wrote:
> > The /reserved-memory node is inherently not specific to static-shmem. In
> > the next commit, child nodes will be added under /reserved-memory for
> > the stolen time shared memory reg
On Mon, Jun 23, 2025 at 03:40:24PM +0200, Orzel, Michal wrote:
>
>
> On 21/06/2025 17:11, Koichiro Den wrote:
> > Even though make_hypervisor_node() does not rely on the /reserved-memory
> > instantiation when calling find_unused_regions() (the wrapper introduced
> > in the previous commit), the
On Mon, Jun 23, 2025 at 03:33:55PM +0200, Orzel, Michal wrote:
>
Thank you for the review + apologies for my delayed response.
>
> On 21/06/2025 17:11, Koichiro Den wrote:
> > This is preparatory work for the upcoming commits that implement the
> > standard PV time interface (ARM DEN 0057A).
>
On Mon, Jun 23, 2025 at 09:41:47AM +0100, Julien Grall wrote:
> Hi Koichiro,
>
> I haven't checked all the details. I will mainly comment on the Xen
> internals.
Hi Julien,
Thank you for the review, and apologies for my late response.
>
---(snip)---
> > @@ -707,6 +723,7 @@ int arch_domain_crea