Re: [vfio-users] OVMF + OS X El Capitan + 970 gtx passthrough = Success

2015-12-09 Thread Andrew Morgan
Hey Okky, > I usually snapshot my guest image before upgrading (like upgrading my Windows 10 to Threshold 2 last November), so can rollback if found a deadend. Yeah I'm going to have to start doing that myself it seems :P Not entirely sure what Nvidia's release schedule for OSX Web Drivers is, bu

Re: [vfio-users] OVMF + OS X El Capitan + 970 gtx passthrough = Success

2015-12-09 Thread Okky Hendriansyah
On December 9, 2015 at 07:58:21, Andrew Morgan (andrew.morgan4...@gmail.com) wrote: ... Afterwards, I decided to take a chance to update to OSX 10.11.2. Had to  disable the nvda_drv=1 setting I just set to get through the  installation after the reboot, but after that it went alright.  I did noti

Re: [vfio-users] [PATCH] vgaarb: fix signal handling in vga_get()

2015-12-09 Thread Kirill A. Shutemov
On Mon, Nov 30, 2015 at 04:17:31AM +0200, Kirill A. Shutemov wrote: > There are few defects in vga_get() related to signal hadning: > > - we shouldn't check for pending signals for TASK_UNINTERRUPTIBLE > case; > > - if we found pending signal we must remove ourself from wait queue > a

Re: [vfio-users] USB passthrough failing on ovmf

2015-12-09 Thread Doug Applegate
On Mon, Dec 7, 2015 at 8:21 PM, Mark Weiman wrote: > On Thu, 2015-12-03 at 22:21 -0700, Doug Applegate wrote: >> Hey, just recently got a setup where I'm doing GPU passthrough using >> OVFM and Windows 10. Many thanks to Alex and his blog :) >> >> I have a few little 'quirks' that are annoying tha