Stefano,
I made some notes from our informal design session about adding domB
feature stuff to dom0less, and dom0less on x86
* On x86, envisaging that boot VM start materials (kernel, initrd, etc)
are loaded by multiboot, as extra blobs in the same fashion as the dom0 kernel
and initrd (and e
On Fri, Jul 19, 2019 at 7:25 AM Jan Beulich wrote:
>
> All,
>
> the release is due in early August. Please point out backports you
> find missing from the respective staging branch, but which you
> consider relevant.
Please can the following be added to the branch:
480800c769
argo: warn sendv()
Recent patches to xen-devel indicate active interest in Argo within the Xen
community, and as the feature has been documented and in use by
OpenXT for multiple years, update the Xen SUPPORT.md statement of status.
Signed-off-by: Christopher Clark
---
SUPPORT.md | 2 +-
1 file changed, 1
On Fri, Oct 4, 2024 at 9:17 AM Frediano Ziglio
wrote:
>
> Updated headers related to ARGO.
>
> Signed-off-by: Frediano Ziglio
Acked-by: Christopher Clark
> ---
> xen/include/xen/argo.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> ---
> Changes si
Add a section to the Argo design document to supply guidance on how to
enable Argo in Xen and where to obtain source code and documentation
for Argo device drivers for guest OSes, primarily from OpenXT.
Signed-off-by: Christopher Clark
---
docs/designs/argo.pandoc | 45
Add a section to the Argo design document to supply guidance on how to
enable Argo in Xen and where to obtain source code and documentation
for Argo device drivers for guest OSes, primarily from OpenXT.
Signed-off-by: Christopher Clark
Reviewed-by: Bertrand Marquis
---
Changes in v2: added R
On Mon, Nov 21, 2022 at 4:41 AM Jan Beulich wrote:
> On 11.10.2022 11:28, Jan Beulich wrote:
> > find_ring_mfn() already holds a page reference when trying to obtain a
> > writable type reference. We shouldn't make assumptions on the general
> > reference count limit being effectively "infinity".
On Tue, Jun 21, 2022 at 7:05 AM Julien Grall wrote:
>
> Hi Andrew,
>
> On 21/06/2022 14:30, Andrew Cooper wrote:
> > On 21/06/2022 13:07, Julien Grall wrote:
> >> On 21/06/2022 12:27, Andrew Cooper wrote:
> >>> Hello,
> >>> I tried to have a half hour respite from security and push forward
> >>> w
On Wed, Jun 22, 2022 at 9:40 AM Bertrand Marquis
wrote:
>
> Hi Andrew,
>
> > On 22 Jun 2022, at 17:28, Andrew Cooper wrote:
> >
> > On 22/06/2022 13:32, Bertrand Marquis wrote:
> >> Hi Andrew and Christopher,
> >>
> >> I will not dig into the details of the issues you currently have
> >> but it s
On Tue, Jun 28, 2022 at 11:24 PM Juergen Gross wrote:
>
> On 24.03.22 15:01, Juergen Gross wrote:
> > Today most hypercall handlers have a return type of long, while the
> > compat ones return an int. There are a few exceptions from that rule,
> > however.
> >
> > Get rid of the exceptions by lett
On Wed, Jul 6, 2022 at 6:53 AM George Dunlap wrote:
>
Some alternative text for consideration for this patch:
Patch subject line: MAINTAINERS: Reassign XSM maintainership
> While mail hasn't been bouncing, Daniel De Graaf has not been
> responding to patch submissions or otherwise interacting w
On Wed, Jul 6, 2022 at 12:22 PM Christopher Clark
wrote:
>
> On Tue, Jun 28, 2022 at 11:24 PM Juergen Gross wrote:
> >
> > On 24.03.22 15:01, Juergen Gross wrote:
> > > Today most hypercall handlers have a return type of long, while the
> > > compat ones retur
On Thu, Jul 14, 2022 at 3:10 AM Bertrand Marquis
wrote:
>
> This patch series is a first attempt to check if we could use Yocto in
> gitlab ci to build and run xen on qemu for arm, arm64 and x86.
Hi Bertrand, thanks for posting this.
I'm still making my way through it, and should be able to spea
On Mon, Jul 25, 2022 at 4:45 AM SHARMA, JYOTIRMOY
wrote:
>
> [AMD Official Use Only - General]
>
>
> Hi all,
Hi Jyotirmoy,
I have add the xen-users list to CC since this thread may be useful to
that forum.
> I am using ubuntu as dom 0 and also dom U (HVM). I want to play audio from
> “dom U” U
don't have experience with
using them yet but I am interested to hear of reports of using them on
x86.
thanks,
Christopher
>
> -Original Message-
> From: SHARMA, JYOTIRMOY
> Sent: Tuesday, July 26, 2022 4:27 PM
> To: Christopher Clark
> Cc: xen-devel@lists.xenproj
On Thu, Jul 28, 2022 at 1:37 PM Christopher Clark
wrote:
>
> On Thu, Jul 28, 2022 at 12:05 PM SHARMA, JYOTIRMOY
> wrote:
> >
> > [AMD Official Use Only - General]
> >
> > Hi all,
> >
> > Can anyone please help here?
Hello again,
I have now been ab
On Fri, May 14, 2021 at 7:19 AM Daniel P. Smith
wrote:
>
> On 5/13/21 11:40 PM, Christopher Clark wrote:
> > We are submitting for inclusion in the Xen documentation:
> >
> > - the Hyperlaunch design document, and
> > - the Hyperlaunch device tree design document
&g
On Thu, May 13, 2021 at 8:41 PM Christopher Clark
wrote:
>
> From: "Daniel P. Smith"
>
> Adds a design document for Hyperlaunch, formerly DomB mode of dom0less.
>
> Signed-off-by: Christopher Clark
> Signed-off by: Daniel P. Smith
> Reviewed-by: Rich P
On Thu, May 13, 2021 at 8:41 PM Christopher Clark
wrote:
>
> From: "Daniel P. Smith"
>
> Adds a design document for Hyperlaunch device tree structure.
>
> Signed-off-by: Christopher Clark
> Signed-off by: Daniel P. Smith
> ---
> .../designs/la
ichal.
Reviewed-by: Christopher Clark
Christopher
---
> xen/include/public/arch-arm.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/xen/include/public/arch-arm.h b/xen/include/public/arch-arm.h
> index 64a2ca30da..6b5a5f818a 100644
> --- a/xen/include/public/arch-arm.h
&
On Mon, Nov 21, 2022 at 4:41 AM Jan Beulich wrote:
> On 11.10.2022 11:28, Jan Beulich wrote:
> > find_ring_mfn() already holds a page reference when trying to obtain a
> > writable type reference. We shouldn't make assumptions on the general
> > reference count limit being effectively "infinity".
-minded means to launch a
variety of VM configurations as part of the startup of Xen.
Signed-off-by: Christopher Clark
Signed-off by: Daniel P. Smith
Daniel P. Smith (2):
docs/designs/launch: hyperlaunch design document
docs/designs/launch: hyperlaunch device tree
.../designs/launch
From: "Daniel P. Smith"
Adds a design document for Hyperlaunch device tree structure.
Signed-off-by: Christopher Clark
Signed-off by: Daniel P. Smith
---
.../designs/launch/hyperlaunch-devicetree.rst | 343 ++
1 file changed, 343 insertions(+)
create mode 100644 do
From: "Daniel P. Smith"
Adds a design document for Hyperlaunch, formerly DomB mode of dom0less.
Signed-off-by: Christopher Clark
Signed-off by: Daniel P. Smith
Reviewed-by: Rich Persaud
---
Changes since v3:
* Rename the Landscape table
* Changed Crash Domain to Recovery Domain
Design Session - Hyperlaunch
Wednesday 26th May, at the Xen Design and Developer Summit 2021
Session Hosts: Christopher Clark & Daniel Smith
tl;dr:
- use cases for Hyperlaunch include supporting bare metal apps
- latency is a critical requirement for workl
On Sat, Jul 8, 2023 at 11:47 AM Stefano Stabellini
wrote:
> On Sat, 1 Jul 2023, Christopher Clark wrote:
> > To convert the x86 boot logic from multiboot to boot module structures,
> > change the bootstrap map function to accept a boot module parameter.
> >
> > To al
On Sat, Jul 8, 2023 at 11:30 AM Stefano Stabellini
wrote:
> On Sat, 1 Jul 2023, Christopher Clark wrote:
> > An initial step towards a non-multiboot internal representation of boot
> > modules for common code, starting with x86 setup and converting the
> > fields that
On Sat, Jul 8, 2023 at 12:15 PM Stefano Stabellini
wrote:
> On Sat, 1 Jul 2023, Christopher Clark wrote:
> > Next step in incremental work towards adding a non-multiboot internal
> > representation of boot modules, converting the fields being accessed for
> > the
On Thu, Jul 13, 2023 at 11:51 PM Christopher Clark <
christopher.w.cl...@gmail.com> wrote:
>
>
> On Sat, Jul 8, 2023 at 11:47 AM Stefano Stabellini
> wrote:
>
>> On Sat, 1 Jul 2023, Christopher Clark wrote:
>> > To convert the x86 boot logic from multiboot to
On Sat, Jul 8, 2023 at 12:15 PM Stefano Stabellini
wrote:
> On Sat, 1 Jul 2023, Christopher Clark wrote:
> > Adjust the PV and PVH dom0 construction entry points to take boot module
> > structures as parameters, and add further fields to the boot module
> > structures to plu
On Sat, Jul 8, 2023 at 3:24 PM Stefano Stabellini
wrote:
> On Sat, 1 Jul 2023, Christopher Clark wrote:
> > Pointer fields within structs need to be defined as fixed size types in
> > the x86 boot build environment. Using a typedef for the field type
> > rather than a struct
On Fri, Jun 2, 2023 at 1:49 AM Ayan Kumar Halder wrote:
> Hi Xen developers,
>
> We are trying to better document xen project development processes and
> related tools. At present, we are targeting **x86 and Arm** only.
>
> These tools range from bug/change request tracking means, compilers,
> in
# Hyperlaunch: Design Session
## Xen Summit 2023
Moderators: Christopher Clark, Daniel P. Smith
---
# Hyperlaunch: Review of Goals
**Project goals:**
* HAT: Isolating Safety Critical VMs from non-Critical VMs
* Fast system start
* Static partitioning
* Dynamic partitioning via policy and
functional change intended.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
changes since v1:
- new patch so v1 patch 3 can be implemented via incremental series
---
xen/arch/x86/cpu/microcode/core.c | 7 ---
xen/arch/x86/hvm/dom0_build.c | 4 +++-
xen/arch/x86/include/asm
, and add a member to the common boot module structure for
access to it.
No functional change intended.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
changes since v1:
- patch is a subset of v1 patches 2 and 3
---
xen/arch/x86/bzimage.c | 10 +-
xen/arch/x86
microcode is found.
Completes the conversion from the module_map bitmap in x86 setup so it
can be removed, along with the temporary bootstrap_map multiboot wrapper
since the last code that uses it is removed in this change.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
changes
Christopher Clark (11):
x86 setup: move x86 boot module counting into a new boot_info struct
x86 setup: per-arch bootmodule structure, headroom field
x86 setup: change bootstrap map to accept new boot module structures
x86 setup: porting dom0 construction logic to boot module structures
xsm
that a bootloader can provide in
addition to the Xen hypervisor is preserved from prior logic with the
module_map at 63.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
changes since v1: a subset of patch 3
- retains module_map for now as still used functions outside setup
- move
: Christopher Clark
Signed-off-by: Daniel P. Smith
changes since v1:
- patch is a subset of patches 2 and 3
---
xen/arch/x86/setup.c | 58 +++---
xen/include/xen/bootinfo.h | 20 +
2 files changed, 55 insertions(+), 23 deletions(-)
create mode 100644 xen
n existing definition on the version.
paddr_t is used in so a definition is added here to
the x86 boot environment defs.h header.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
New in v2 of series
---
xen/arch/x86/boot/defs.h| 5 +
xen/arch/x86/include/asm/boot
on Arm.
Adds a multiboot header inclusion into guest/xen/pvh-boot.c
since it is no longer provided via transitive inclusion and the source
in that file uses multiboot structures.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
Changes since v1:
- derived from patches 2 and 3
e version.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
New in v2
---
xen/arch/x86/boot/defs.h| 4
xen/arch/x86/include/asm/bootinfo.h | 2 +-
xen/include/xen/bootinfo.h | 2 +-
xen/include/xen/types.h | 6 ++
4 files changed, 12
This change enables and begins introducion of into
Arm builds: it replace the enum definition of bootmodule_kind with
bootmod_type_t which is a fixed size type as needed for packed structs,
to be used in the boot structures in subsequent changes.
Signed-off-by: Christopher Clark
Signed-off-by
include asm/bootinfo.h via a specified directory path to
bring in the necessary definitions.
Is this fantastic? No. Does it help? Yep.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
New for v2 series.
---
xen/arch/arm/include/asm/bootinfo.h | 20
xen
: Christopher Clark
Signed-off-by: Daniel P. Smith
changes since v1:
- based on v1 series patch 4
- use main bootinfo headers in boot logic instead of adding a 32-bit version
- apply packing to boot structures here rather than in earlier changes
- use a defined maximum rather than Kconfig'd var
number of boot modules allowed
is not included in this series, replaced with a static maximum define.
Christopher Clark (10):
x86 setup: move x86 boot module counting into a new boot_info struct
x86 setup: per-arch bootmodule structure, headroom field
x86 setup: change bootstrap map to accept
, and add a member to the common boot module structure for
access to it.
No functional change intended.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
---
Changes since v1: patch is a subset of v1 series patches 2 and 3.
xen/arch/x86/bzimage.c | 10 +-
xen
functional change intended.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
---
A new patch so v1 series patch 3 can be implemented incrementally
instead.
xen/arch/x86/cpu/microcode/core.c | 7 ---
xen/arch/x86/hvm/dom0_build.c | 4 +++-
xen/arch/x86/include/asm/boot.h
that a bootloader can provide in
addition to the Xen hypervisor is preserved from prior logic with the
module_map at 63.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
---
Changes since v1: patch is a subset of v1 series patches 2 and 3.
- The module_map is kept for now since
: Christopher Clark
Signed-off-by: Daniel P. Smith
---
Changes since v1: patch is a subset of v1 series patches 2 and 3.
xen/arch/x86/setup.c | 58 +++---
xen/include/xen/bootinfo.h | 20 +
2 files changed, 55 insertions(+), 23 deletions(-)
create
directory path where it can be included successfully.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
---
New for v2 series.
xen/arch/arm/include/asm/bootinfo.h | 20
xen/arch/riscv/include/asm/bootinfo.h | 20
xen/include/xen/bootinfo.h
-by: Christopher Clark
Signed-off-by: Daniel P. Smith
---
New for v2 series.
xen/arch/arm/include/asm/setup.h | 11 ++-
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/xen/arch/arm/include/asm/setup.h b/xen/arch/arm/include/asm/setup.h
index 19dc637d55..7e0598217a 100644
on Arm.
Adds a multiboot header inclusion into guest/xen/pvh-boot.c
since it is no longer provided via transitive inclusion and the source
in that file uses multiboot structures.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
---
Changes since v1: patch is a subset of v1 series
the maximum number of boot modules accepted on the
EFI entry path and the PVH entry path to the same fixed maximum number
accepted via multiboot, making it common across all x86 entry points.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
---
Changes since v1: patch is based on
.
The 32-bit behaviour is obtained by inclusion of "defs.h" first with a
check for such an existing definition on the version.
paddr_t is used in so a definition is added here to
the x86 boot environment defs.h header.
Signed-off-by: Christopher Clark
Signed-off-by: Danie
microcode is found.
Completes the conversion from the module_map bitmap in x86 setup so it
can be removed, along with the temporary bootstrap_map multiboot wrapper
since the last code that uses it is removed in this change.
Signed-off-by: Christopher Clark
Signed-off-by: Daniel P. Smith
---
Changes
+CC members of the Hyperlaunch Working Group + participants on earlier
Hyperlaunch threads
On Thu, Jul 6, 2023 at 2:39 PM Stefano Stabellini <
stefano.stabell...@amd.com> wrote:
> On Thu, 6 Jul 2023, George Dunlap wrote:
> > On Wed, Jul 5, 2023 at 11:14 PM Stefano Stabellini <
> stefano.stabell..
+CC openxt, Jason, Marek
On Fri, Jul 7, 2023 at 2:06 PM Christopher Clark <
christopher.w.cl...@gmail.com> wrote:
> +CC members of the Hyperlaunch Working Group + participants on earlier
> Hyperlaunch threads
>
> On Thu, Jul 6, 2023 at 2:39 PM Stefano Stabellini <
> st
On Wed, Feb 28, 2024 at 6:52 AM Jan Beulich wrote:
>
> On 18.02.2024 19:01, Julien Grall wrote:
> > On 14/02/2024 10:12, Jan Beulich wrote:
> >> find_ring_mfn() already holds a page reference when trying to obtain a
> >> writable type reference. We shouldn't make assumptions on the general
> >> re
On Sun, Feb 18, 2024 at 10:01 AM Julien Grall wrote:
>
> Hi Jan,
>
> On 14/02/2024 10:12, Jan Beulich wrote:
> > find_ring_mfn() already holds a page reference when trying to obtain a
> > writable type reference. We shouldn't make assumptions on the general
> > reference count limit being effectiv
g
> > logic to a switch(), to help keeping the extra (and questionable) x86-
> > only check in somewhat tidy shape.
> >
> > Signed-off-by: Jan Beulich
Reviewed-by: Christopher Clark
>
> much like "Argo: don't obtain excess page references" (with which
On Sat, Dec 23, 2023 at 12:47 PM Christopher Clark
wrote:
>
> On Sun, Dec 17, 2023 at 11:55 PM Jan Beulich wrote:
> >
> > Christopher,
> >
> > On 27.11.2023 14:55, Jan Beulich wrote:
> > > Holding a valid struct page_info * in hands already means the re
On Mon, Feb 5, 2024 at 4:17 AM Jan Beulich wrote:
>
> On 04.01.2024 09:12, Jan Beulich wrote:
> > On 23.12.2023 22:35, Christopher Clark wrote:
> >> On Sat, Dec 23, 2023 at 12:47 PM Christopher Clark
> >> wrote:
> >>>
> >>&g
On Thu, Dec 17, 2020 at 4:13 AM Jean-Philippe Ouellet wrote:
>
> On Wed, Dec 16, 2020 at 2:37 PM Christopher Clark
> wrote:
> > Hi all,
> >
> > I have written a page for the OpenXT wiki describing a proposal for
> > initial development towards the Virt
On Tue, Dec 29, 2020 at 1:17 AM Roger Pau Monné wrote:
>
> On Wed, Dec 23, 2020 at 04:32:01PM -0500, Rich Persaud wrote:
> > On Dec 17, 2020, at 07:13, Jean-Philippe Ouellet wrote:
> > > On Wed, Dec 16, 2020 at 2:37 PM Christopher Clark
> > > wrote:
> > >
t; > Hi Roger,
> > > >
> > > > On 29/12/2020 09:17, Roger Pau Monné wrote:
> > > > > On Wed, Dec 23, 2020 at 04:32:01PM -0500, Rich Persaud wrote:
> > > > > > On Dec 17, 2020, at 07:13, Jean-Philippe Ouellet
> > > > > >
gt; Signed-off-by: Jan Beulich
Acked-by: Christopher Clark
> ---
> Is it really intentional for fill_ring_data() to return success (0) in
> case the domain can't be found or has argo disabled?
Good question; I think this logic can and should be improved. I will
work on a patch.
&g
Apologies for being late to this thread, but I hope to be able to
contribute to
this discussion in a meaningful way. I am grateful for the level of
interest in
this topic. I would like to draw your attention to Argo as a suitable
technology for development of VirtIO's hypervisor-agnostic interfaces
[ resending message to ensure delivery to the CCd mailing lists
post-subscription ]
Apologies for being late to this thread, but I hope to be able to
contribute to
this discussion in a meaningful way. I am grateful for the level of
interest in
this topic. I would like to draw your attention to Arg
On Thu, Sep 2, 2021 at 12:19 AM AKASHI Takahiro
wrote:
> Hi Christopher,
>
> Thank you for your feedback.
>
> On Mon, Aug 30, 2021 at 12:53:00PM -0700, Christopher Clark wrote:
> > [ resending message to ensure delivery to the CCd mailing lists
> > post-subscription ]
Design Session notes for: VirtIO Cross-Project BoF (Birds of a Feather) for
Xen and Guest OS (Linux, Windows, FreeBSD) developers
---
Xen Design & Developer Summit, 27th May 2021
Session Host: Juergen Gross
Notes by: Christopher Clark, with thanks to Rich Persaud
Apolo
On Sun, Sep 5, 2021 at 7:24 PM AKASHI Takahiro via Stratos-dev <
stratos-...@op-lists.linaro.org> wrote:
> Alex,
>
> On Fri, Sep 03, 2021 at 10:28:06AM +0100, Alex Benn??e wrote:
> >
> > AKASHI Takahiro writes:
> >
> > > Alex,
> > >
> > > On Wed, Sep 01, 2021 at 01:53:34PM +0100, Alex Benn??e wro
On Tue, Sep 7, 2021 at 4:55 AM AKASHI Takahiro
wrote:
> Hi,
>
> I have not covered all your comments below yet.
> So just one comment:
>
> On Mon, Sep 06, 2021 at 05:57:43PM -0700, Christopher Clark wrote:
> > On Thu, Sep 2, 2021 at 12:19 AM AKASHI Takahiro <
&
On Mon, Sep 13, 2021 at 3:41 PM Stefano Stabellini
wrote:
> Hi all,
>
> This email is for anybody interested in using Argo with Dom0less setups
> for domain-to-domain communications.
>
> Argo is a secure VM-to-VM communication mechanism based on hypercalls
> [1]. It is a good fit for Dom0less set
On Mon, Sep 27, 2021 at 3:06 AM Alex Bennée via Stratos-dev <
stratos-...@op-lists.linaro.org> wrote:
>
> Marek Marczykowski-Górecki writes:
>
> > [[PGP Signed Part:Undecided]]
> > On Fri, Sep 24, 2021 at 05:02:46PM +0100, Alex Bennée wrote:
> >> Hi,
> >
> > Hi,
> >
> >> 2.1 Stable ABI for foreig
> On Mar 16, 2021, at 12:43 PM, Bob Eshleman wrote:
>
> Hey everyone,
>
> I think most who are interested have acked the thread at
> this point and I've CC'd everyone (please add anyone if
> I've missed them).
Hi Bobby,
Please add me to your list too - this will be interesting work!
>
>
On Thu, Mar 18, 2021 at 9:43 AM Roger Pau Monné wrote:
>
> Just took a quick look at it.
>
> On Mon, Mar 15, 2021 at 11:18:13PM -0400, Daniel P. Smith wrote:
> > +
> > +---+---++---+-+-+
> > + | **Xen Dom0** | **Linux** | **
On Thu, Mar 18, 2021 at 8:33 AM Daniel P. Smith
wrote:
>
> On 3/16/21 12:09 AM, Daniel P. Smith wrote:
> > All,
> >
> > We have posted[1][2] the design documents for hyperlaunch and would
> > invite attendance at a working group call to discuss two agenda items.
> > The first item is a review of t
On Wed, Mar 24, 2021 at 1:01 AM Roger Pau Monné wrote:
>
> On Tue, Mar 23, 2021 at 10:39:53AM -0700, Christopher Clark wrote:
> > On Thu, Mar 18, 2021 at 9:43 AM Roger Pau Monné
> > wrote:
> > >
> > > Just took a quick look at it.
> > >
> > &
On Tue, Mar 30, 2021 at 7:31 AM Jan Beulich wrote:
>
> On 16.03.2021 04:56, Daniel P. Smith wrote:
> > To assist in reading, please find attached rendered copies of the design
> > docs. It should be noted that due to poor rendering by pandoc, we forced
> > the tables to stay as ASCII tables in the
gt; > > On Wed, Mar 24, 2021 at 05:53:26AM -0700, Christopher Clark wrote:
> > > >> On Wed, Mar 24, 2021 at 1:01 AM Roger Pau Monné
> > > >> wrote:
> > > >>> On Tue, Mar 23, 2021 at 10:39:53AM -0700, Christopher Clark wrote:
> > > >&
On Wed, Apr 7, 2021 at 10:56 PM Jan Beulich wrote:
>
> On 07.04.2021 21:23, Christopher Clark wrote:
> > On Tue, Mar 30, 2021 at 7:31 AM Jan Beulich wrote:
> >>
> >> On 16.03.2021 04:56, Daniel P. Smith wrote:
> >>> To assist in reading, please f
o_send_info has a domid, but there is no refcount taken on
> > > > the domain. Therefore it's not appropriate to ASSERT that the domain
> > > > can be looked up via domid. Replace with a debug message.
>
I follow this - thanks for the explanation.
> > > >
On Thu, Oct 27, 2022 at 9:44 PM Henry Wang wrote:
> Hi all,
>
> Since there will be a batch of XSAs released on Nov. 1 [1] and the
> original date for
> the 4.17 release was supposed to be Nov. 2, I am thinking to postpone the
> 4.17
> release to a week later (Nov. 11) to give a little bit longer
Daniel is a longstanding contributor to the OpenXT Project where Argo
was developed and is in active use with Xen, and to Argo itself,
involved with the design and development of Argo software.
Signed-off-by: Christopher Clark
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a
Signed-off-by: Christopher Clark
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c11b82eca9..e7198363c5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -226,6 +226,7 @@ S: Maintained
F: xen/include/public/argo.h
F: xen/include/xen
ettings, and avoid having to reboot
and modify the bootloader configuration.
I agree with Daniel's request for a doc update where affected.
thanks,
Christopher
>
> Signed-off-by: Andrew Cooper
> ---
> CC: Christopher Clark
> CC: Daniel P. Smith
> CC: Denis Mukhi
On Wed, May 21, 2025 at 8:12 AM Jan Beulich wrote:
> On 21.05.2025 01:32, Christopher Clark wrote:
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -226,6 +226,7 @@ S:Maintained
> > F: xen/include/public/argo.h
> > F: xen/include/xen/argo.h
&
Adding Daniel P. Smith as a reviewer.
Signed-off-by: Christopher Clark
---
since v1: add to R: role
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c11b82eca9..517143075d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -222,6 +222,7 @@ F: tools
Adds approachable documentation describing system components and
introduces the support statement for feature status.
Signed-off-by: Christopher Clark
---
docs/features/argo-feature.pandoc | 99 +++
1 file changed, 99 insertions(+)
create mode 100644 docs/features
Add link to Argo documentation and to ensure that Argo maintainers and
reviewers are included in developments involving Argo, add keyword
expressions for Argo.
Signed-off-by: Christopher Clark
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index
Adding Daniel P. Smith as reviewer for the Argo subsystem.
Signed-off-by: Christopher Clark
Acked-by: Stefano Stabellini
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 697f383505..6b129704fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
On Sun, Jun 8, 2025 at 7:37 PM Rich Persaud wrote:
> On Jun 8, 2025, at 5:49 AM, Christopher Clark <
> christopher.w.cl...@gmail.com> wrote:
>
>
>
> On Wed, Jun 4, 2025 at 5:14 PM Jason Andryuk
> wrote:
>
>>
>> I think this should be dropped. We
On Wed, Jun 4, 2025 at 5:14 PM Jason Andryuk wrote:
> On 2025-05-29 18:40, Teddy Astie wrote:
> > Hello Christopher,
> >
> > Le 28/05/2025 à 23:13, Christopher Clark a écrit :
>
> >> +## Argo and VirtIO
> >> +
> >> +References to
On Wed, May 21, 2025 at 10:18 PM wrote:
> From: Christopher Clark
>
> From: Christopher Clark
>
> Simple test cases for the four Argo operations, register, unregister,
> sendv and notify exercised with a single test domain.
> Add infrastructure to access Argo: a 5-argument
On Wed, May 21, 2025 at 9:43 PM Andrew Cooper
wrote:
> On 21/05/2025 2:01 am, Christopher Clark wrote:
> > On Tue, May 20, 2025 at 3:10 PM Andrew Cooper
> > wrote:
> >
> > Treat "argo" on the command line as a positive boolean, rather
> > than
On Thu, May 29, 2025 at 11:40 PM Teddy Astie wrote:
> Hello Christopher,
>
Hi Teddy, thanks for the review.
>
> Le 28/05/2025 à 23:13, Christopher Clark a écrit :
> > Adds approachable documentation describing system components and
> > introduces the support stat
301 - 397 of 397 matches
Mail list logo