Skip to main content

Questions tagged [kvm]

KVM is the Kernel Virtual Machine, a virtualization hypervisor built into the Linux kernel.

1 vote
0 answers
25 views

On the x86 platform, the int 3 instruction causes a breakpoint trap. For KVM, the Virtual CPUs can be configured to exit to the hypervisor on this trap, by enabling the flags KVM_GUESTDBG_ENABLE and ...
David's user avatar
  • 11
3 votes
1 answer
207 views

I am creating a new QEMU/KVM virtual machine using libvirt CLI in Debian Linux. According the tutorial, I must activate the default network using the following command: sudo virsh net-start default ...
user153245's user avatar
0 votes
0 answers
62 views

I am curious about the behavior of Virtual Machine. Environment There are two computers. 192.168.180.10: NFS Server Rocky Linux 9.6 192.168.160.30: VDSM Host (NFS Client) Rocky Linux 9.6 VDSM ...
TyeolRik's user avatar
  • 101
2 votes
2 answers
870 views

I’ve been reading about KVM, and I came across the statement: “When the KVM module is loaded, the Linux kernel itself becomes a Type 1 hypervisor.” I want to clarify if my understanding is correct ...
Sandeep's user avatar
  • 169
2 votes
3 answers
2k views

System: Ubuntu MATE 24.04.2 I tried to start a virtual machine under VirtualBox and received the following error: VirtualBox can't enable the AMD-V extension. Please disable the KVM kernel extension, ...
AlanQ's user avatar
  • 107
1 vote
0 answers
53 views

I'm trying to automate installation of a debian machine with a preseed configuration file and despite a few hiccups here and there it seems to work. I am confused though why adding --inject-initrd ...
Daniel Krajnik's user avatar
0 votes
0 answers
24 views

When attempting to create a libvirt domain off a debian iso file using virt-manager, it fails with Could not open '/home/laur/Downloads/debian.iso': Permission denied error. The file has read access ...
laur's user avatar
  • 804
0 votes
0 answers
47 views

I'm using trace-cmd on a Linux host running a qemu/kvm VM in order to check VM-exit events related to EPT_VIOLATION reason. root@eve-ng62:~# trace-cmd record -b 20000 -e kvm:kvm_page_fault -e kvm_exit ...
CarloC's user avatar
  • 385

15 30 50 per page
1
2 3 4 5
71