Displaying 1 result from an estimated 1 matches for "rhel5guest".
2010 Aug 08
1
guestfish/libguestfs takes legacy qemu instead of kvm?
...appers
In RHEL 6 it's all going to be different again. The same
qemu-system-x86 RPM is actually KVM. We combine qemu and KVM sources
during the build to make a 'qemu-kvm' binary which can do both
software emulation (TCG) and hardware virt (KVM).
> [@djt_10_48 ~]# guestfish -i kvm-rhel5guest
> Could not open '/dev/kqemu' - QEMU acceleration layer not activated: No such
> file or directory
This is just a warning -- ignore it.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to ins...