[Qemu-devel] [PULL 0/7] pc: fixes, cleanups, features

Michael S. Tsirkin posted 7 patches 6 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1497628168-30489-1-git-send-email-mst@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/i386/intel_iommu_internal.h |   1 +
include/hw/i386/pc.h           |   5 +
include/hw/pci-host/q35.h      |   6 +
hw/i386/intel_iommu.c          | 421 +++++++++++++++--------------------------
hw/i386/pc.c                   |  14 +-
hw/pci-host/q35.c              |  41 +++-
tests/q35-test.c               | 125 +++++++++++-
hw/i386/trace-events           |  44 +++++
8 files changed, 371 insertions(+), 286 deletions(-)
[Qemu-devel] [PULL 0/7] pc: fixes, cleanups, features
Posted by Michael S. Tsirkin 6 years, 10 months ago
The following changes since commit edf8bc98424d62035d5e4c0f39542722d72d7979:

  Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170613' into staging (2017-06-15 13:45:15 +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 7f3cf2d6e7d1231d854902c9016823961e59d1f4:

  hw/i386: fix nvdimm check error path (2017-06-16 18:44:56 +0300)

----------------------------------------------------------------
pc: fixes, cleanups, features

Some fixes and cleanups. Extended TSEG sizes.

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

----------------------------------------------------------------
Laszlo Ersek (3):
      q35/mch: implement extended TSEG sizes
      tests/q35-test: push down qtest_start / qtest_end to test case(s)
      tests/q35-test: add TSEG size checks

Peter Xu (3):
      intel_iommu: switching the rest DPRINTF to trace
      intel_iommu: cleanup vtd_{do_}iommu_translate()
      intel_iommu: cleanup vtd_interrupt_remap_msi()

Stefan Hajnoczi (1):
      hw/i386: fix nvdimm check error path

 hw/i386/intel_iommu_internal.h |   1 +
 include/hw/i386/pc.h           |   5 +
 include/hw/pci-host/q35.h      |   6 +
 hw/i386/intel_iommu.c          | 421 +++++++++++++++--------------------------
 hw/i386/pc.c                   |  14 +-
 hw/pci-host/q35.c              |  41 +++-
 tests/q35-test.c               | 125 +++++++++++-
 hw/i386/trace-events           |  44 +++++
 8 files changed, 371 insertions(+), 286 deletions(-)


Re: [Qemu-devel] [PULL 0/7] pc: fixes, cleanups, features
Posted by Peter Maydell 6 years, 10 months ago
On 16 June 2017 at 16:49, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit edf8bc98424d62035d5e4c0f39542722d72d7979:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170613' into staging (2017-06-15 13:45:15 +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 7f3cf2d6e7d1231d854902c9016823961e59d1f4:
>
>   hw/i386: fix nvdimm check error path (2017-06-16 18:44:56 +0300)
>
> ----------------------------------------------------------------
> pc: fixes, cleanups, features
>
> Some fixes and cleanups. Extended TSEG sizes.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM