mbox

[PULL,v2,0/3] Initial vfio-platform support

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

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150609.0

Message

Alex Williamson June 9, 2015, 3:55 p.m. UTC
The following changes since commit 2e29dd7c44db30e3d3c108ab2a622cbdac6d16f0:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-06-08 14:07:32 +0100)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150609.0

for you to fetch changes up to 7a8d15d7702444be715b6ae32574659483c0c158:

  hw/vfio/platform: calxeda xgmac device (2015-06-09 08:17:17 -0600)

----------------------------------------------------------------
Initial VFIO platform device support, v2 (Eric Auger, et al.)

----------------------------------------------------------------
Eric Auger (3):
      hw/vfio/platform: vfio-platform skeleton
      hw/vfio/platform: add irq assignment
      hw/vfio/platform: calxeda xgmac device

 hw/vfio/Makefile.objs                |   2 +
 hw/vfio/calxeda-xgmac.c              |  55 ++++
 hw/vfio/platform.c                   | 616 +++++++++++++++++++++++++++++++++++
 include/hw/vfio/vfio-calxeda-xgmac.h |  46 +++
 include/hw/vfio/vfio-common.h        |   1 +
 include/hw/vfio/vfio-platform.h      |  75 +++++
 trace-events                         |  12 +
 7 files changed, 807 insertions(+)
 create mode 100644 hw/vfio/calxeda-xgmac.c
 create mode 100644 hw/vfio/platform.c
 create mode 100644 include/hw/vfio/vfio-calxeda-xgmac.h
 create mode 100644 include/hw/vfio/vfio-platform.h

Comments

Peter Maydell June 10, 2015, 3:52 p.m. UTC | #1
On 9 June 2015 at 16:55, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 2e29dd7c44db30e3d3c108ab2a622cbdac6d16f0:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-06-08 14:07:32 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150609.0
>
> for you to fetch changes up to 7a8d15d7702444be715b6ae32574659483c0c158:
>
>   hw/vfio/platform: calxeda xgmac device (2015-06-09 08:17:17 -0600)
>
> ----------------------------------------------------------------
> Initial VFIO platform device support, v2 (Eric Auger, et al.)
>
> ----------------------------------------------------------------



Applied, thanks.

-- PMM