[Qemu-devel] [PULL for-2.11 0/1] s390x: headers deletion fallout

Cornelia Huck posted 1 patch 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171124095949.16323-1-cohuck@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/s390x/s390-virtio-hcall.h                   |  6 ++-
include/standard-headers/asm-s390/kvm_virtio.h | 64 --------------------------
scripts/update-linux-headers.sh                |  1 -
3 files changed, 4 insertions(+), 67 deletions(-)
delete mode 100644 include/standard-headers/asm-s390/kvm_virtio.h
[Qemu-devel] [PULL for-2.11 0/1] s390x: headers deletion fallout
Posted by Cornelia Huck 6 years, 4 months ago
The following changes since commit c65d5e4e1d6841524c49a07bcdd56094f49982a4:

  configure: Deal with OpenBSD/i386 emulation linker (2017-11-23 16:52:24 +0000)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20171124

for you to fetch changes up to c1c4c2192c1c063a6c53c600bb97f20555b2a528:

  s390/kvm_virtio/linux-headers: remove traces of old virtio transport (2017-11-24 10:52:05 +0100)

----------------------------------------------------------------
Deal with the fallout from the deletion of the old s390 virtio header
in Linux master.

----------------------------------------------------------------

Christian Borntraeger (1):
  s390/kvm_virtio/linux-headers: remove traces of old virtio transport

 hw/s390x/s390-virtio-hcall.h                   |  6 ++-
 include/standard-headers/asm-s390/kvm_virtio.h | 64 --------------------------
 scripts/update-linux-headers.sh                |  1 -
 3 files changed, 4 insertions(+), 67 deletions(-)
 delete mode 100644 include/standard-headers/asm-s390/kvm_virtio.h

-- 
2.13.6


Re: [Qemu-devel] [PULL for-2.11 0/1] s390x: headers deletion fallout
Posted by Peter Maydell 6 years, 4 months ago
On 24 November 2017 at 09:59, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit c65d5e4e1d6841524c49a07bcdd56094f49982a4:
>
>   configure: Deal with OpenBSD/i386 emulation linker (2017-11-23 16:52:24 +0000)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20171124
>
> for you to fetch changes up to c1c4c2192c1c063a6c53c600bb97f20555b2a528:
>
>   s390/kvm_virtio/linux-headers: remove traces of old virtio transport (2017-11-24 10:52:05 +0100)
>
> ----------------------------------------------------------------
> Deal with the fallout from the deletion of the old s390 virtio header
> in Linux master.
>
> ----------------------------------------------------------------
>
> Christian Borntraeger (1):
>   s390/kvm_virtio/linux-headers: remove traces of old virtio transport
>
>  hw/s390x/s390-virtio-hcall.h                   |  6 ++-
>  include/standard-headers/asm-s390/kvm_virtio.h | 64 --------------------------
>  scripts/update-linux-headers.sh                |  1 -
>  3 files changed, 4 insertions(+), 67 deletions(-)
>  delete mode 100644 include/standard-headers/asm-s390/kvm_virtio.h

Applied, thanks.

-- PMM