Hi all, I just compiled the patche qemu downloaded by "git clone git://git.sv.gnu.org/qemu.git" like explained in "https://github.com/collie/sheepdog/wiki/Getting-Started" I get all these qemu bin: ls /usr/bin/qemu* /usr/bin/qemu /usr/bin/qemu-img /usr/bin/qemu-nbd /usr/bin/qemu-sparc /usr/bin/qemu-system-microblaze /usr/bin/qemu-system-ppc64 /usr/bin/qemu-system-x86_64 /usr/bin/qemu-alpha /usr/bin/qemu-io /usr/bin/qemu-ppc /usr/bin/qemu-sparc32plus /usr/bin/qemu-system-mips /usr/bin/qemu-system-ppcemb /usr/bin/qemu-x86_64 /usr/bin/qemu-arm /usr/bin/qemu-m68k /usr/bin/qemu-ppc64 /usr/bin/qemu-sparc64 /usr/bin/qemu-system-mips64 /usr/bin/qemu-system-sh4 /usr/bin/qemu-armeb /usr/bin/qemu-microblaze /usr/bin/qemu-ppc64abi32 /usr/bin/qemu-system-arm /usr/bin/qemu-system-mips64el /usr/bin/qemu-system-sh4eb /usr/bin/qemu-cris /usr/bin/qemu-mips /usr/bin/qemu-sh4 /usr/bin/qemu-system-cris /usr/bin/qemu-system-mipsel /usr/bin/qemu-system-sparc /usr/bin/qemu-i386 /usr/bin/qemu-mipsel /usr/bin/qemu-sh4eb /usr/bin/qemu-system-m68k /usr/bin/qemu-system-ppc /usr/bin/qemu-system-sparc64 Compiling qemu-kvm i get only /usr/bin/qemu-img /usr/bin/qemu-io /usr/bin/qemu-nbd /usr/bin/qemu-system-x86_64 In the documentation they say that sheepdog support is present since qemu 0.13. Is it the same for qemu-kvm? |