[Qemu-devel] [PULL 0/4] pc, pci, virtio: fixes, features

Michael S. Tsirkin posted 4 patches 7 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1524799751-151698-1-git-send-email-mst@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
docs/specs/pci-ids.txt                          |  1 +
docs/virtio-balloon-stats.txt                   |  2 ++
include/hw/pci/pci.h                            |  1 +
include/standard-headers/linux/virtio_balloon.h |  4 ++-
hw/i386/intel_iommu.c                           | 42 ++++++++++++++++++-------
hw/pci-host/q35.c                               | 17 ++++++----
hw/virtio/virtio-balloon.c                      |  2 ++
7 files changed, 50 insertions(+), 19 deletions(-)
[Qemu-devel] [PULL 0/4] pc, pci, virtio: fixes, features
Posted by Michael S. Tsirkin 7 years, 6 months ago
The following changes since commit 4743c23509a51bd4ee85cc272287a41917d1be35:

  Update version for v2.12.0 release (2018-04-24 16:44:55 +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 fb6fd86f712c73a40fbe0c6be86d4635239b1304:

  virtio-balloon: add hugetlb page allocation counts (2018-04-27 06:25:27 +0300)

----------------------------------------------------------------
pc, pci, virtio: fixes, features

A bugfix that just missed 2.12, a new PCI,
and a new virtio balloon stat.

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

----------------------------------------------------------------
Gerd Hoffmann (1):
      allocate pci id for mdpy

Jonathan Helman (1):
      virtio-balloon: add hugetlb page allocation counts

Peter Xu (1):
      intel-iommu: send PSI always when notify_unmap set

Zihan Yang (1):
      hw/pci-host/q35: Replace hardcoded value with macro

 docs/specs/pci-ids.txt                          |  1 +
 docs/virtio-balloon-stats.txt                   |  2 ++
 include/hw/pci/pci.h                            |  1 +
 include/standard-headers/linux/virtio_balloon.h |  4 ++-
 hw/i386/intel_iommu.c                           | 42 ++++++++++++++++++-------
 hw/pci-host/q35.c                               | 17 ++++++----
 hw/virtio/virtio-balloon.c                      |  2 ++
 7 files changed, 50 insertions(+), 19 deletions(-)


Re: [Qemu-devel] [PULL 0/4] pc, pci, virtio: fixes, features
Posted by Peter Maydell 7 years, 6 months ago
On 27 April 2018 at 04:29, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 4743c23509a51bd4ee85cc272287a41917d1be35:
>
>   Update version for v2.12.0 release (2018-04-24 16:44:55 +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 fb6fd86f712c73a40fbe0c6be86d4635239b1304:
>
>   virtio-balloon: add hugetlb page allocation counts (2018-04-27 06:25:27 +0300)
>
> ----------------------------------------------------------------
> pc, pci, virtio: fixes, features
>
> A bugfix that just missed 2.12, a new PCI,
> and a new virtio balloon stat.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

> Peter Xu (1):
>       intel-iommu: send PSI always when notify_unmap set

This patch is still missing:
 * a clear description of when the bug applies and its severity
 * a cc:stable marking

Please can you fix that and resend?

thanks
-- PMM

Re: [Qemu-devel] [PULL 0/4] pc, pci, virtio: fixes, features
Posted by Michael S. Tsirkin 7 years, 6 months ago
On Fri, Apr 27, 2018 at 10:49:06AM +0100, Peter Maydell wrote:
> On 27 April 2018 at 04:29, Michael S. Tsirkin <mst@redhat.com> wrote:
> > The following changes since commit 4743c23509a51bd4ee85cc272287a41917d1be35:
> >
> >   Update version for v2.12.0 release (2018-04-24 16:44:55 +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 fb6fd86f712c73a40fbe0c6be86d4635239b1304:
> >
> >   virtio-balloon: add hugetlb page allocation counts (2018-04-27 06:25:27 +0300)
> >
> > ----------------------------------------------------------------
> > pc, pci, virtio: fixes, features
> >
> > A bugfix that just missed 2.12, a new PCI,
> > and a new virtio balloon stat.
> >
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> 
> > Peter Xu (1):
> >       intel-iommu: send PSI always when notify_unmap set
> 
> This patch is still missing:
>  * a clear description of when the bug applies and its severity

I'm still working on that. Do we want to defer merging until we have
that?

>  * a cc:stable marking

Will do.

> Please can you fix that and resend?
> 
> thanks
> -- PMM

Re: [Qemu-devel] [PULL 0/4] pc, pci, virtio: fixes, features
Posted by Peter Maydell 7 years, 6 months ago
On 27 April 2018 at 16:21, Michael S. Tsirkin <mst@redhat.com> wrote:
> On Fri, Apr 27, 2018 at 10:49:06AM +0100, Peter Maydell wrote:
>> On 27 April 2018 at 04:29, Michael S. Tsirkin <mst@redhat.com> wrote:
>> > The following changes since commit 4743c23509a51bd4ee85cc272287a41917d1be35:
>> >
>> >   Update version for v2.12.0 release (2018-04-24 16:44:55 +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 fb6fd86f712c73a40fbe0c6be86d4635239b1304:
>> >
>> >   virtio-balloon: add hugetlb page allocation counts (2018-04-27 06:25:27 +0300)
>> >
>> > ----------------------------------------------------------------
>> > pc, pci, virtio: fixes, features
>> >
>> > A bugfix that just missed 2.12, a new PCI,
>> > and a new virtio balloon stat.
>> >
>> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>>
>> > Peter Xu (1):
>> >       intel-iommu: send PSI always when notify_unmap set
>>
>> This patch is still missing:
>>  * a clear description of when the bug applies and its severity
>
> I'm still working on that. Do we want to defer merging until we have
> that?
>
>>  * a cc:stable marking
>
> Will do.

I guess if we've cc:'d stable that will be sufficient to flag
it to interested parties, and we can advertise it more widely
via other channels if it turns out to require it, once we have
that info.

thanks
-- PMM