mbox

[PULL,0/1] VFIO pull request

Message ID 20140825193849.7299.99085.stgit@bling.home
State New
Headers show

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140825.0

Message

Alex Williamson Aug. 25, 2014, 7:39 p.m. UTC
The following changes since commit 3dd359c2d34c6abf385d58da863f337b39702585:

  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-24' into staging (2014-08-25 17:34:30 +0100)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140825.0

for you to fetch changes up to fe08275db9b88ecf3a30c7540b894c25aec150c2:

  vfio: Enable NVIDIA 88000 region quirk regardless of VGA (2014-08-25 12:10:15 -0600)

----------------------------------------------------------------
VFIO: Enable primary NVIDIA quirk regardless of VGA support

----------------------------------------------------------------
Alex Williamson (1):
      vfio: Enable NVIDIA 88000 region quirk regardless of VGA

 hw/misc/vfio.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Comments

Peter Maydell Aug. 26, 2014, 11:30 a.m. UTC | #1
On 25 August 2014 20:39, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 3dd359c2d34c6abf385d58da863f337b39702585:
>
>   Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-24' into staging (2014-08-25 17:34:30 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140825.0
>
> for you to fetch changes up to fe08275db9b88ecf3a30c7540b894c25aec150c2:
>
>   vfio: Enable NVIDIA 88000 region quirk regardless of VGA (2014-08-25 12:10:15 -0600)
>
> ----------------------------------------------------------------
> VFIO: Enable primary NVIDIA quirk regardless of VGA support
>
> ----------------------------------------------------------------
> Alex Williamson (1):
>       vfio: Enable NVIDIA 88000 region quirk regardless of VGA
>
>  hw/misc/vfio.c | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)

Applied, thanks.

-- PMM