[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] kvm binary is deprecated
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] kvm binary is deprecated |
Date: |
Mon, 14 Oct 2013 16:16:26 +0200 |
On Mon, Oct 14, 2013 at 12:36 PM, Alexander Binun <address@hidden> wrote:
> The workaround offered in bug trackers is: "change the path associated with
> the emulation tag in the xml definition file. Change it to
> qemu-system-x86_64".
>
> Well, I am familiar with XML definition files for VMs: they are used manually
> when defining VMs in virsh (virsh define xmldef.xml and so on). There is the
> emulation tag there, pointing to the path to the emulator.
>
> virt-manager (used by me) creates such a file also (putting in into
> /etc/libvirt/qemu).
>
> But so far I do not have valid XML definition files. So I intend to try the
> following ways:
> --- find an example definition file and create a VM manually (through
> virsh)
> --- use qemu & kvm compiled from the Git sources referred to by you.
An easy trick:
# mv /usr/bin/kvm /usr/bin/kvm.orig
# ln -s /usr/bin/qemu-system-x86_64 /usr/bin/kvm
Hopefully libvirt will be happier with the actual qemu-system-x86_64
binary. If this doesn't work you can move /usr/bin/kvm.orig back and
try the other methods.
Stefan
- [Qemu-devel] sniffing traffic between VMs, Alexander Binun, 2013/10/07
- Re: [Qemu-devel] sniffing traffic between VMs, Stefan Hajnoczi, 2013/10/10
- [Qemu-devel] kvm binary is deprecated, Alexander Binun, 2013/10/10
- Re: [Qemu-devel] kvm binary is deprecated, Stefan Hajnoczi, 2013/10/11
- Re: [Qemu-devel] kvm binary is deprecated, Alexander Binun, 2013/10/12
- Re: [Qemu-devel] kvm binary is deprecated, Stefan Hajnoczi, 2013/10/14
- Re: [Qemu-devel] kvm binary is deprecated, Alexander Binun, 2013/10/14
- Re: [Qemu-devel] kvm binary is deprecated,
Stefan Hajnoczi <=
- [Qemu-devel] kvm binary is deprecated - solved!, Alexander Binun, 2013/10/24
- Re: [Qemu-devel] kvm binary is deprecated - solved!, Stefan Hajnoczi, 2013/10/24
- [Qemu-devel] observing VM actions, Alexander Binun, 2013/10/24