mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
buildsys: Stop checking for ESA/390 host
We still build QEMU tools on 32-bit hosts (see commitcf634dfcd8), however no OS supported by QEMU still runs on ESA/390 (Linux dropped support in release 4.1 in 2015). Remove the configure check, directly checking for the 64-bit z/Architecture. Also per commit3704993f54from 2020: "we don't support s390, only 64-bit s390x hosts". Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20260519171240.97420-4-philmd@linaro.org> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
committed by
Cornelia Huck
parent
7a2cbd33b9
commit
23cec0b2cd
@@ -79,7 +79,7 @@
|
||||
#include <linux/hdreg.h>
|
||||
#include <linux/magic.h>
|
||||
#include <scsi/sg.h>
|
||||
#ifdef __s390__
|
||||
#ifdef __s390x__
|
||||
#include <asm/dasd.h>
|
||||
#endif
|
||||
#ifndef FS_NOCOW_FL
|
||||
|
||||
Reference in New Issue
Block a user