All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 0/3] Initial vfio-platform support
@ 2015-06-09 15:55 Alex Williamson
  2015-06-09 15:55 ` [Qemu-devel] [PULL v2 1/3] hw/vfio/platform: vfio-platform skeleton Alex Williamson
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Alex Williamson @ 2015-06-09 15:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.williamson, eric.auger

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-11  8:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 15:55 [Qemu-devel] [PULL v2 0/3] Initial vfio-platform support Alex Williamson
2015-06-09 15:55 ` [Qemu-devel] [PULL v2 1/3] hw/vfio/platform: vfio-platform skeleton Alex Williamson
2015-06-11  2:21   ` Gonglei
2015-06-11  6:50     ` Eric Auger
2015-06-11  8:47     ` Peter Maydell
2015-06-09 15:55 ` [Qemu-devel] [PULL v2 2/3] hw/vfio/platform: add irq assignment Alex Williamson
2015-06-09 15:55 ` [Qemu-devel] [PULL v2 3/3] hw/vfio/platform: calxeda xgmac device Alex Williamson
2015-06-10 15:52 ` [Qemu-devel] [PULL v2 0/3] Initial vfio-platform support Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.