Re: [RFC PATCH v3 4/6] qemucapabilitiestest: Adds Arm CCA support

2025-06-11 Thread Kazuhiro Abe
> On Thu, May 29, 2025 at 05:10:48 +, Kazuhiro Abe (Fujitsu) wrote: > > I'd expect that now that qemu-10.0 is out you'd be targetting at least > qemu-10.1 [1] as ... > > > ... it's not yet merged as you are saying. > > [1] We do allow capabilities captured from the currently in development

Re: [PATCH 2/2] NEWS: Mention cainfo_path parameter in esx driver

2025-06-11 Thread Ján Tomko via Devel
On a Monday in 2025, Martin Kletzander via Devel wrote: From: Martin Kletzander Signed-off-by: Martin Kletzander --- NEWS.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 2559aaf7e031..a831c76be5b0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -39,6 +39,11 @@ v11

Re: [PATCH 1/2] esx: Allow specifying different CA bundle for remote connections

2025-06-11 Thread Ján Tomko via Devel
On a Monday in 2025, Martin Kletzander via Devel wrote: From: Martin Kletzander Add new URI parameter which allows for using non-system CA certificates to verify remote peers. Signed-off-by: Martin Kletzander --- docs/drvesx.rst| 16 ++-- src/esx/esx_util.c | 4 src/esx/es