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

2016-10-28 Thread Laine Stump
On Oct 28, 2016 7:24 PM, "Rene Pasing" wrote: > > On 10/28/2016 05:59 PM, Laine Stump wrote: > > Sigh. I am currently hanging my head in shame :-( > > > > See: > > https://www.redhat.com/archives/libvir-list/2016-October/msg01281.html > > > > My only excuse is that the task was too simple, and I'v

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

2016-10-28 Thread Rene Pasing
On 10/28/2016 05:59 PM, Laine Stump wrote: > Sigh. I am currently hanging my head in shame :-( > > See: > https://www.redhat.com/archives/libvir-list/2016-October/msg01281.html > > My only excuse is that the task was too simple, and I've come to rely > on reviewers too much so I was lazy and inatte

Re: [libvirt-users] sttic vnet device for guest

2016-10-28 Thread Anton Gorlov
28.10.2016 23:32, Michal Privoznik пишет: On my host node i using system created bridge. example brctl show br1 bridge name bridge id STP enabled interfaces br1 8000.0025907925d3 no eth1

[libvirt-users] sttic vnet device for guest

2016-10-28 Thread Anton Gorlov
Can i assign static vnet* device for some guests? ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [libvirt-users] [Qemu-devel] pci-assign fails with read error on config-space file

2016-10-28 Thread Alex Williamson
On Fri, 28 Oct 2016 11:25:55 -0400 Laine Stump wrote: > On 10/28/2016 07:28 AM, Henning Schild wrote: > > Hey, > > > > i am running an unusual setup where i assign pci devices behind the > > back of libvirt. I have two options to do that: > > 1. a wrapper script for qemu that takes care of suid-r

Re: [libvirt-users] pci-assign fails with read error on config-space file

2016-10-28 Thread Laine Stump
On 10/28/2016 07:28 AM, Henning Schild wrote: Hey, i am running an unusual setup where i assign pci devices behind the back of libvirt. I have two options to do that: 1. a wrapper script for qemu that takes care of suid-root and appends arguments for pci-assign 2. virsh qemu-monitor-command ...

[libvirt-users] pci-assign fails with read error on config-space file

2016-10-28 Thread Henning Schild
Hey, i am running an unusual setup where i assign pci devices behind the back of libvirt. I have two options to do that: 1. a wrapper script for qemu that takes care of suid-root and appends arguments for pci-assign 2. virsh qemu-monitor-command ... 'device_add pci-assign...' I know i should prob