[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tc
From: |
Claudio Fontana |
Subject: |
Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled() |
Date: |
Wed, 24 Mar 2021 15:34:07 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 |
On 3/24/21 12:48 PM, Alex Bennée wrote:
>
> Alex Bennée <alex.bennee@linaro.org> writes:
>
>> Claudio Fontana <cfontana@suse.de> writes:
>>
>>> On 3/23/21 11:50 PM, Alex Bennée wrote:
> <snip>
>> Moving up the build chain to the revert I now get:
>>
>> ./qemu-system-aarch64 -M virt,gic=host -cpu host -accel kvm -m 2048
>> -net none -nographic -kernel
>> ~/lsrc/linux.git/builds/arm64.virt/arch/arm64/boot/Image -append
>> "panic=-1"
>> --no-reboot
>> qemu-system-aarch64: Property 'virt-6.0-machine.gic' not found
I think I am seeing this on master too, can you check?
./qemu-system-aarch64 -M virt,gic=host -cpu host -accel kvm -m 2048 -net none
-nographic -drive if=pflash,format=raw,file=/home/cfontana/QEMU_EFI.img -drive
if=pflash,file=/home/cfontana/varstore.img -drive
if=virtio,file=/home/cfontana/debian.img -drive
if=virtio,format=raw,file=/home/cfontana/debian-10.8.0-arm64-netinst.iso
qemu-system-aarch64: Property 'virt-6.0-machine.gic' not found
>
> PEBKAC:
>
> The proper command line is "-M virt,gic-version=host"
>
- Re: [RFC v11 22/55] target/arm: move sve_zcr_len_for_el to common_cpu, (continued)
Re: [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled(), Richard Henderson, 2021/03/24
[RFC v11 29/55] target/arm: cpu: fix style, Claudio Fontana, 2021/03/23
[RFC v11 27/55] target/arm: move sve_exception_el out of TCG helpers, Claudio Fontana, 2021/03/23
[RFC v11 35/55] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM, Claudio Fontana, 2021/03/23
[RFC v11 31/55] target/arm: remove kvm include file for PSCI and arm-powerctl, Claudio Fontana, 2021/03/23
[RFC v11 33/55] target/arm: cleanup cpu includes, Claudio Fontana, 2021/03/23