Skip to content
Advertisement

Tag: virtual-machine

qom-type is missing when running qemu/kvm

I’m trying to set up QEMU/KVM and faced the following issue: So I tried to specify this as a format as Searching for qom-type at QEMU manual page didn’t give any results. How to specify the correct qom-type for that case? Answer “-object format=raw” says “create a QOM object, whose type I have not specified, and then give it the

Setcap over SSHFS

I am running a VM on my machine and have mounted a host folder inside VM using sshfs (auto-mounted via fstab). That folder has an executable which I want to run inside the VM. But I also need some capabilities before running that executable. So my script looks like: But I am getting below error : But if I copy

Using DPDK Kernel NIC Interface in a virtualized environment

I’m going to develop a DPDK Linux application on a laptop, but the laptop’s hardware is not supported by DPDK. Furtunately, DPDK supports paravirtualized devices including QEMU’s virtio-net. So I’m trying to configure a QEMU guest for running the Kernel NIC Interface(KNI) on a virtio-net-pci device. The problem is that the KNI sample application doesn’t accept the virtio-net-pci driver. QEMU

How to find the FQDN of an Azure VM

I just spun up a new Azure VM from the portal. I want to find the FQDN of the said portal so that I can connect to it via SSH, using this scheme: ssh username@FQDN -p 22 Can anyone tell me where to look? I’ve spent many hours trying to do this, but to no avail. Answer For you to

Advertisement