summaryrefslogtreecommitdiff
path: root/arm
diff options
context:
space:
mode:
authorcosarara <cosa@cosarara.me>2024-01-07 23:47:00 +0000
committercosarara <cosa@cosarara.me>2024-01-08 20:27:39 +0100
commit99f2ecbf6d3aea356c443ed8169659f0874add46 (patch)
tree2867012ffa26746e1424aac7ab8442280ff155a9 /arm
parentf70cf0b70eb2b9b6cdf7208bf775189c724eb446 (diff)
GIC driver in the qemu kernel is now GICv2gicv2
This makes it possible to use KVM on GICv2 hosts. Eg. on a raspberry pi4 linux host: qemu-system-aarch64 -M virt-2.12,gic-version=2 \ -cpu host -m 2G -smp 2 \ -bios u-boot.bin \ -drive file=9front-10277.arm64.qcow2,if=none,id=disk \ -device virtio-blk-pci-non-transitional,drive=disk \ -nic bridge,br=br0,model=virtio-net-pci-non-transitional \ -nographic -accel kvm Trying to use gic-version=3 on the same host would give: qemu-system-aarch64: KVM does not support GICv3 emulation
Diffstat (limited to 'arm')
0 files changed, 0 insertions, 0 deletions