Displaying 6 results from an estimated 6 matches for "helpernetwork".
2014 Jun 25
2
Re: qemu-bridge-helper issue
...rch for qemu-bridge-helper and you should find information about the
> ACL file that needs to be setup for this to work properly. For example,
> this has a short description, but doesn't sound like it's intended to be
> the final authority:
>
> http://wiki.qemu.org/Features/HelperNetworking
>
2014 Jun 25
2
qemu-bridge-helper issue
Hi
I'm able to run the below command using root permission....
sudo kvm -netdev bridge,br=qbr0ccdca50-fa,id=hostnet -M ppce500
Warning: netdev hostnet has no peer
Could not initialize SDL(No available video device) - exiting
However when I'm running the same command without root authority,I'm
getting following logs...
kvm -netdev bridge,br=qbr0ccdca50-fa,id=hostnet -M ppce500
2014 Jun 25
0
Re: qemu-bridge-helper issue
...gt; regarding this.
Search for qemu-bridge-helper and you should find information about the
ACL file that needs to be setup for this to work properly. For example,
this has a short description, but doesn't sound like it's intended to be
the final authority:
http://wiki.qemu.org/Features/HelperNetworking
2014 Jun 25
0
Re: qemu-bridge-helper issue
...ind information
> about the
> ACL file that needs to be setup for this to work properly. For
> example,
> this has a short description, but doesn't sound like it's intended
> to be
> the final authority:
>
> http://wiki.qemu.org/Features/HelperNetworking
>
>
>
>
> _______________________________________________
> libvirt-users mailing list
> libvirt-users@redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-users
2014 Jun 25
2
Re: qemu-bridge-helper issue
...helper and you should find information about the
>> ACL file that needs to be setup for this to work properly. For example,
>> this has a short description, but doesn't sound like it's intended to be
>> the final authority:
>>
>> http://wiki.qemu.org/Features/HelperNetworking
>>
>
>
>
> _______________________________________________
> libvirt-users mailing listlibvirt-users@redhat.comhttps://www.redhat.com/mailman/listinfo/libvirt-users
>
>
>
2015 Jun 22
2
Access to virtualization on a multi-user system
Hi libvirt-users,
I find myself wanting to do something that seems like it must have some
obvious solution: I have multiple users (let's just assume local Unix
accounts) on a Linux system, and I want them all to have access to
KVM-accelerated virtualization. But, I don't want them to be able to
meddle with each other's virtual machines. Is there a solution to this
problem?
Methods of