[RFC PATCH v3 3/6] src: Add ARM CCA support in domain schema

2025-05-20 Thread Kazuhiro Abe
From: Akio Kakuno - Add ARM CCA support in domain schema files. Signed-off-by: Kazuhiro Abe --- src/conf/schemas/domaincaps.rng | 36 ++ src/conf/schemas/domaincommon.rng | 26 +++ src/qemu/qemu_capabilities.c | 113 ++ src/qemu

[RFC PATCH v3 2/6] src: Add ARM CCA support in domain capabilities command

2025-05-20 Thread Kazuhiro Abe
From: Akio Kakuno - Add ARM CCA support in domain capabilies XML schema. [Capability example] - Execution results of 'virsh domcapability" on qemu ... ... sha256 sha512 ... Signed-off-by: Kazuhiro Abe --- docs/formatdoma

[RFC PATCH v3 1/6] src: Add ARM CCA support in qemu driver to launch VM

2025-05-20 Thread Kazuhiro Abe
From: Akio Kakuno - Add ARM CCA support to the qemu driver for aarch64 systems. [XML example] ... sha256 ... Signed-off-by: Kazuhiro Abe --- docs/formatdomain.rst | 43 ++ src/conf/domain_capabilities.h | 6 + src/conf

[RFC PATCH v3 0/6] RFC: Add Arm CCA support for getting capability information and running Realm VM

2025-05-20 Thread Kazuhiro Abe
Linaro's blog below. https://linaro.atlassian.net/wiki/spaces/QEMU/pages/29051027459/Building+an+RME+stack+for+QEMU#Launching-a-Realm-guest-using-QEMU The QEMU used was enhanced with CCA QMP command and found at: https://github.com/Kazuhiro-Abe-fj/linaro_qemu/tree/cca-latest-qmp which is based o

[RFC PATCH v3 6/6] qemuxmlconftest: Adds Arm CCA support

2025-05-20 Thread Kazuhiro Abe
From: Akio Kakuno - This test was added to check the xml used to launch the VM for Arm CCA support. This test was created using the method described in the documentation. Signed-off-by: Kazuhiro Abe --- .../launch-security-cca.aarch64-latest.args | 30 +++ .../launch

[RFC PATCH v3 5/6] domaincapstest: Adds Arm CCA support

2025-05-20 Thread Kazuhiro Abe
From: Akio Kakuno - This test was added to check domain capabilities for Arm CCA support. This test was created using the method described in the documentation. Signed-off-by: Kazuhiro Abe --- .../qemu_9.1.0-virt.aarch64.xml | 244 ++ tests/domaincapsdata

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 +0000, 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

[RFC PATCH v4 3/4] src: Add ARM CCA support in domain schema

2025-06-12 Thread Kazuhiro Abe
From: Akio Kakuno - Add ARM CCA support in domain schema files. Signed-off-by: Kazuhiro Abe --- src/conf/schemas/domaincaps.rng | 36 ++ src/conf/schemas/domaincommon.rng | 26 +++ src/qemu/qemu_capabilities.c | 113 ++ src/qemu

[RFC PATCH v4 0/4] RFC: Add Arm CCA support for getting capability information and running Realm VM

2025-06-12 Thread Kazuhiro Abe
.atlassian.net/wiki/spaces/QEMU/pages/29051027459/Building+an+RME+stack+for+QEMU#Launching-a-Realm-guest-using-QEMU The QEMU used was enhanced with CCA QMP command and found at: https://github.com/Kazuhiro-Abe-fj/linaro_qemu/tree/cca-latest-qmp which is based on Linaro QEMU (cca/latest) https://git

[RFC PATCH v4 1/4] src: Add ARM CCA support in qemu driver to launch VM

2025-06-12 Thread Kazuhiro Abe
From: Akio Kakuno - Add ARM CCA support to the qemu driver for aarch64 systems. [XML example] ... sha256 ... Signed-off-by: Kazuhiro Abe --- docs/formatdomain.rst | 43 ++ src/conf/domain_capabilities.h | 6 + src/conf

[RFC PATCH v4 2/4] src: Add ARM CCA support in domain capabilities command

2025-06-12 Thread Kazuhiro Abe
From: Akio Kakuno - Add ARM CCA support in domain capabilies XML schema. [Capability example] - Execution results of 'virsh domcapability" on qemu ... ... sha256 sha512 ... Signed-off-by: Kazuhiro Abe --- docs/formatdoma

RE: [RFC PATCH v3 6/6] qemuxmlconftest: Adds Arm CCA support

2025-05-29 Thread Kazuhiro Abe (Fujitsu) via Devel
On 5/20/25 17:56, Peter Krempa wrote: > On Tue, May 20, 2025 at 17:28:28 +0900, Kazuhiro Abe wrote: > > From: Akio Kakuno > > > > - This test was added to check the xml used to launch the VM > > for Arm CCA support. > > This test was created

RE: [RFC PATCH v3 5/6] domaincapstest: Adds Arm CCA support

2025-05-29 Thread Kazuhiro Abe (Fujitsu) via Devel
On 5/20/25 17:55, Peter Krempa wrote: > On Tue, May 20, 2025 at 17:28:27 +0900, Kazuhiro Abe wrote: > > From: Akio Kakuno > > > > - This test was added to check domain capabilities for Arm > > CCA support. > > This test was created using the method des

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

2025-05-29 Thread Kazuhiro Abe (Fujitsu) via Devel
On 5/20/25 17:54, Peter Krempa wrote: > On Tue, May 20, 2025 at 17:28:26 +0900, Kazuhiro Abe wrote: > > From: Akio Kakuno > > > > - This test was added to check qemu capabilities for Arm > > CCA support. > > IF > > > This test was

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

2025-05-29 Thread Kazuhiro Abe (Fujitsu) via Devel
On 5/20/25 17:58, Daniel P. Berrangé via Devel wrote: > On Tue, May 20, 2025 at 10:54:19AM +0200, Peter Krempa via Devel wrote: > > On Tue, May 20, 2025 at 17:28:26 +0900, Kazuhiro Abe wrote: > > > From: Akio Kakuno > > > > > > - This test was added to check q