Re: [RFC PATCH v2 1/9] Add Rust SEV library as subproject

2024-03-05 Thread Philippe Mathieu-Daudé
On 5/3/24 14:47, Daniel P. Berrangé wrote: On Wed, Oct 04, 2023 at 04:34:10PM -0400, Tyler Fanelli wrote: The Rust sev library provides a C API for the AMD SEV launch ioctls, as well as the ability to build with meson. Add the Rust sev library as a QEMU subproject with the goal of outsourcing

Re: [RFC PATCH v2 1/9] Add Rust SEV library as subproject

2024-03-05 Thread Daniel P . Berrangé
On Wed, Oct 04, 2023 at 04:34:10PM -0400, Tyler Fanelli wrote: > The Rust sev library provides a C API for the AMD SEV launch ioctls, as > well as the ability to build with meson. Add the Rust sev library as a > QEMU subproject with the goal of outsourcing all SEV launch ioctls to C > APIs

Re: [RFC PATCH v2 1/9] Add Rust SEV library as subproject

2023-10-16 Thread Stefan Hajnoczi
On Mon, 16 Oct 2023 at 05:17, Daniel P. Berrangé wrote: > > On Fri, Oct 13, 2023 at 02:20:16PM -0400, Tyler Fanelli wrote: > > Hi Manos, > > > > Thanks for the heads up, I was using rust 1.71.1. Will update the series > > with 1.72.1 > > > > Stefan, Philippe, or Daniel: is there a specific policy

Re: [RFC PATCH v2 1/9] Add Rust SEV library as subproject

2023-10-16 Thread Philippe Mathieu-Daudé
On 16/10/23 11:16, Daniel P. Berrangé wrote: On Fri, Oct 13, 2023 at 02:20:16PM -0400, Tyler Fanelli wrote: Hi Manos, Thanks for the heads up, I was using rust 1.71.1. Will update the series with 1.72.1 Stefan, Philippe, or Daniel: is there a specific policy for the Rust version we should be

Re: [RFC PATCH v2 1/9] Add Rust SEV library as subproject

2023-10-10 Thread Tyler Fanelli
On 10/5/23 11:54 AM, Stefan Hajnoczi wrote: On Wed, Oct 04, 2023 at 04:34:10PM -0400, Tyler Fanelli wrote: The Rust sev library provides a C API for the AMD SEV launch ioctls, as well as the ability to build with meson. Add the Rust sev library as a QEMU subproject with the goal of outsourcing

Re: [RFC PATCH v2 1/9] Add Rust SEV library as subproject

2023-10-10 Thread Tyler Fanelli
On 10/5/23 2:03 AM, Philippe Mathieu-Daudé wrote: Hi Tyler, On 4/10/23 22:34, Tyler Fanelli wrote: The Rust sev library provides a C API for the AMD SEV launch ioctls, as well as the ability to build with meson. Add the Rust sev library as a QEMU subproject with the goal of outsourcing all SEV

Re: [RFC PATCH v2 1/9] Add Rust SEV library as subproject

2023-10-05 Thread Tyler Fanelli
On 10/5/23 2:03 AM, Philippe Mathieu-Daudé wrote: Hi Tyler, On 4/10/23 22:34, Tyler Fanelli wrote: The Rust sev library provides a C API for the AMD SEV launch ioctls, as well as the ability to build with meson. Add the Rust sev library as a QEMU subproject with the goal of outsourcing all SEV

Re: [RFC PATCH v2 1/9] Add Rust SEV library as subproject

2023-10-05 Thread Stefan Hajnoczi
On Wed, Oct 04, 2023 at 04:34:10PM -0400, Tyler Fanelli wrote: > The Rust sev library provides a C API for the AMD SEV launch ioctls, as > well as the ability to build with meson. Add the Rust sev library as a > QEMU subproject with the goal of outsourcing all SEV launch ioctls to C > APIs

Re: [RFC PATCH v2 1/9] Add Rust SEV library as subproject

2023-10-05 Thread Philippe Mathieu-Daudé
Hi Tyler, On 4/10/23 22:34, Tyler Fanelli wrote: The Rust sev library provides a C API for the AMD SEV launch ioctls, as well as the ability to build with meson. Add the Rust sev library as a QEMU subproject with the goal of outsourcing all SEV launch ioctls to C APIs provided by it.

[RFC PATCH v2 1/9] Add Rust SEV library as subproject

2023-10-04 Thread Tyler Fanelli
The Rust sev library provides a C API for the AMD SEV launch ioctls, as well as the ability to build with meson. Add the Rust sev library as a QEMU subproject with the goal of outsourcing all SEV launch ioctls to C APIs provided by it. Signed-off-by: Tyler Fanelli --- meson.build