From: Anthony PERARD <anthony.perard@vates.tech>
To: "Petr Beneš" <w1benny@gmail.com>
Cc: xen-devel@lists.xenproject.org, "Juergen Gross" <jgross@suse.com>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"George Dunlap" <george.dunlap@citrix.com>,
"Jan Beulich" <jbeulich@suse.com>,
"Julien Grall" <julien@xen.org>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Christian Lindig" <christian.lindig@citrix.com>,
"David Scott" <dave@recoil.org>,
"Bertrand Marquis" <bertrand.marquis@arm.com>,
"Michal Orzel" <michal.orzel@amd.com>,
"Volodymyr Babchuk" <Volodymyr_Babchuk@epam.com>,
"Roger Pau Monné" <roger.pau@citrix.com>,
"Julien Grall" <jgrall@amazon.com>
Subject: Re: [PATCH for-4.19? v6 3/9] xen: Refactor altp2m options into a structured format
Date: Tue, 11 Jun 2024 15:58:32 +0000 [thread overview]
Message-ID: <ZmhxFFnanyUzI4RY@l14> (raw)
In-Reply-To: <dcf08c40e37072e18e5e878df8778ce459897bdc.1718038855.git.w1benny@gmail.com>
On Mon, Jun 10, 2024 at 05:10:41PM +0000, Petr Beneš wrote:
> From: Petr Beneš <w1benny@gmail.com>
>
> Encapsulate the altp2m options within a struct. This change is preparatory
> and sets the groundwork for introducing additional parameter in subsequent
> commit.
>
> Signed-off-by: Petr Beneš <w1benny@gmail.com>
> Acked-by: Julien Grall <jgrall@amazon.com> # arm
> Reviewed-by: Jan Beulich <jbeulich@suse.com> # hypervisor
> ---
> tools/libs/light/libxl_create.c | 6 +++---
Acked-by: Anthony PERARD <anthony.perard@vates.tech>
Thanks,
--
Anthony Perard | Vates XCP-ng Developer
XCP-ng & Xen Orchestra - Vates solutions
web: https://vates.tech
next prev parent reply other threads:[~2024-06-12 5:06 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-10 17:10 [PATCH for-4.19? v6 0/9] x86: Make MAX_ALTP2M configurable Petr Beneš
2024-06-10 17:10 ` [PATCH for-4.19? v6 1/9] tools/ocaml: Fix mixed tabs/spaces Petr Beneš
2024-06-10 17:10 ` [PATCH for-4.19? v6 2/9] tools/ocaml: Add missing ocaml bindings for altp2m_opts Petr Beneš
2024-06-10 17:10 ` [PATCH for-4.19? v6 3/9] xen: Refactor altp2m options into a structured format Petr Beneš
2024-06-11 6:41 ` Jan Beulich
2024-06-11 8:00 ` Petr Beneš
2024-06-11 9:14 ` Jan Beulich
2024-06-11 9:34 ` Petr Beneš
2024-06-11 9:36 ` Jan Beulich
2024-06-11 9:38 ` Petr Beneš
2024-06-17 8:39 ` Christian Lindig
2024-06-11 15:58 ` Anthony PERARD [this message]
2024-06-10 17:10 ` [PATCH for-4.19? v6 4/9] tools/xl: Add altp2m_count parameter Petr Beneš
2024-06-12 8:24 ` Anthony PERARD
2024-06-10 17:10 ` [PATCH for-4.19? v6 5/9] docs/man: Add altp2m_count parameter to the xl.cfg manual Petr Beneš
2024-06-12 8:26 ` Anthony PERARD
2024-06-10 17:10 ` [PATCH for-4.19? v6 6/9] xen: Make the maximum number of altp2m views configurable for x86 Petr Beneš
2024-06-13 12:03 ` Jan Beulich
2024-06-19 15:46 ` Petr Beneš
2024-06-20 7:25 ` Jan Beulich
2024-06-21 11:40 ` Petr Beneš
2024-06-24 7:21 ` Jan Beulich
2024-06-10 17:10 ` [PATCH for-4.19? v6 7/9] tools/libxl: Activate the altp2m_count feature Petr Beneš
2024-06-12 8:31 ` Anthony PERARD
2024-06-10 17:10 ` [PATCH for-4.19? v6 8/9] xen/x86: Disallow creating domains with altp2m enabled and altp2m.nr == 0 Petr Beneš
2024-06-10 17:10 ` [PATCH for-4.19? v6 9/9] tools/ocaml: Add altp2m_count parameter Petr Beneš
2024-10-16 10:10 ` [PATCH for-4.19? v6 0/9] x86: Make MAX_ALTP2M configurable Jan Beulich
2024-10-21 22:09 ` Petr Beneš
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=ZmhxFFnanyUzI4RY@l14 \
--to=anthony.perard@vates.tech \
--cc=Volodymyr_Babchuk@epam.com \
--cc=andrew.cooper3@citrix.com \
--cc=bertrand.marquis@arm.com \
--cc=christian.lindig@citrix.com \
--cc=dave@recoil.org \
--cc=george.dunlap@citrix.com \
--cc=jbeulich@suse.com \
--cc=jgrall@amazon.com \
--cc=jgross@suse.com \
--cc=julien@xen.org \
--cc=michal.orzel@amd.com \
--cc=roger.pau@citrix.com \
--cc=sstabellini@kernel.org \
--cc=w1benny@gmail.com \
--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.