Re: [libvirt-users] Libvirt adds extra parameters in domain XML

2016-10-17 Thread Martin Kletzander
On Mon, Oct 17, 2016 at 02:29:10PM +0200, Marina Danial wrote: I have a predetermined set of commands that I want to launch qemu with: sudo `which qemu-system-x86_64` -m 4G $(IMAGE) -enable-kvm \ -nographic \ -net nic,model=virtio,netdev=net0,macaddr=$(MAC),vlan=0 \ -netdev

Re: [libvirt-users] Libvirt adds extra parameters in domain XML

2016-10-17 Thread Marina Danial
I need write the domain XML in libvirt to eventually convert it into these qemu commands.. I don't want to call qemu directly with these commands. So I needed assistance with that On Oct 17, 2016 9:34 PM, "Martin Kletzander" wrote: > On Mon, Oct 17, 2016 at 02:29:10PM

Re: [libvirt-users] Libvirt newer than 2.1.0 doesnt start up

2016-10-17 Thread Laine Stump
On 10/17/2016 10:32 AM, Rene Pasing wrote: Hi all, I have some problems with libvirt >2.1.0 (so 2.2.0 and 2.3.0): I have a working environment using libvirt 2.1.0 with 1 domain (called "mail") and one network (called "default6"), both are autostarted. I have no problems with this environment

[libvirt-users] Libvirt newer than 2.1.0 doesnt start up

2016-10-17 Thread Rene Pasing
Hi all, I have some problems with libvirt >2.1.0 (so 2.2.0 and 2.3.0): I have a working environment using libvirt 2.1.0 with 1 domain (called "mail") and one network (called "default6"), both are autostarted. I have no problems with this environment using libvirt 2.1.0, everything works great.

[libvirt-users] Fwd: Libvirt adds extra parameters in domain XML

2016-10-17 Thread Marina Danial
I have a predetermined set of commands that I want to launch qemu with: sudo `which qemu-system-x86_64` -m 4G $(IMAGE) -enable-kvm \ -nographic \ -net nic,model=virtio,netdev=net0,macaddr=$(MAC),vlan=0 \ -netdev tap,id=net0,ifname=tap01,vhost=on,script=no,downscript=no \ -net