On 21.10.2022 20:02, Julien Grall wrote:
> On 26/08/2022 13:51, Carlo Nonato wrote:
>> @@ -335,6 +337,12 @@ struct xen_arch_domainconfig {
>>*
>>*/
>> uint32_t clock_frequency;
>> +/* IN */
>> +uint8_t from_guest;
>
> There is an implicit padding here and ...
>> +
On 21.10.2022 20:02, Julien Grall wrote:
> On 26/08/2022 13:51, Carlo Nonato wrote:
>> This commit adds array pointers to domains as well as to the hypercall
>> and configuration structure employed in domain creation. The latter is used
>> both by the toolstack and by Xen itself to pass configurati
On 07/11/2022 13:44, Carlo Nonato wrote:
Hi Julien,
Hi Carlo,
On Tue, Oct 25, 2022 at 1:15 PM Julien Grall wrote:
On 25/10/2022 11:53, Carlo Nonato wrote:
Hi Julien,
On Fri, Oct 21, 2022 at 8:02 PM Julien Grall wrote:
Hi Carlo,
On 26/08/2022 13:51, Carlo Nonato wrote:
This commit
Hi Julien,
On Tue, Oct 25, 2022 at 1:15 PM Julien Grall wrote:
> On 25/10/2022 11:53, Carlo Nonato wrote:
> > Hi Julien,
> >
> > On Fri, Oct 21, 2022 at 8:02 PM Julien Grall wrote:
> >>
> >> Hi Carlo,
> >>
> >> On 26/08/2022 13:51, Carlo Nonato wrote:
> >>> This commit adds array pointers to dom
Hi Julien,
On 25/10/2022 13:15, Julien Grall wrote:
On 25/10/2022 11:53, Carlo Nonato wrote:
Hi Julien,
On Fri, Oct 21, 2022 at 8:02 PM Julien Grall wrote:
Hi Carlo,
On 26/08/2022 13:51, Carlo Nonato wrote:
This commit adds array pointers to domains as well as to the hypercall
and confi
On 25/10/2022 11:53, Carlo Nonato wrote:
Hi Julien,
On Fri, Oct 21, 2022 at 8:02 PM Julien Grall wrote:
Hi Carlo,
On 26/08/2022 13:51, Carlo Nonato wrote:
This commit adds array pointers to domains as well as to the hypercall
and configuration structure employed in domain creation. The l
Hi Julien,
On Fri, Oct 21, 2022 at 8:02 PM Julien Grall wrote:
>
> Hi Carlo,
>
> On 26/08/2022 13:51, Carlo Nonato wrote:
> > This commit adds array pointers to domains as well as to the hypercall
> > and configuration structure employed in domain creation. The latter is used
> > both by the tool
Hi,
On 26/08/2022 13:51, Carlo Nonato wrote:
#endif /* !__ASM_ARM_COLORING_H__ */
diff --git a/xen/arch/arm/include/asm/domain.h
b/xen/arch/arm/include/asm/domain.h
index 26a8348eed..291f7c375d 100644
--- a/xen/arch/arm/include/asm/domain.h
+++ b/xen/arch/arm/include/asm/domain.h
@@ -58,6 +58
Hi Carlo,
On 26/08/2022 13:51, Carlo Nonato wrote:
This commit adds array pointers to domains as well as to the hypercall
and configuration structure employed in domain creation. The latter is used
both by the toolstack and by Xen itself to pass configuration data to the
domain creation function
On 26/09/2022 07:39, Wei Chen wrote:
On 2022/8/26 20:51, Carlo Nonato wrote:
This commit adds array pointers to domains as well as to the hypercall
and configuration structure employed in domain creation. The latter is
used
both by the toolstack and by Xen itself to pass configuration dat
Hi Wei,
On Mon, Sep 26, 2022 at 8:39 AM Wei Chen wrote:
> On 2022/8/26 20:51, Carlo Nonato wrote:
> > +int domain_coloring_init(struct domain *d,
> > + const struct xen_arch_domainconfig *config)
> > +{
> > +if ( is_domain_direct_mapped(d) )
> > +{
> > +pri
On 2022/8/26 20:51, Carlo Nonato wrote:
This commit adds array pointers to domains as well as to the hypercall
and configuration structure employed in domain creation. The latter is used
both by the toolstack and by Xen itself to pass configuration data to the
domain creation function, so the
This commit adds array pointers to domains as well as to the hypercall
and configuration structure employed in domain creation. The latter is used
both by the toolstack and by Xen itself to pass configuration data to the
domain creation function, so the XEN_GUEST_HANDLE macro must be adopted to be
13 matches
Mail list logo