Questions tagged [hypervisor]

A hypervisor or virtual machine monitor (VMM) is a piece of computer software, firmware or hardware that creates and runs virtual machines.

A computer on which a hypervisor is running one or more virtual machines is defined as a host machine. Each virtual machine is called a guest machine. The hypervisor presents the guest operating systems with a virtual operating platform and manages the execution of the guest operating systems. Multiple instances of a variety of operating systems may share the virtualized hardware resources.

http://en.wikipedia.org/wiki/Hypervisor

You can download it from here: https://my.vmware.com/web/vmware/evalcenter?p=free-esxi6

298 questions
149
votes
12 answers

How to disable Hyper-V in command line?

I'm trying to open VMware, it says that VMware player and Hyper-V are not compatible. I found it here, but it's not working using the command it offers. I tried to see the help, found that there's /hypervisorsettings option there. But still not work…
Sky
  • 7,343
  • 8
  • 31
  • 42
49
votes
10 answers

Android Studio Unable to run AVD

I am getting below error: emulator: ERROR: Unfortunately, there's an incompatibility between HAXM hypervisor and VirtualBox 4.3.30+ which doesn't allow multiple hypervisors to co-exist. It is being actively worked on; you can find out more…
Don
  • 1,334
  • 1
  • 10
  • 18
27
votes
5 answers

CUDA / OpenCL within a Virtual Machine / Hypervisor

Anyone know of any virtualisation solutions that either allow CUDA/OpenCL access directly or implement CUDA/OpenCL abstraction. UPDATE: Thank you those who commented. While classical 'desktop' virtualization would be nice, I suspect the likes of…
Bolster
  • 7,460
  • 13
  • 61
  • 96
20
votes
10 answers

Android Studio Emulator is not working on Windows 11 using WHPX

I have Windows 11 on my system. The system specifiction: Edition: Windows 11 Home Single Language Update: 21H2 Installed on: ‎06-‎07-‎2021 OS build: 22000.65 Experience: Windows Feature Experience Pack 421.17400.45.3 I have fresh installed…
20
votes
1 answer

Enter Hypervisor Mode on ARMv7 through Kernel Module

I am working on a project where I have a router with ARMv7 processor (Cortex A15) and OpenWRT OS. I have a shell on the router and can load kernel modules with insmod. My goal is to write a kernel module in C which changes the HVBAR register and…
Coder
  • 201
  • 2
  • 3
13
votes
7 answers

Docker desktop crash on start up in Windows 10

I installed docker desktop on Windows 10 through 'Docker Desktop Installer'. After installation I logged off and logged in. It crashes on start up after some time stating the message as below Docker.Core.Backend.BackendDestroyException: One or more…
KBNanda
  • 595
  • 1
  • 8
  • 25
13
votes
2 answers

Convert qcow2 to vmdk and make it ESXi 6.0 Compatible

I am currently working on VMWare virtualization; I am trying to make a converted image from qcow2 to vmdk work with ESXi Server 6.0. I have myImage.qcow2 with a disk which is thin provisioned for 300GB. I used the image converter tool qemu with the…
sgTheUser
  • 131
  • 1
  • 1
  • 3
10
votes
2 answers

Can't start the Android emulator – 'WHPX: Unexpected VP exit code 5'

I can't start the Android emulator. It always exits with the error: WHPX: Unexpected VP exit code 5. I used Android Studio 3.6.2 and the latest Android Virtual Device (AVD). And I installed the Windows Hypervisor Platform, and enabled Virtual…
9
votes
1 answer

Generating function calls on data accesses in VMware ESXi

I am currently using a Simics module (see chapter 6) to listen for instruction fetches and data accesses, and run callbacks on all of those events so as to instrument a kernel that is running on Simics x86. For example, I can create a Simics module…
Byte Lab
  • 1,576
  • 2
  • 17
  • 42
8
votes
1 answer

Is Windows really running in a virtual machine?

I've found this blog post from from Raymond Chen claiming that: Strictly speaking, what it actually represents is the resources of the other virtual machines, since Windows itself is running in a virtual machine under the hypervisor. You may not be…
8
votes
2 answers

Running WinPhone emulator inside Win10 VMWare

I had a Win 8.1 hosted OS, running VS2013, and could test my WinPhone app in the emulator fine. The host OS is Win7 Pro. I reinstalled the hosted OS to Win10, and VS2015, and now I get the Hypervisor not enabled error when I try to test my app with…
Benjol
  • 63,995
  • 54
  • 186
  • 268
7
votes
1 answer

Python libvirt API - create a Virtual Machine

I am trying to create a python script to handle basic VM operations like: create a VM, delete a VM, start, stop, etc. Currently I'm rather "stuck" on create From the command line you would do something like: qemu-img create -f qcow2 vdisk.img…
Pandrei
  • 4,843
  • 3
  • 27
  • 44
7
votes
1 answer

How to make sure a piece of code never leaves the CPU cache (L3)?

The latest Intel's XEON processors have 30MB of L3 memory which is enough to fit a thin type 1 Hypervisor. I'm interested in understanding how to keep such an Hypervisor within the CPU, i.e. prevented from being flushed to RAM or, at least, encrypt…
northox
  • 432
  • 5
  • 18
6
votes
1 answer

Apple Hypervisor is completely broken on MacOS Big Sur beta 11.0.1

I am trying to make a basic command-line tool that makes a VM and runs something using Apple Hypervisor. When I try to run hv_vm_create(HV_VM_DEFAULT) it gives me an error code -85377023. I tried enforcing App Sandbox and setting the entitlement…
OmerFlame
  • 147
  • 1
  • 7
6
votes
1 answer

What is the instruction tlbiel and what does it do?

I've recently come across an instruction called tlbiel and I'm curious as to what it means and what purpose it serves. After doing some intense Google searching, I saw one IBM document that lead me to believe it's hypervisor-related. The current…
user6501446
1
2 3
19 20