All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/13] VFIO updates 2016-02-18
Date: Thu, 18 Feb 2016 13:05:46 -0700	[thread overview]
Message-ID: <20160218200419.29220.39836.stgit@gimli.home> (raw)

The following changes since commit dd5e38b19d7cb07d317e1285941d8245c01da540:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160218-1' into staging (2016-02-18 15:20:35 +0000)

are available in the git repository at:


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

for you to fetch changes up to 87889319d955fbbbb346a68ade46905a17fefe9d:

  hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check (2016-02-18 12:43:13 -0700)

VFIO updates 2016-02-18

 - AER pre-enable and misc fixes (Cao jin and Chen Fan)
 - PCI_CAP_LIST_NEXT cleanup (Wei Yang)
 - AMD XGBE KVM platform passthrough (Eric Auger)

----------------------------------------------------------------
Chen Fan (4):
      pcie: modify the capability size assert
      vfio: make the 4 bytes aligned for capability size
      aer: impove pcie_aer_init to support vfio device
      pcie_aer: expose pcie_aer_msg() interface

Eric Auger (8):
      hw/vfio/platform: amd-xgbe device
      device_tree: introduce load_device_tree_from_sysfs
      device_tree: introduce qemu_fdt_node_path
      device_tree: qemu_fdt_getprop converted to use the error API
      device_tree: qemu_fdt_getprop_cell converted to use the error API
      hw/arm/sysbus-fdt: helpers for clock node generation
      hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiation
      hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check

Wei Yang (1):
      vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explain

 device_tree.c                      | 179 +++++++++++++++++++--
 hw/arm/boot.c                      |   6 +-
 hw/arm/sysbus-fdt.c                | 319 +++++++++++++++++++++++++++++++++++--
 hw/arm/vexpress.c                  |   6 +-
 hw/pci-bridge/ioh3420.c            |   2 +-
 hw/pci-bridge/xio3130_downstream.c |   2 +-
 hw/pci-bridge/xio3130_upstream.c   |   2 +-
 hw/pci/pcie.c                      |   2 +-
 hw/pci/pcie_aer.c                  |   6 +-
 hw/vfio/Makefile.objs              |   1 +
 hw/vfio/amd-xgbe.c                 |  55 +++++++
 hw/vfio/pci.c                      |  11 +-
 include/hw/pci/pcie_aer.h          |   3 +-
 include/hw/vfio/vfio-amd-xgbe.h    |  51 ++++++
 include/sysemu/device_tree.h       |  53 +++++-
 15 files changed, 656 insertions(+), 42 deletions(-)
 create mode 100644 hw/vfio/amd-xgbe.c
 create mode 100644 include/hw/vfio/vfio-amd-xgbe.h

             reply	other threads:[~2016-02-18 20:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-18 20:05 Alex Williamson [this message]
2016-02-18 20:05 ` [Qemu-devel] [PULL 01/13] pcie: modify the capability size assert Alex Williamson
2016-02-18 20:05 ` [Qemu-devel] [PULL 02/13] vfio: make the 4 bytes aligned for capability size Alex Williamson
2016-02-18 20:06 ` [Qemu-devel] [PULL 03/13] aer: impove pcie_aer_init to support vfio device Alex Williamson
2016-02-18 20:06 ` [Qemu-devel] [PULL 04/13] pcie_aer: expose pcie_aer_msg() interface Alex Williamson
2016-02-18 20:06 ` [Qemu-devel] [PULL 05/13] vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explain Alex Williamson
2016-02-18 20:06 ` [Qemu-devel] [PULL 06/13] hw/vfio/platform: amd-xgbe device Alex Williamson
2016-02-18 20:06 ` [Qemu-devel] [PULL 07/13] device_tree: introduce load_device_tree_from_sysfs Alex Williamson
2016-02-18 20:06 ` [Qemu-devel] [PULL 08/13] device_tree: introduce qemu_fdt_node_path Alex Williamson
2016-02-18 20:06 ` [Qemu-devel] [PULL 09/13] device_tree: qemu_fdt_getprop converted to use the error API Alex Williamson
2016-02-18 20:06 ` [Qemu-devel] [PULL 10/13] device_tree: qemu_fdt_getprop_cell " Alex Williamson
2016-02-18 20:06 ` [Qemu-devel] [PULL 11/13] hw/arm/sysbus-fdt: helpers for clock node generation Alex Williamson
2016-02-18 20:06 ` [Qemu-devel] [PULL 12/13] hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiation Alex Williamson
2016-02-18 20:07 ` [Qemu-devel] [PULL 13/13] hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check Alex Williamson
2016-02-19 10:50 ` [Qemu-devel] [PULL 00/13] VFIO updates 2016-02-18 Peter Maydell
2016-02-19 12:20   ` Eric Auger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160218200419.29220.39836.stgit@gimli.home \
    --to=alex.williamson@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.