[vfio-users] Successfully pass-through Quadro K420 into Windows 7 guest.

2015-12-10 Thread Eddie Yen
Hello guys, These days I'm trying to use VFIO on the Dell server, But not successful. Even use GT730 as guest, I still got blank screen, even Seabios or OVMF. However, this time I'm try to passthrough Quadro K420 on my X79 platform, I got unexpectedly success. In this case, I'm using Ubuntu 14.0

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

2015-12-10 Thread David Herrmann
Hi On Mon, Nov 30, 2015 at 3:17 AM, 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 > and cha