On Sat, Jun 17, 2017 at 05:25:18PM +, Zbigniew Jędrzejewski-Szmek wrote:
> Hi,
>
> I was told [1] that /usr/bin/qemu-kvm is obsolete, and that the right
> thing is to use 'qemu-system-x86_64 -enable-kvm', [...]
As Dan says, use libvirt.
However I want to point out that the advice above is al
Daniel P. Berrange writes:
> The way you configure QEMU for different architectures varies considerably,
Yes. Also debian 9 is missing /usr/bin/qemu-kvm while
$ ls -l /usr/bin/qemu* | wc
60 5404258
$
which includes qemuctl, so -1.
--
Antti
_
On Sat, Jun 17, 2017 at 05:25:18PM +, Zbigniew Jędrzejewski-Szmek wrote:
> Hi,
>
> I was told [1] that /usr/bin/qemu-kvm is obsolete, and that the right
> thing is to use 'qemu-system-x86_64 -enable-kvm', and that Arch and
> Gentoo and qemu upstream don't support /usr/bin/qemu-kvm. Fedora prov
Hi,
I was told [1] that /usr/bin/qemu-kvm is obsolete, and that the right
thing is to use 'qemu-system-x86_64 -enable-kvm', and that Arch and
Gentoo and qemu upstream don't support /usr/bin/qemu-kvm. Fedora provides
/usr/bin/qemu-kvm as a shell wrapper on amd64 and i386 architectures.
My question