[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/3] Initial vfio-platform support
From: |
Alex Williamson |
Subject: |
[Qemu-devel] [PULL 0/3] Initial vfio-platform support |
Date: |
Mon, 08 Jun 2015 11:06:37 -0600 |
User-agent: |
StGit/0.17.1-dirty |
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-20150608.0
for you to fetch changes up to 88be7b6bf4c86d89e70585881b6b3326f9bac822:
hw/vfio/platform: calxeda xgmac device (2015-06-08 09:25:26 -0600)
----------------------------------------------------------------
Initial VFIO platform device support (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 | 54 +++
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, 806 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
- [Qemu-devel] [PULL 0/3] Initial vfio-platform support,
Alex Williamson <=