From: "Edgar E. Iglesias" <edgar.iglesias@amd.com>
To: Julien Grall <julien@xen.org>
Cc: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
xen-devel@lists.xenproject.org, sstabellini@kernel.org,
bertrand.marquis@arm.com, michal.orzel@amd.com,
Volodymyr_Babchuk@epam.com, andrew.cooper3@citrix.com,
"Anthony PERARD" <anthony.perard@vates.tech>,
"Juergen Gross" <jgross@suse.com>,
"Jan Beulich" <jbeulich@suse.com>,
"Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: [PATCH v2 1/3] xen/arm: Add way to disable traps on accesses to unmapped addresses
Date: Fri, 30 May 2025 15:47:12 +0200 [thread overview]
Message-ID: <aDm24MTIKvtjjHrM@zapote> (raw)
In-Reply-To: <36dc6b2a-6dd0-4176-9f7e-a021a2427ed2@xen.org>
On Fri, May 30, 2025 at 10:01:23AM +0100, Julien Grall wrote:
>
>
> On 29/05/2025 17:23, Edgar E. Iglesias wrote:
> > On Thu, May 29, 2025 at 04:59:21PM +0100, Julien Grall wrote:
> > > Hi Edgar,
> >
> > Hi Julien,
> >
> >
> > >
> > > On 29/05/2025 16:50, Edgar E. Iglesias wrote:
> > > > From: "Edgar E. Iglesias" <edgar.iglesias@amd.com>
> > > >
> > > > Add a per-domain way to optionally disable traps for accesses
> > > > to unmapped addresses.
> > > >
> > > > The domain flag is general but it's only implemented for ARM for now.
> > > >
> > > > Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
> > > > ---
> > > > tools/libs/light/libxl_arm.c | 3 +++
> > > > xen/arch/arm/dom0less-build.c | 3 +++
> > > > xen/arch/arm/domain.c | 3 ++-
> > > > xen/arch/arm/domain_build.c | 3 ++-
> > > > xen/arch/arm/io.c | 36 +++++++++++++++++++++++++++++++++--
> > > > xen/common/domain.c | 3 ++-
> > > > xen/include/public/domctl.h | 4 +++-
> > >
> > > Looking at the changelog, I saw you removed the go bindings (although, they
> > > were in patch 3). But I don't quite understand why.
> >
> > I got a little confused. The file tools/golang/xenlight/helpers.gen.go
> > has the following at the top:
> > // Code generated by gengotypes.py. DO NOT EDIT.
> > // source: libxl_types.idl
> >
> >
> > So I got the impression that we shouldn't be editing it.
> > Should I edit it manually? Or should I try to rerun gengotypes.py
> > to generate these bindings?
>
> As the file is checked in, I think we expect the developper to rerun
> gengotypes.py. Anthony, can you confirm?
>
Thanks, I've included a regeneration of the bindings in v3. If it for
some reason is not needed we can drop it.
Cheers,
Edgar
next prev parent reply other threads:[~2025-05-30 13:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-29 15:50 [PATCH v2 0/3] xen/arm: Add option to optionally disable trapping on unmapped acceses Edgar E. Iglesias
2025-05-29 15:50 ` [PATCH v2 1/3] xen/arm: Add way to disable traps on accesses to unmapped addresses Edgar E. Iglesias
2025-05-29 15:59 ` Julien Grall
2025-05-29 16:23 ` Edgar E. Iglesias
2025-05-30 9:01 ` Julien Grall
2025-05-30 13:47 ` Edgar E. Iglesias [this message]
2025-05-29 15:50 ` [PATCH v2 2/3] xen/arm: dom0less: Add trap-unmapped-accesses Edgar E. Iglesias
2025-05-29 16:03 ` Julien Grall
2025-05-29 16:30 ` Edgar E. Iglesias
2025-05-29 15:50 ` [PATCH v2 3/3] tools/arm: Add the trap_unmapped_accesses xl config option Edgar E. Iglesias
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aDm24MTIKvtjjHrM@zapote \
--to=edgar.iglesias@amd.com \
--cc=Volodymyr_Babchuk@epam.com \
--cc=andrew.cooper3@citrix.com \
--cc=anthony.perard@vates.tech \
--cc=bertrand.marquis@arm.com \
--cc=edgar.iglesias@gmail.com \
--cc=jbeulich@suse.com \
--cc=jgross@suse.com \
--cc=julien@xen.org \
--cc=michal.orzel@amd.com \
--cc=roger.pau@citrix.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.