Re: [libvirt-users] Installing QEMU from source causing error

2019-07-20 Thread Probir Roy
f410c5e7d68cff5833e03fb5dc On Sat, Jul 20, 2019 at 2:36 PM Probir Roy wrote: > It is true that the machine contains 'pc-i440fx-4.0'. I am using > Ubuntu18.04 and libvirt-4.0.0 > > This is probably a separate issue, but while updating the machine name > neither "virsh

Re: [libvirt-users] Installing QEMU from source causing error

2019-07-20 Thread Probir Roy
ield and then "virsh define". virsh creates a new domain with UUID, but with machine='pc-i440fx-4.0'. Is it possible the virsh is using some configuration that resetting to predefined machine name? On Fri, Jul 19, 2019 at 12:36 PM Daniel P. Berrangé wrote: > On Fri, Jul

[libvirt-users] virsh edit has no impact on domain

2019-07-20 Thread Probir Roy
Hi, I am using "virsh edit" to edit a domain. After edit it says >> Domain ubuntu18.04 XML configuration edited. However, reopening the domain with "virsh edit" shows old file. The domain is also turned off. $virsh list --all --persistent IdName State ---

[libvirt-users] Installing QEMU from source causing error

2019-07-19 Thread Probir Roy
Hi, I am trying to run Qemu-4.0 installed from source code. When I run virt-manager to create a VM, I get the following error: ``` Unable to complete install: 'internal error: process exited while connecting to monitor: 2019-07-19T17:06:35.954242Z qemu-system-x86_64: -enable-kvm: unsupported mac

[libvirt-users] Preloading shared library with libVirt

2019-07-18 Thread Probir Roy
Hi, I am trying to preload two shared libraries while running Qemu using libvirt. To preload the shared libraries I have added an environment variable in the $domain.xml file with the following command: ``` virt-xml generic --edit --confirm --qemu-commandline 'env=LD_PRELOAD=/home/probir/Download