qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/11] pci, pc fixes, features
@ 2014-08-24 22:18 Michael S. Tsirkin
  2014-08-24 22:18 ` [Qemu-devel] [PULL 01/11] hostmem: set MPOL_MF_MOVE Michael S. Tsirkin
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Michael S. Tsirkin @ 2014-08-24 22:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Anthony Liguori

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

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

end of thread, other threads:[~2014-08-25 18:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-24 22:18 [Qemu-devel] [PULL 00/11] pci, pc fixes, features Michael S. Tsirkin
2014-08-24 22:18 ` [Qemu-devel] [PULL 01/11] hostmem: set MPOL_MF_MOVE Michael S. Tsirkin
2014-08-24 22:18 ` [Qemu-devel] [PULL 02/11] pci_bridge: manually destroy memory regions within PCIBridgeWindows Michael S. Tsirkin
2014-08-24 22:18 ` [Qemu-devel] [PULL 03/11] pcihp: fix possible array out of bounds Michael S. Tsirkin
2014-08-24 22:18 ` [Qemu-devel] [PULL 04/11] pc: reserve more memory for ACPI for new machine types Michael S. Tsirkin
2014-08-24 22:18 ` [Qemu-devel] [PULL 05/11] Add ACPI tables for TPM Michael S. Tsirkin
2014-08-24 22:18 ` [Qemu-devel] [PULL 06/11] ssdt-tpm: add generated hex file to git Michael S. Tsirkin
2014-08-24 22:18 ` [Qemu-devel] [PULL 07/11] pcie: Fix incorrect write to the ari capability next function field Michael S. Tsirkin
2014-08-24 22:18 ` [Qemu-devel] [PULL 08/11] pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_* Michael S. Tsirkin
2014-08-24 22:18 ` [Qemu-devel] [PULL 09/11] ioh3420: Remove obsoleted, unused ioh3420_init function Michael S. Tsirkin
2014-08-24 22:18 ` [Qemu-devel] [PULL 10/11] ioh3420: Enable ARI forwarding Michael S. Tsirkin
2014-08-24 22:18 ` [Qemu-devel] [PULL 11/11] pcie: fix trailing whitespace Michael S. Tsirkin
2014-08-25 18:42 ` [Qemu-devel] [PULL 00/11] pci, pc fixes, features Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).