CCA capability qeury QMP command

2024-09-25 Thread Itaru Kitayama
Hi, I’ve been looking at the libvirt code to add Arm’s CCA support for some time and I am wondering how QEMU folk want to implement the CCA query command. Any pointer would be appreciated. Thanks, Itaru.

Re: QEMU unexpectedly closed the monitor

2024-08-01 Thread Itaru Kitayama
> On Jul 31, 2024, at 19:34, Daniel P. Berrangé wrote: > > On Wed, Jul 31, 2024 at 11:29:01AM +0100, Peter Maydell wrote: >> On Wed, 31 Jul 2024 at 10:52, Alex Bennée wrote: >>> You then need to manually strip out all the various chardevs for libvirt >>> control sockets and you can an equival

Re: QEMU unexpectedly closed the monitor

2024-07-30 Thread Itaru Kitayama
Hi Alex, > On Jul 30, 2024, at 22:25, Alex Bennée wrote: > > Itaru Kitayama writes: > >> Hi, >> >> Executing virt-install with the following options: >> >> sudo virt-install --machine=virt --arch=aarch64 --name=test8 --disk >> path=/var/li

QEMU unexpectedly closed the monitor

2024-07-28 Thread Itaru Kitayama
Hi, Executing virt-install with the following options: sudo virt-install --machine=virt --arch=aarch64 --name=test8 --disk path=/var/lib/libvirt/images/jammy.qcow2,format=qcow2,device=disk,bus=virtio,cache=none --memory=2048 --vcpu=1 --nographic --check all=off --features acpi=off --import --o

Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159

2024-05-31 Thread Itaru Kitayama
Hi Jean, > On May 31, 2024, at 19:21, Jean-Philippe Brucker > wrote: > > Hi Itaru, > > On Fri, May 31, 2024 at 10:57:13AM +0100, Peter Maydell wrote: >> On Fri, 31 May 2024 at 05:20, Itaru Kitayama >> wrote: >>> >>> >>> >>&g

Re: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159

2024-05-30 Thread Itaru Kitayama
> On May 30, 2024, at 22:30, Philippe Mathieu-Daudé wrote: > > Cc'ing more developers > > On 30/5/24 06:30, Itaru Kitayama wrote: >> Hi, >> When I see a Realm VM creation fails with: >> Unexpected error in rme_configure_one() at ../target/arm/kvm-

Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159

2024-05-30 Thread Itaru Kitayama
Hi, When I see a Realm VM creation fails with: Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159: qemu-system-aarch64: RME: failed to configure SVE: Invalid argument test.sh: line 8: 2502 Aborted qemu-system-aarch64 -M 'virt,acpi=off,gic-version=3' -cpu host

Re: [PATCH] Add A64FX CPU support to the sbsa-ref board.

2022-05-20 Thread Itaru Kitayama
Doesn’t ‘max’ support being there mean we are supposed to support various types of CPUs on the SBSA board? On Fri, May 20, 2022 at 18:00 Peter Maydell wrote: > On Fri, 20 May 2022 at 09:46, Itaru Kitayama > wrote: > > > > In target/arm/cpu64.c, CPU init function for A64FX

Re: CPUs supported by the sbsa-ref board

2022-05-20 Thread Itaru Kitayama
If Leif can jump in that’d be great. On Fri, May 20, 2022 at 18:31 Itaru Kitayama wrote: > I’ve verified only a57 and a72 boot on sbsa ref board, but not N1 and > ‘max’. As I said, I’ll try to figure out how CPU init is done in QEMU for > those not working CPU types. > > On Fri,

Re: CPUs supported by the sbsa-ref board

2022-05-20 Thread Itaru Kitayama
I’ve verified only a57 and a72 boot on sbsa ref board, but not N1 and ‘max’. As I said, I’ll try to figure out how CPU init is done in QEMU for those not working CPU types. On Fri, May 20, 2022 at 18:27 Peter Maydell wrote: > On Fri, 20 May 2022 at 10:02, Itaru Kitayama > wrote: >

Re: CPUs supported by the sbsa-ref board

2022-05-20 Thread Itaru Kitayama
By calling a57’s CPU init function inside the max’s, I can bring up the sbsa-ref board with the latest kernel. I’ll try to patch a64’s unit function with Shuichiro next week. On Fri, May 20, 2022 at 17:57 Peter Maydell wrote: > On Mon, 16 May 2022 at 02:58, Itaru Kitayama > wrote: > &

[PATCH] Add A64FX CPU support to the sbsa-ref board.

2022-05-20 Thread Itaru Kitayama
In target/arm/cpu64.c, CPU init function for A64FX is there, add this CPU to the sbsa-ref board. Signed-off-by: Itaru Kitayama --- hw/arm/sbsa-ref.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c index 4bb444684f..a7d27b2e55 100644 --- a/hw/arm/sbsa

Re: CPUs supported by the sbsa-ref board

2022-05-15 Thread Itaru Kitayama
With the latest, manually built TF-A, I was able to boot a72, but not max. Since `max` type is supported by TF-A, I think it might be a Qemu issue. On Mon, May 16, 2022 at 8:21 AM Itaru Kitayama wrote: > > Leif, > > I've so far only booted sbsa-ref with cortex-a57, is thi

CPUs supported by the sbsa-ref board

2022-05-15 Thread Itaru Kitayama
Leif, I've so far only booted sbsa-ref with cortex-a57, is this only CPU type supported by the board? I'm using TF-A's latest branch, but the PLAT=qemu_sbsa is at this moment, kind of outdated. Itaru.

Re: sbsa board boot with neoverse-n1

2022-05-13 Thread Itaru Kitayama
Thanks Richard I’ll look into it. On Sat, May 14, 2022 at 0:03 Richard Henderson wrote: > On 5/12/22 22:59, Itaru Kitayama wrote: > > Richard, > > I'm wondering what options you use to bring up sbsa board with > neoverse-n1 > > as I am only able to do it with c

sbsa board boot with neoverse-n1

2022-05-12 Thread Itaru Kitayama
Richard, I'm wondering what options you use to bring up sbsa board with neoverse-n1 as I am only able to do it with cortex-a57, no other CPU types works. Itaru.

Re: [PATCH 4/5] hw/intc/arm_gicv3: Use correct number of priority bits for the CPU

2022-05-07 Thread Itaru Kitayama
Peter, I’ll talk with Shuichiro this coming Monday (here most of us on vacation), and get back to you. Itaru. On Sat, May 7, 2022 at 1:34 Peter Maydell wrote: > On Fri, 6 May 2022 at 17:21, Peter Maydell > wrote: > > > > Make the GICv3 set its number of bits of physical priority from the > > i

Re: Procedures adding new CPUs in sbsa-ref

2022-04-12 Thread Itaru Kitayama
On Tue, Apr 12, 2022 at 0:22 Alex Bennée wrote: > > Itaru Kitayama writes: > > > Good point; however per the SBSA specification, DEN0029F, there's the > > PE architecture requirement at > > each level from 1 to 7, so now I am wondering whether supporting > &

Re: Procedures adding new CPUs in sbsa-ref

2022-04-10 Thread Itaru Kitayama
7; is there, but does not boot. Itaru. On Sat, Apr 9, 2022 at 12:04 AM Peter Maydell wrote: > > On Fri, 8 Apr 2022 at 15:59, Itaru Kitayama wrote: > > I'd like to add a64fx cpu to the sbsa-ref board, if there's a quick and > > dirty > > way of completing that,

Procedures adding new CPUs in sbsa-ref

2022-04-08 Thread Itaru Kitayama
Hi, I'd like to add a64fx cpu to the sbsa-ref board, if there's a quick and dirty way of completing that, advice from the maintainers is greatly appreciated. Thanks, Itaru.

Re: [Qemu-devel] [kvm-unit-tests PATCH 0/4] kvm-unit-tests: add first GIC MMIO tests

2016-11-18 Thread Itaru Kitayama
Hi Andre, I've verified tests you proposed to the lists finish without an issue with the kvm-arm-for-4.9-rc6 kernel. Itaru

[Qemu-devel] [Bug 1254828] Re: qemu-sparc64-static: Segmentation Fault during debootstrap second stage

2014-09-02 Thread Itaru Kitayama
I am seeing the same: # qemu-sparc64-static -version qemu-sparc64 version 2.1.50, Copyright (c) 2003-2008 Fabrice Bellard -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1254828 Title: qemu-sparc64-

[Qemu-devel] Smc support in qemu

2012-08-03 Thread Itaru Kitayama
The recent upstream highbank kernel uses smc to enable its L2 cache, but on a qemu virt machine it is not supported yet. Is it likely supported by qemu soon? What is the time frame for that? If support can not be expected any time soon, how do we work around the issue? I have been using qemu-linar