Nvidia Jetson AGX Orin VM in hypervisor mode

In the NVIDIA Jetson Linux 35.3.1 Driver Package (BSP) source code, there is a device tree file named “tegra234-soc-virt.dsti” in which it informs to the Linux kernel that the VM is running under an hypervisor:

	/* Property to be used by VM to determine if it is
	 * running as VM under Hypervisor */
	chosen {
		nvidia,tegra-hypervisor-mode;
	};

Could you please provide me an example where you are using this device tree file? Which hypervisor are you using and which configuration?

I am trying to run a VM with Qemu/KVM, and I have configured the device tree of this VM with “nvidia,tegra-hypervisor-mode;” but, the hypercalls (hvc) always return me a -1.

Hello,

Welcome to the NVIDIA Developer forums! I am moving your topic to the proper category so the Jetson team has visibility.

Tom

Hi,
The setting is for DRIVE platforms. We don’t support hypervisor mode on Jetson platforms.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.