[PATCH v2 0/4] buildsys: Stop checking for ESA/390 host

Philippe Mathieu-Daudé posted 4 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260519171240.97420-1-philmd@linaro.org
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Richard Henderson <richard.henderson@linaro.org>, Cornelia Huck <cohuck@redhat.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>
MAINTAINERS                    |  6 +++---
configure                      | 12 ++----------
include/qemu/cacheflush.h      |  2 +-
include/qemu/timer.h           |  2 +-
tests/tcg/multiarch/nop_func.h |  2 +-
block/file-posix.c             |  2 +-
disas/disas-host.c             |  2 +-
util/cacheflush.c              |  2 +-
8 files changed, 11 insertions(+), 19 deletions(-)
[PATCH v2 0/4] buildsys: Stop checking for ESA/390 host
Posted by Philippe Mathieu-Daudé 1 week, 4 days ago
- Fix MAINTAINERS entries
- Remove s390 check in ./configure
- Replace __s390__ -> __s390x__

Philippe Mathieu-Daudé (4):
  MAINTAINERS: Fix s390x storage key/attribute device paths
  MAINTAINERS: Fix tcg/s390x/ path
  buildsys: Stop checking for ESA/390 host
  tests/tcg: Explicitly check for 64-bit z/Architecture

 MAINTAINERS                    |  6 +++---
 configure                      | 12 ++----------
 include/qemu/cacheflush.h      |  2 +-
 include/qemu/timer.h           |  2 +-
 tests/tcg/multiarch/nop_func.h |  2 +-
 block/file-posix.c             |  2 +-
 disas/disas-host.c             |  2 +-
 util/cacheflush.c              |  2 +-
 8 files changed, 11 insertions(+), 19 deletions(-)

-- 
2.53.0


Re: [PATCH v2 0/4] buildsys: Stop checking for ESA/390 host
Posted by Cornelia Huck 1 day, 3 hours ago
On Tue, May 19 2026, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:

> - Fix MAINTAINERS entries
> - Remove s390 check in ./configure
> - Replace __s390__ -> __s390x__
>
> Philippe Mathieu-Daudé (4):
>   MAINTAINERS: Fix s390x storage key/attribute device paths
>   MAINTAINERS: Fix tcg/s390x/ path
>   buildsys: Stop checking for ESA/390 host
>   tests/tcg: Explicitly check for 64-bit z/Architecture
>
>  MAINTAINERS                    |  6 +++---
>  configure                      | 12 ++----------
>  include/qemu/cacheflush.h      |  2 +-
>  include/qemu/timer.h           |  2 +-
>  tests/tcg/multiarch/nop_func.h |  2 +-
>  block/file-posix.c             |  2 +-
>  disas/disas-host.c             |  2 +-
>  util/cacheflush.c              |  2 +-
>  8 files changed, 11 insertions(+), 19 deletions(-)
>

Thanks, queued patches 1-3 (3 with context tweak) to s390-next.