Skip to main content
The 2024 Developer Survey results are live! See the results

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.

0 votes
0 answers
33 views

Xen on EVE HVMLOADER missing

I am trying to use Xen Hypervisor on a rpi4b+. I am using LF's Edge Project EVE (based on Alpine Linux and Linuxkit) that includes Xen in a container. I got EVE 11.0.5 - LTS with Xen 4.15.0 running in ...
adr1an00's user avatar
0 votes
0 answers
10 views

Windows Hypervisor Platform Restart Issue in AMD processor laptop

I enabled Windows Hypervisor Platform in my AMD laptop. but when i restart the laptop then it does not start. Always I have to Reset and format the Local C data from the laptop. Is there any solution ...
fucmemez's user avatar
0 votes
0 answers
42 views

Can the hypervisor and VMs share memory?

I was wondering if modifying the KVM would allow the hypervisor and VM to share memory. I've been studying SEV, AMD's memory encryption technology, and this question came up. Is it possible for the ...
김상엽's user avatar
0 votes
2 answers
556 views

Hypervisor Installation Failed to update status to COMPLETE

Using Android Studio, I am trying to install Android Emulator Hypervisor. I get the following error message Failed to update status to COMPLETE The log file idea.log has: "Install Android ...
Bilal Abdeen's user avatar
  • 1,887
0 votes
0 answers
34 views

Linux vhost kvm exit upon guest sending a packet

According deep-dive-virtio-networking-and-vhost-net a benefit of Vhost protocol (virtio-net guest driver & vhost-net host driver) is that when the Guest send a packet there is no need for the vCPU ...
Carlo C's user avatar
  • 179
0 votes
0 answers
58 views

XEN package installing through yocto

I am trying to add xen package to imx8mp through yocto. in conf/local.conf, I have added this line DISTRO_FEATURES:append = " xen", but no package is coming in image what should iI do? Also,...
nayan's user avatar
  • 1
0 votes
0 answers
89 views

Understanding the Role and Implementation of VMID in RISC-V Hypervisor hgatp during Guest OS Switching

I'm currently working on implementing a RISC-V hypervisor and have a question regarding hgatp during guest OS switches. When HSXLEN=64, VMID is located in bits 44 to 57 of hgatp. Although I've ...
user23099563's user avatar
0 votes
1 answer
156 views

What is the role of HS level sstatus.MXR in two stage paging when hgatp.MODE=BARE?

Note: The document version used for the quote below is 20211203 dated October 2, 2023. In section 9.5 of the RISCV privileged spec there is the following statement: The vsstatus field MXR, which makes ...
prism1729's user avatar
0 votes
0 answers
68 views

What is the CSR for the S mode that is effective even in HS mode?

I'm new to RISC-V and have recently started learning about it. I'm currently developing with the help of documents available on riscv.org. While investigating Hypervisor extensions, I noticed that ...
user23099563's user avatar
0 votes
0 answers
83 views

Difference between static partitioning hypervisors and separation kernel / microkernel?

I am trying to get an understanding of virtualization approaches. This paper describes static partitioning hypervisors. In this survey paper the category separation kernels and microkernels is ...
Anon2800's user avatar
0 votes
1 answer
114 views

Multiple Projects(or images) on STM32 Board

I'm here to ask some questions about my project. Now I'm implementing a lite hypervisor. So I made three discrete projects(monitor.bin, OS1.bin, OS2.bin), and divided memory. MEMORY { CCMRAM (xrw)...
MarooNarae's user avatar
1 vote
1 answer
935 views

Visual Studio 2022 (MAUI/Xamarin) Android Device Manager does not support AEHD

On my brand new Win11 Pro machine (AMD Ryzen 9 7950X) my Visual Studio 2022 Enterprise installation (v17.7.6) doesn't use hardware acceleration when I disable Hyper-V and enable AEHD (or GVM). Short ...
Soko's user avatar
  • 833
0 votes
0 answers
22 views

Unable to find Virtualization option in bios settings

I am trying to install docker desktop, for this virtualization need to be enabled.But I am not able to find this option in bios settings on HP Pavilion laptop. I am using windows 10 operating system. ...
naga laxmi's user avatar
0 votes
0 answers
109 views

What will happen when page fault occurs in AARCH64 stage 2 translation? How can I deal with the page fault?

I want to write a AARCH64 hypervisor. I route exceptions which happen in el1 and el2 to el2. I would like to know the specific scenarios in which a page fault occurs, such as incorrect access ...
si yan's user avatar
  • 355

15 30 50 per page
1
2 3 4 5
20