kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
From: "胤桦 陈" <yinhua_chen@outlook.com>
To: Andre Przywara <andre.przywara@arm.com>
Cc: "kvmarm@lists.cs.columbia.edu" <kvmarm@lists.cs.columbia.edu>
Subject: Re: KVM/ARM64: Booting KVM on FVP/fastmodels
Date: Tue, 22 Jun 2021 02:33:44 +0000	[thread overview]
Message-ID: <OSZP286MB11361A5F1B4D592F54930F6F81099@OSZP286MB1136.JPNP286.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <20210414095028.0bb75aaa@slackpad.fritz.box>


[-- Attachment #1.1: Type: text/plain, Size: 4622 bytes --]

Hi Andre,



I follow the document https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms.git/about/docs/basefvp/user-guide.rst, and I build a Linux-on-FVP environment successfully. However, I still cannot boot KVM, the details are as follows:



1.I make sure that two configuration files enable KVM (I guess these are the right configuration files), they are

layers/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/tc0/defconfig:CONFIG_KVM=y

build-poky/tmp-poky/work-shared/fvp-base/kernel-source/arch/arm64/configs/defconfig:CONFIG_KVM=y



2.I follow the document https://git.linaro.org/landing-teams/working/arm/arm-reference-platforms.git/about/docs/basefvp/user-guide.rst. After building the whole software stack, I try several commands but the results show that KVM does not work. The screenshots are shown as follows[commands]I try three commands, "kvm-ok", "dmesg | grep KVM", and "grep -E -o 'vmx|svm' /proc/cpuinfo". But all of them show negative results.



I guess maybe the reason is that FVP configuration uses a KVM-unsupport CPU, but I do not know the right configuration, and the FVP documents do not mention anything about KVM.


And this is the FVP booting command in the scripts:

===

/FVP_Base_RevC-2xAEMv8A

 -C pctl.startup=0.0.0.0

 -C bp.secure_memory=0

 -C cluster0.NUM_CORES=1

 -C cluster1.NUM_CORES=1

 -C cache_state_modelled=0

 -C bp.pl011_uart0.untimed_fifos=1

 -C bp.pl011_uart0.unbuffered_output=1

 -C bp.pl011_uart0.out_file=uart0-1624328932274439497.log

 -C bp.pl011_uart1.out_file=uart1-1624328932274439497.log

 -C bp.secureflashloader.fname=<workspace>/build-poky/tmp-poky/deploy/images/fvp-base/bl1-fvp.bin

 -C bp.flashloader0.fname=<workspace>/build-poky/tmp-poky/deploy/images/fvp-base/fip-fvp.bin

 -C bp.hostbridge.interfaceName=tap0

 -C bp.smsc_91c111.enabled=1

 --data cluster0.cpu0=<workspace>/build-poky/tmp-poky/deploy/images/fvp-base/Image@0x80080000

 --data cluster0.cpu0=<workspace>/build-poky/tmp-poky/deploy/images/fvp-base/fvp-base-gicv3-psci-custom.dtb@0x83000000

 -C bp.ve_sysregs.mmbSiteDefault=0

 -C bp.ve_sysregs.exit_on_shutdown=1

 -C bp.virtioblockdevice.image_path=<workspace>/build-poky/tmp-poky/deploy/images/fvp-base/core-image-minimal-fvp-base.disk.img

===



If you can provide any kind of help, I appreciate it very much.

________________________________
From: Andre Przywara <andre.przywara@arm.com>
Sent: Wednesday, April 14, 2021 16:50
To: 胤桦 陈 <yinhua_chen@outlook.com>
Cc: kvmarm@lists.cs.columbia.edu <kvmarm@lists.cs.columbia.edu>
Subject: Re: KVM/ARM64: Booting KVM on FVP/fastmodels

On Wed, 14 Apr 2021 02:37:07 +0000
胤桦 陈 <yinhua_chen@outlook.com> wrote:

> Hi, Andre
>
> Do you mean that if I boot Linux on FVP, then I can run KVM on FVP? Since KVM is just a module in Linux?

Well, on ARM it's not a kernel module, but built-in to the kernel
image, but yes: You can run any normal KVM enabled kernel on
it. So just use the same recipe you would use on any other system to
run KVM guests.

Cheers,
Andre

> ________________________________
> From: André Przywara <andre.przywara@arm.com>
> Sent: Tuesday, March 30, 2021 18:22
> To: yinhua_chen@outlook.com <yinhua_chen@outlook.com>; kvmarm@lists.cs.columbia.edu <kvmarm@lists.cs.columbia.edu>
> Subject: Re: KVM/ARM64: Booting KVM on FVP/fastmodels
>
> On 29/03/2021 13:13, yinhua_chen@outlook.com wrote:
>
> Hi,
>
> > I want to boot KVM on simulators.
> >
> > I don't want to use QEMU since some features are only supported on
> > FVP/fastmodels now.
> >
> > However, I cannot find documents/blogs/wiki about booting KVM on
> > FVP/fastmodels.
> >
> > Does KVM support running on FVP?
>
> The FVP emulates the full architecture, including all exception levels
> (so also EL2), and the virtualization support of the GIC and the Generic
> Timer.
> So yes, the models fully support KVM (or any other hypervisor, for that
> matter), and are in fact often used for developing KVM support of new
> hardware features.
>
> So what are the problems that you are facing? Just running a kernel like
> you would normally do on the model should work out of the box.
> If you describe your setup and the error messages, we can probably help
> you better.
>
> Cheers,
> Andre
>
> >
> > Appreciate for your help!
> >
> > Sincerely,
> > Yinhua
> >
> > _______________________________________________
> > kvmarm mailing list
> > kvmarm@lists.cs.columbia.edu
> > https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
> >
>


[-- Attachment #1.2: Type: text/html, Size: 15840 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

  reply	other threads:[~2021-06-22  8:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <OSYPR01MB54317CECC49E872ACFD9D84B817E9@OSYPR01MB5431.jpnprd01.prod.outlook.com>
2021-03-30 10:22 ` KVM/ARM64: Booting KVM on FVP/fastmodels André Przywara
     [not found]   ` <OS0PR01MB54283E4CF20EF0D2E423E366814E9@OS0PR01MB5428.jpnprd01.prod.outlook.com>
2021-04-14  8:50     ` Andre Przywara
2021-06-22  2:33       ` 胤桦 陈 [this message]
2021-06-22  9:41         ` Andre Przywara

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=OSZP286MB11361A5F1B4D592F54930F6F81099@OSZP286MB1136.JPNP286.PROD.OUTLOOK.COM \
    --to=yinhua_chen@outlook.com \
    --cc=andre.przywara@arm.com \
    --cc=kvmarm@lists.cs.columbia.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).