Skip to content
Advertisement

Tag: kvm

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

kvm: module verification failed: signature and/or required key missing – tainting kernel

I’m using Ubuntu 14.04 LTS and kernel version 3.13.11.4. I’m trying to load patched KVM modules kvm and kvm-intel and I’m getting the following errors kvm: module verification failed: signature and/or required key missing – tainting kernel and kvm: module has bad taint, not creating trace events. The source used is the same source that created the image that I

how to get size of folder including apparent size of sparse files? (du is too slow)

I have a folder containing a lot of KVM qcow2 files, they are all sparse files. Now I need to get the total size of folder, the qcow2 file size should be counted as apparent size(not real size). for example: image: c9f38caf104b4d338cc1bbdd640dca89.qcow2 file format: qcow2 virtual size: 100G (107374182400 bytes) disk size: 3.3M cluster_size: 65536 the image should be treated

Advertisement