mbox

[PULL,0/2] vfio-pci fixes for v2.4

Message ID 20150723190414.28669.75130.stgit@gimli.home
State New
Headers show

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20150723.0

Message

Alex Williamson July 23, 2015, 7:06 p.m. UTC
The following changes since commit b69b30532e0a80e25449244c01b0cbed000c99a3:

  Update version for v2.4.0-rc2 release (2015-07-22 18:17:19 +0100)

are available in the git repository at:

  git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20150723.0

for you to fetch changes up to 759b484c5d7f92bd01f98797c07e8543ee187888:

  vfio/pci: Fix bootindex (2015-07-22 14:56:01 -0600)

----------------------------------------------------------------
VFIO fixes for v2.4.0-rc3
- Fix Realtek NIC quirk (Alex Williamson)
- Restore bootindex functionality (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (2):
      vfio/pci: Fix RTL8168 NIC quirks
      vfio/pci: Fix bootindex

 hw/vfio/pci.c | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Comments

Peter Maydell July 24, 2015, 10:11 a.m. UTC | #1
On 23 July 2015 at 20:06, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit b69b30532e0a80e25449244c01b0cbed000c99a3:
>
>   Update version for v2.4.0-rc2 release (2015-07-22 18:17:19 +0100)
>
> are available in the git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-fixes-20150723.0
>
> for you to fetch changes up to 759b484c5d7f92bd01f98797c07e8543ee187888:
>
>   vfio/pci: Fix bootindex (2015-07-22 14:56:01 -0600)
>
> ----------------------------------------------------------------
> VFIO fixes for v2.4.0-rc3
> - Fix Realtek NIC quirk (Alex Williamson)
> - Restore bootindex functionality (Alex Williamson)
>

Applied, thanks.

-- PMM