mbox

[PULL,00/11] pci, pc fixes, features

Message ID 1408918641-14167-1-git-send-email-mst@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

Message

Michael S. Tsirkin Aug. 24, 2014, 10:18 p.m. UTC
The following changes since commit 2656eb7c599e306b95bad82b1372fc49ba3088f6:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140819' into staging (2014-08-20 09:55:42 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 187de915e8d06aaf82be206aebc551c82bf0670c:

  pcie: fix trailing whitespace (2014-08-25 00:16:07 +0200)

----------------------------------------------------------------
pci, pc fixes, features

A bunch of bugfixes - these will make sense for 2.1.1

ACPI support for TPM and partial ARI support for PCIE.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Gonglei (1):
      pcihp: fix possible array out of bounds

Knut Omang (4):
      pcie: Fix incorrect write to the ari capability next function field
      pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*
      ioh3420: Remove obsoleted, unused ioh3420_init function
      ioh3420: Enable ARI forwarding

Michael S. Tsirkin (4):
      hostmem: set MPOL_MF_MOVE
      pc: reserve more memory for ACPI for new machine types
      ssdt-tpm: add generated hex file to git
      pcie: fix trailing whitespace

Paolo Bonzini (1):
      pci_bridge: manually destroy memory regions within PCIBridgeWindows

Stefan Berger (1):
      Add ACPI tables for TPM

 hw/i386/acpi-defs.h                | 11 +++++
 hw/tpm/tpm_tis.h                   |  8 +---
 include/hw/acpi/tpm.h              | 29 ++++++++++++
 include/hw/i386/pc.h               |  2 +
 include/hw/pci/pcie.h              |  7 +--
 include/sysemu/tpm.h               |  7 +++
 backends/hostmem.c                 |  2 +-
 hw/acpi/pcihp.c                    |  2 +-
 hw/i386/acpi-build.c               | 45 ++++++++++++++++++
 hw/i386/pc.c                       | 12 +++--
 hw/i386/pc_piix.c                  |  1 +
 hw/i386/pc_q35.c                   |  1 +
 hw/pci-bridge/ioh3420.c            | 27 ++---------
 hw/pci-bridge/xio3130_downstream.c |  4 +-
 hw/pci/pci_bridge.c                |  6 +++
 hw/pci/pcie.c                      | 13 +++---
 hw/i386/Makefile.objs              |  3 +-
 hw/i386/ssdt-tpm.dsl               | 43 +++++++++++++++++
 hw/i386/ssdt-tpm.hex.generated     | 95 ++++++++++++++++++++++++++++++++++++++
 19 files changed, 270 insertions(+), 48 deletions(-)
 create mode 100644 include/hw/acpi/tpm.h
 create mode 100644 hw/i386/ssdt-tpm.dsl
 create mode 100644 hw/i386/ssdt-tpm.hex.generated

Comments

Peter Maydell Aug. 25, 2014, 6:42 p.m. UTC | #1
On 24 August 2014 23:18, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 2656eb7c599e306b95bad82b1372fc49ba3088f6:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140819' into staging (2014-08-20 09:55:42 +0100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to 187de915e8d06aaf82be206aebc551c82bf0670c:
>
>   pcie: fix trailing whitespace (2014-08-25 00:16:07 +0200)
>
> ----------------------------------------------------------------
> pci, pc fixes, features
>
> A bunch of bugfixes - these will make sense for 2.1.1
>
> ACPI support for TPM and partial ARI support for PCIE.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM