mbox

[PULL,0/2] pc,virtio: last minute bugfixes

Message ID 20210406111359.302193-1-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 April 6, 2021, 11:14 a.m. UTC
The following changes since commit 11577d85b1a6939380bd16ed9a861653194de044:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2021-04-02 11:53:19 +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 d83f46d189a26fa32434139954d264326f199a45:

  virtio-pci: compat page aligned ATS (2021-04-06 07:11:36 -0400)

----------------------------------------------------------------
pc,virtio: last minute bugfixes

Two last minute bugfixes. They are both designed to prevent
compatibility headaches down the road.

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

----------------------------------------------------------------
Jason Wang (1):
      virtio-pci: compat page aligned ATS

Paolo Bonzini (1):
      x86: rename oem-id and oem-table-id properties

 hw/virtio/virtio-pci.h         |  5 +++++
 include/hw/i386/x86.h          |  4 ++--
 include/hw/pci/pcie.h          |  2 +-
 hw/arm/virt.c                  |  8 ++++----
 hw/core/machine.c              |  1 +
 hw/pci/pcie.c                  | 10 ++++++----
 hw/virtio/virtio-pci.c         |  5 ++++-
 tests/qtest/bios-tables-test.c |  2 +-
 8 files changed, 24 insertions(+), 13 deletions(-)

Comments

Peter Maydell April 6, 2021, 3:03 p.m. UTC | #1
On Tue, 6 Apr 2021 at 12:14, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> The following changes since commit 11577d85b1a6939380bd16ed9a861653194de044:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2021-04-02 11:53:19 +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 d83f46d189a26fa32434139954d264326f199a45:
>
>   virtio-pci: compat page aligned ATS (2021-04-06 07:11:36 -0400)
>
> ----------------------------------------------------------------
> pc,virtio: last minute bugfixes
>
> Two last minute bugfixes. They are both designed to prevent
> compatibility headaches down the road.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM