[Qemu-devel] [PULL 0/2] virtio: fix for rc2

Michael S. Tsirkin posted 2 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1502142009-9370-1-git-send-email-mst@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
include/qom/cpu.h    | 31 +++++++++++++++++++++++++++++++
hw/i386/acpi-build.c |  4 ++--
qom/cpu.c            | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 67 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/2] virtio: fix for rc2
Posted by Michael S. Tsirkin 6 years, 8 months ago
The following changes since commit e6a74868d92f858ac33915b6772999d7de2fd288:

  build-sys: add --disable-vhost-user (2017-08-03 15:55:41 +0300)

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 e2a7f28693aea7e194ec1435697ec4feb24f8a6f:

  cpu: add APIs to allocate/free CPU environment (2017-08-08 00:31:09 +0300)

----------------------------------------------------------------
virtio: fix for rc2

It turns out there's a way to setup SHPC on Q35: just put
a PCI to PCI bridge behind a DMI to PCI one. Our _OSC is
thus incorrect.

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

----------------------------------------------------------------
Aleksandr Bezzubikov (1):
      hw/i386: allow SHPC for Q35 machine

Michael S. Tsirkin (1):
      cpu: add APIs to allocate/free CPU environment

 include/qom/cpu.h    | 31 +++++++++++++++++++++++++++++++
 hw/i386/acpi-build.c |  4 ++--
 qom/cpu.c            | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 67 insertions(+), 2 deletions(-)


Re: [Qemu-devel] [PULL 0/2] virtio: fix for rc2
Posted by Peter Maydell 6 years, 8 months ago
On 7 August 2017 at 22:40, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit e6a74868d92f858ac33915b6772999d7de2fd288:
>
>   build-sys: add --disable-vhost-user (2017-08-03 15:55:41 +0300)
>
> 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 e2a7f28693aea7e194ec1435697ec4feb24f8a6f:
>
>   cpu: add APIs to allocate/free CPU environment (2017-08-08 00:31:09 +0300)
>
> ----------------------------------------------------------------
> virtio: fix for rc2
>
> It turns out there's a way to setup SHPC on Q35: just put
> a PCI to PCI bridge behind a DMI to PCI one. Our _OSC is
> thus incorrect.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

Applied, thanks.

-- PMM