In case you do not know yet: there is no virtualisation support in Fedora 21 on APM Mustang. Looks like one of 3.18-rc commits went into 3.17/stable tree and disabled it for us.
Added into to https://bugzilla.redhat.com/show_bug.cgi?id=1165290
[root@pinkiepie virt]# LC_ALL=C virsh create hrw-f21.xml error: Failed to create domain from hrw-f21.xml error: unsupported configuration: Domain requires KVM, but it is not available. Check that virtualisation is enabled in the host BIOS, and host configuration is setup to load the kvm modules.
[root@pinkiepie virt]# dmesg|grep -i kvm [ 0.303959] kvm [1]: GICV size 0x2000 not a multiple of page size 0x10000 [ 0.303965] kvm [1]: error: no compatible GIC info found [ 0.304070] kvm [1]: error initializing Hyp mode: -6 [root@pinkiepie virt]# uname -a Linux pinkiepie 3.17.4-301.fc21.aarch64 #1 SMP Sun Nov 30 20:41:43 UTC 2014 aarch64 aarch64 aarch64 GNU/Linux
On 12/04/2014 12:24 PM, Marcin Juszkiewicz wrote:
In case you do not know yet: there is no virtualisation support in Fedora 21 on APM Mustang. Looks like one of 3.18-rc commits went into 3.17/stable tree and disabled it for us.
And I have been told that I need a 3.19 kernel for some future uboot features for Allwinner... ;)
Added into to https://bugzilla.redhat.com/show_bug.cgi?id=1165290
[root@pinkiepie virt]# LC_ALL=C virsh create hrw-f21.xml error: Failed to create domain from hrw-f21.xml error: unsupported configuration: Domain requires KVM, but it is not available. Check that virtualisation is enabled in the host BIOS, and host configuration is setup to load the kvm modules.
[root@pinkiepie virt]# dmesg|grep -i kvm [ 0.303959] kvm [1]: GICV size 0x2000 not a multiple of page size 0x10000 [ 0.303965] kvm [1]: error: no compatible GIC info found [ 0.304070] kvm [1]: error initializing Hyp mode: -6 [root@pinkiepie virt]# uname -a Linux pinkiepie 3.17.4-301.fc21.aarch64 #1 SMP Sun Nov 30 20:41:43 UTC 2014 aarch64 aarch64 aarch64 GNU/Linux _______________________________________________ arm mailing list arm@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/arm
----- Original Message -----
In case you do not know yet: there is no virtualisation support in Fedora 21 on APM Mustang. Looks like one of 3.18-rc commits went into 3.17/stable tree and disabled it for us.
Added into to https://bugzilla.redhat.com/show_bug.cgi?id=1165290
[root@pinkiepie virt]# LC_ALL=C virsh create hrw-f21.xml error: Failed to create domain from hrw-f21.xml error: unsupported configuration: Domain requires KVM, but it is not available. Check that virtualisation is enabled in the host BIOS, and host configuration is setup to load the kvm modules.
[root@pinkiepie virt]# dmesg|grep -i kvm [ 0.303959] kvm [1]: GICV size 0x2000 not a multiple of page size 0x10000 [ 0.303965] kvm [1]: error: no compatible GIC info found [ 0.304070] kvm [1]: error initializing Hyp mode: -6 [root@pinkiepie virt]# uname -a Linux pinkiepie 3.17.4-301.fc21.aarch64 #1 SMP Sun Nov 30 20:41:43 UTC 2014 aarch64 aarch64 aarch64 GNU/Linux
Fixed in kernel-3.17.4-302.fc21, which has been built on primary but not yet for aarch64. For testing a scratch build can be found here:
http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2816858
If you do test, please add karma[1] to help move it along.
Regards, Paul
[1] - https://admin.fedoraproject.org/updates/kernel-3.17.4-302.fc21
arm mailing list arm@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/arm
W dniu 05.12.2014 o 06:05, Paul Whalen pisze:
Fixed in kernel-3.17.4-302.fc21, which has been built on primary but not yet for aarch64. For testing a scratch build can be found here:
http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2816858
[ 0.352299] kvm [1]: GICV size 0x2000 not a multiple of page size 0x10000 [ 0.352302] kvm [1]: Update DT to assign GICV a multiple of kernel page size [ 0.352305] kvm [1]: interrupt-controller@780c0000 IRQ25 [ 0.352406] kvm [1]: timer IRQ30 [ 0.352415] kvm [1]: Hyp mode initialized successfully
If you do test, please add karma[1] to help move it along.
Karma added.
On 12/05/2014 12:05 AM, Paul Whalen wrote:
----- Original Message -----
In case you do not know yet: there is no virtualisation support in Fedora 21 on APM Mustang. Looks like one of 3.18-rc commits went into 3.17/stable tree and disabled it for us.
Added into to https://bugzilla.redhat.com/show_bug.cgi?id=1165290
[root@pinkiepie virt]# LC_ALL=C virsh create hrw-f21.xml error: Failed to create domain from hrw-f21.xml error: unsupported configuration: Domain requires KVM, but it is not available. Check that virtualisation is enabled in the host BIOS, and host configuration is setup to load the kvm modules.
[root@pinkiepie virt]# dmesg|grep -i kvm [ 0.303959] kvm [1]: GICV size 0x2000 not a multiple of page size 0x10000 [ 0.303965] kvm [1]: error: no compatible GIC info found [ 0.304070] kvm [1]: error initializing Hyp mode: -6 [root@pinkiepie virt]# uname -a Linux pinkiepie 3.17.4-301.fc21.aarch64 #1 SMP Sun Nov 30 20:41:43 UTC 2014 aarch64 aarch64 aarch64 GNU/Linux
Fixed in kernel-3.17.4-302.fc21, which has been built on primary but not yet for aarch64. For testing a scratch build can be found here:
This issue seems to have returned with F22:
# dmesg | grep -i kvm [ 0.298500] kvm [1]: GICV size 0x2000 not a multiple of page size 0x10000 [ 0.298597] kvm [1]: error initializing Hyp mode: -6
# uname -a Linux mustang.home 4.0.0-0.rc5.git4.1.fc22.aarch64 #1 SMP Thu Apr 2 09:22:12 UTC 2015 aarch64 aarch64 aarch64 GNU/Linux
There's a bug report here too: https://bugzilla.redhat.com/show_bug.cgi?id=1208768
Thanks, Cole
W dniu 08.04.2015 o 23:31, Cole Robinson pisze:
This issue seems to have returned with F22:
# dmesg | grep -i kvm [ 0.298500] kvm [1]: GICV size 0x2000 not a multiple of page size 0x10000 [ 0.298597] kvm [1]: error initializing Hyp mode: -6
# uname -a Linux mustang.home 4.0.0-0.rc5.git4.1.fc22.aarch64 #1 SMP Thu Apr 2 09:22:12 UTC 2015 aarch64 aarch64 aarch64 GNU/Linux
There's a bug report here too: https://bugzilla.redhat.com/show_bug.cgi?id=1208768
Thx. Marked as duplicate of [1] which has DTB to solve that.