Re: [vfio-users] Non-root Passthrough Audio with libvirt

2016-04-18 Thread Nick Sarnie
I managed to solve this. You run pulse as the user, with anonymous auth and a unix socket at /tmp/pulse. Then, set PULSE_SERVER=unix:/tmp/pulse in the envvars for the domain xml. Works from there. On Sun, Apr 17, 2016 at 11:45 PM, Nick Sarnie wrote: > Hi guys, > > I'm

Re: [vfio-users] [FEEDBACK NEEDED] Rewriting the Arch wiki article

2016-04-18 Thread thibaut noah
Correct me if i'm wrong but i think the only thing you need to do in order to have a bridge on the virtual machine is to create a bridge in your xml with the in it. (if you have a bridge set on the host with said name of course) If i'm right even the mac adress on it is rubbish and can be

Re: [vfio-users] [FEEDBACK NEEDED] Rewriting the Arch wiki article

2016-04-18 Thread Garland Key
I just tried this and as soon as I start the VM, my bridge on the host fails and defaults to the wired connection. I think that if the pci-passthrough wiki is going to talk about synergy as an input solution, then it should also discuss creating a bridge, since it's necessary in order to

Re: [vfio-users] [FEEDBACK NEEDED] Rewriting the Arch wiki article

2016-04-18 Thread Garland Key
Sorry to pester you with so many questions. I appreciate your help. *Where should the following configuration be placed? What is the config filename and path?* > I've done the same. Bridge created with NM and used by the VM. You > should be able to just select the bridge device. That's the

Re: [vfio-users] [FEEDBACK NEEDED] Rewriting the Arch wiki article

2016-04-18 Thread Garland Key
I found the On Mon, Apr 18, 2016 at 5:57 PM, Bronek Kozicki wrote: > For me setting up networking with an existing bridge "just works", I wrote > few days ago on this lis how I've set it up on my machine. Hint: I do not > use virsh "networks" capabilities at all - none defined

Re: [vfio-users] [FEEDBACK NEEDED] Rewriting the Arch wiki article

2016-04-18 Thread Jonas Camillus Jeppesen
On a fresh Arch install (no desktop environment, no network manager) I added a bridge like this with systemd's networkd service: https://wiki.archlinux.org/index.php/Systemd-networkd#DHCP_with_two_distinct_IP . Then in virt-manager under network adapter I just choose "Specify shared device

Re: [vfio-users] [FEEDBACK NEEDED] Rewriting the Arch wiki article

2016-04-18 Thread Bronek Kozicki
For me setting up networking with an existing bridge "just works", I wrote few days ago on this lis how I've set it up on my machine. Hint: I do not use virsh "networks" capabilities at all - none defined

Re: [vfio-users] [FEEDBACK NEEDED] Rewriting the Arch wiki article

2016-04-18 Thread Alex Williamson
On Mon, Apr 18, 2016 at 3:14 PM, Garland Key wrote: > Please add what to do if you have two identical GPUs. Here is exactly > what is needed to make it work. > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > - - - > >

Re: [vfio-users] [FEEDBACK NEEDED] Rewriting the Arch wiki article

2016-04-18 Thread Garland Key
I'm an intermediate Linux user, so this this stuff can be complicated to me sometimes. Right now I'm having trouble setting up a network bridge that virt-manager will recognize. I've arrived at the conclusion that this simply isn't possible on Arch. That said, I can't find any documentation on

Re: [vfio-users] [FEEDBACK NEEDED] Rewriting the Arch wiki article

2016-04-18 Thread Garland Key
Please add what to do if you have two identical GPUs. Here is exactly what is needed to make it work. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */etc/modprobe.d/vfio.conf* install vfio-pci /sbin/vfio-pci-override-vga.sh options vfio-pci

Re: [vfio-users] [FEEDBACK NEEDED] Rewriting the Arch wiki article

2016-04-18 Thread Nicolas Roy-Renaud
On 2016-04-15 18:51, Hristo Iliev wrote: On Tue, 12 Apr 2016 14:50:55 -0600 Will Marler wrote: "options kvm ignore_msrs=1" On the wiki page as it stands now there is a warning, "Silently ignoring unknown MSR accesses could potentially break other software within the VM or

Re: [vfio-users] Fedora 23 ACS Patch

2016-04-18 Thread thibaut noah
If you have the same kernel you can use the one there : https://github.com/zman0900/linux-vfio-aur Otherwise you don't really need c competences. All you have to do is use a text editor to apply the modifications manually, it is really simple even if you don't know how to code. 2016-04-18 19:04

[vfio-users] AMD R9 Fury bios update

2016-04-18 Thread Brandon Ganem
Anyone have one of these cards? I wonder if AMD put additional improvements into the BIOS that may make our lives better. Doubtful, but it may be worth checking out if you have one. Link below.

Re: [vfio-users] Guest does not boot OS with GPU passed through, stuck at TianoCore boot splash

2016-04-18 Thread Will Marler
On Mon, Apr 18, 2016 at 8:46 AM, Alex Williamson < alex.l.william...@gmail.com> wrote: > The 750 and 750Ti are not only a good value, but have very modest power > requirements, so it's a win all around for less demanding/casual gaming. As a less-demanding/casual gamer with a 750Ti, I fully

Re: [vfio-users] Guest does not boot OS with GPU passed through, stuck at TianoCore boot splash

2016-04-18 Thread Alex Williamson
On Mon, Apr 18, 2016 at 8:35 AM, Blank Field wrote: > > On Apr 18, 2016 5:31 PM, "Laszlo Ersek" wrote: > > > I'm very pleased with my GTX750. > > I guess most 7XX nvidia cards work rather well, no? 750 being the most > balanced in

Re: [vfio-users] Guest does not boot OS with GPU passed through, stuck at TianoCore boot splash

2016-04-18 Thread Laszlo Ersek
On 04/18/16 16:08, Stefan Seil wrote: > Thank you for your detailed response! > > So if I understand you correctly, you are saying that from now on the > issue lies within the guest OS, Yes. > and thus I am rather limited in what I > can do on my end. You could talk to Linux kernel maintainers

Re: [vfio-users] Guest does not boot OS with GPU passed through, stuck at TianoCore boot splash

2016-04-18 Thread Stefan Seil
Thank you for your detailed response! So if I understand you correctly, you are saying that from now on the issue lies within the guest OS, and thus I am rather limited in what I can do on my end. The good news is that I have actually gotten it to work with a Windows 10 guest. Running Windows

Re: [vfio-users] Radeon R9 290 passthrough to Win10 guest - bsod/reboot on driver install

2016-04-18 Thread Jonas Camillus Jeppesen
So are you worried by this: # lspci -nnk 04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290] [1002:67b1] Subsystem: ASUSTeK Computer Inc. Device [1043:0470] Kernel

Re: [vfio-users] Radeon R9 290 passthrough to Win10 guest - bsod/reboot on driver install

2016-04-18 Thread Quentin Deldycke
Hello, Here is my vfio .xml: https://github.com/qdel/scripts/blob/master/vfio/win10.xml for info, i7 4790k, asrock extreme 6 (z 97), r9 290 I had in the past problem of bsod during driver install, but not anymore using latest versions. It work nearly flawlessly. I use suspend of vm while