From nobody Wed May 8 03:20:38 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1555967705; cv=none; d=zoho.com; s=zohoarc; b=jLGvtENxTOdDt/NqkyzXouaUSw5gUo7sOjb13qyM99CsYwQH6TJpKF7q0n67EVcfqjjNoI7dGuHBYl2Svv7a8jkSIaGuEDJKUM0elGPsEy4znpM544rVgREjqUMM5v/2q02JhLiziH1hBNnDLxZKtIV6SWUmxfaxX7QPjpwjSFk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1555967705; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=jAch+PoCLq4Hpqo92ECRsOVSVfzONmpPaUoVOmaQSts=; b=Qxnm98ImMvKu2YEq3TE7SX981XTh+AIh3/ZMJL1QNnYUWxG2N2doGRamYJwB0Eqn44odEWCrS1Q209cL+Lkbnu0EVVMPfkZIBU97yjwAu0x6apw/QqnRumg4jxMeXcAXTl9dXaFtav0UeMGHVMVYPbzxuhwcFM+GM2yECpCxYJw= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1555967705823853.8610781104285; Mon, 22 Apr 2019 14:15:05 -0700 (PDT) Received: from localhost ([127.0.0.1]:44318 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIgHG-0004XV-Ro for importer@patchew.org; Mon, 22 Apr 2019 17:15:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIgED-0002Td-Nt for qemu-devel@nongnu.org; Mon, 22 Apr 2019 17:11:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hIg7R-0000GT-Dw for qemu-devel@nongnu.org; Mon, 22 Apr 2019 17:04:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44818) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hIg7R-0000Fw-6M for qemu-devel@nongnu.org; Mon, 22 Apr 2019 17:04:53 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6B3C3308339B for ; Mon, 22 Apr 2019 21:04:52 +0000 (UTC) Received: from localhost (ovpn-116-9.gru2.redhat.com [10.97.116.9]) by smtp.corp.redhat.com (Postfix) with ESMTP id EF2F75D9CA; Mon, 22 Apr 2019 21:04:51 +0000 (UTC) From: Eduardo Habkost To: qemu-devel@nongnu.org Date: Mon, 22 Apr 2019 18:04:46 -0300 Message-Id: <20190422210448.2488-2-ehabkost@redhat.com> In-Reply-To: <20190422210448.2488-1-ehabkost@redhat.com> References: <20190422210448.2488-1-ehabkost@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Mon, 22 Apr 2019 21:04:52 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 1/3] qtest: Move accel code to accel/qtest.c X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Laurent Vivier , Paolo Bonzini , Thomas Huth Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" QTest has two parts: the server (-qtest) and the accelerator (-machine accel=3Dqtest). The accelerator depends on CONFIG_POSIX due to its usage of sigwait(), but the server doesn't. Move the accel code to accel/qtest.c. Later we will disable compilation of accel/qtest.c on non-POSIX systems. Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daud=C3=A9 Tested-by: Philippe Mathieu-Daud=C3=A9 --- accel/qtest.c | 55 +++++++++++++++++++++++++++++++++++++++++++++ qtest.c | 34 ---------------------------- accel/Makefile.objs | 1 + 3 files changed, 56 insertions(+), 34 deletions(-) create mode 100644 accel/qtest.c diff --git a/accel/qtest.c b/accel/qtest.c new file mode 100644 index 0000000000..a02b3c26c7 --- /dev/null +++ b/accel/qtest.c @@ -0,0 +1,55 @@ +/* + * QTest accelerator code + * + * Copyright IBM, Corp. 2011 + * + * Authors: + * Anthony Liguori + * + * This work is licensed under the terms of the GNU GPL, version 2 or late= r. + * See the COPYING file in the top-level directory. + * + */ + +#include "qemu/osdep.h" +#include "qapi/error.h" +#include "qemu/module.h" +#include "qemu/option.h" +#include "qemu/config-file.h" +#include "sysemu/accel.h" +#include "sysemu/qtest.h" +#include "sysemu/cpus.h" + +static int qtest_init_accel(MachineState *ms) +{ + QemuOpts *opts =3D qemu_opts_create(qemu_find_opts("icount"), NULL, 0, + &error_abort); + qemu_opt_set(opts, "shift", "0", &error_abort); + configure_icount(opts, &error_abort); + qemu_opts_del(opts); + return 0; +} + +static void qtest_accel_class_init(ObjectClass *oc, void *data) +{ + AccelClass *ac =3D ACCEL_CLASS(oc); + ac->name =3D "QTest"; + ac->available =3D qtest_available; + ac->init_machine =3D qtest_init_accel; + ac->allowed =3D &qtest_allowed; +} + +#define TYPE_QTEST_ACCEL ACCEL_CLASS_NAME("qtest") + +static const TypeInfo qtest_accel_type =3D { + .name =3D TYPE_QTEST_ACCEL, + .parent =3D TYPE_ACCEL, + .class_init =3D qtest_accel_class_init, +}; + +static void qtest_type_init(void) +{ + type_register_static(&qtest_accel_type); +} + +type_init(qtest_type_init); diff --git a/qtest.c b/qtest.c index 527141785f..f2e2f27778 100644 --- a/qtest.c +++ b/qtest.c @@ -749,16 +749,6 @@ static void qtest_event(void *opaque, int event) } } =20 -static int qtest_init_accel(MachineState *ms) -{ - QemuOpts *opts =3D qemu_opts_create(qemu_find_opts("icount"), NULL, 0, - &error_abort); - qemu_opt_set(opts, "shift", "0", &error_abort); - configure_icount(opts, &error_abort); - qemu_opts_del(opts); - return 0; -} - void qtest_init(const char *qtest_chrdev, const char *qtest_log, Error **e= rrp) { Chardev *chr; @@ -791,27 +781,3 @@ bool qtest_driver(void) { return qtest_chr.chr !=3D NULL; } - -static void qtest_accel_class_init(ObjectClass *oc, void *data) -{ - AccelClass *ac =3D ACCEL_CLASS(oc); - ac->name =3D "QTest"; - ac->available =3D qtest_available; - ac->init_machine =3D qtest_init_accel; - ac->allowed =3D &qtest_allowed; -} - -#define TYPE_QTEST_ACCEL ACCEL_CLASS_NAME("qtest") - -static const TypeInfo qtest_accel_type =3D { - .name =3D TYPE_QTEST_ACCEL, - .parent =3D TYPE_ACCEL, - .class_init =3D qtest_accel_class_init, -}; - -static void qtest_type_init(void) -{ - type_register_static(&qtest_accel_type); -} - -type_init(qtest_type_init); diff --git a/accel/Makefile.objs b/accel/Makefile.objs index c3718a10c5..2a5ed46940 100644 --- a/accel/Makefile.objs +++ b/accel/Makefile.objs @@ -1,4 +1,5 @@ obj-$(CONFIG_SOFTMMU) +=3D accel.o +obj-$(CONFIG_SOFTMMU) +=3D qtest.o obj-$(CONFIG_KVM) +=3D kvm/ obj-$(CONFIG_TCG) +=3D tcg/ obj-y +=3D stubs/ --=20 2.18.0.rc1.1.g3f1ff2140 From nobody Wed May 8 03:20:38 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1555967605; cv=none; d=zoho.com; s=zohoarc; b=i2quHnkDZlChINtdFTiHhEixOuSfmTP7AxpYuIQJEqqjwzm1uaUv0ucWqhQx7oReSoVXZJ1XygKt7uq8fmxkKw8c5qe38o7+g6X2nDRlNHpuiSerPIHL1pabHeF5JPMpgIGOremakqglQjbUpK3M0ssWNOrQgHu0rOjA7jui+m8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1555967605; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=1l3hb6Esc2ANAzwMQeYWM8WVk2fasVJQvn9xlDKQrEI=; b=Wgu2JpvFe6oYY/hCZfbKb2tVfMfuXCReK1HXQUL1Rxm+wmL7NM+vYo9IqNFz1yTQKNMapBICGD+gIZG4Yzp9sZ7TVL+w3wRCHzzIAgU/ix7cRkaZVsNOcGbHMsJeIQTpPJBGdj6KN1YgdHQu8WzmrmiPoJSSLqYHYD/XH2HeQ6s= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1555967605221825.6840899384298; Mon, 22 Apr 2019 14:13:25 -0700 (PDT) Received: from localhost ([127.0.0.1]:44305 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIgFX-0003Lz-QZ for importer@patchew.org; Mon, 22 Apr 2019 17:13:15 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIgEC-0002UV-Ts for qemu-devel@nongnu.org; Mon, 22 Apr 2019 17:11:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hIg7T-0000HY-Ax for qemu-devel@nongnu.org; Mon, 22 Apr 2019 17:04:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38054) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hIg7T-0000H8-5K for qemu-devel@nongnu.org; Mon, 22 Apr 2019 17:04:55 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 752D83082A27 for ; Mon, 22 Apr 2019 21:04:54 +0000 (UTC) Received: from localhost (ovpn-116-9.gru2.redhat.com [10.97.116.9]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0B3EA60C64; Mon, 22 Apr 2019 21:04:53 +0000 (UTC) From: Eduardo Habkost To: qemu-devel@nongnu.org Date: Mon, 22 Apr 2019 18:04:47 -0300 Message-Id: <20190422210448.2488-3-ehabkost@redhat.com> In-Reply-To: <20190422210448.2488-1-ehabkost@redhat.com> References: <20190422210448.2488-1-ehabkost@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Mon, 22 Apr 2019 21:04:54 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 2/3] qtest: Don't compile qtest accel on non-POSIX systems X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Laurent Vivier , Paolo Bonzini , Thomas Huth Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" qtest_available() will always return 0 on non-POSIX systems. It's simpler to just not compile the accelerator code on those systems instead of relying on the AccelClass::available function. Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Thomas Huth Tested-by: Philippe Mathieu-Daud=C3=A9 --- include/sysemu/qtest.h | 9 --------- accel/qtest.c | 1 - accel/Makefile.objs | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/include/sysemu/qtest.h b/include/sysemu/qtest.h index 70aa40aa72..096ddfc20c 100644 --- a/include/sysemu/qtest.h +++ b/include/sysemu/qtest.h @@ -27,13 +27,4 @@ bool qtest_driver(void); =20 void qtest_init(const char *qtest_chrdev, const char *qtest_log, Error **e= rrp); =20 -static inline int qtest_available(void) -{ -#ifdef CONFIG_POSIX - return 1; -#else - return 0; -#endif -} - #endif diff --git a/accel/qtest.c b/accel/qtest.c index a02b3c26c7..5b88f55921 100644 --- a/accel/qtest.c +++ b/accel/qtest.c @@ -34,7 +34,6 @@ static void qtest_accel_class_init(ObjectClass *oc, void = *data) { AccelClass *ac =3D ACCEL_CLASS(oc); ac->name =3D "QTest"; - ac->available =3D qtest_available; ac->init_machine =3D qtest_init_accel; ac->allowed =3D &qtest_allowed; } diff --git a/accel/Makefile.objs b/accel/Makefile.objs index 2a5ed46940..8b498d39d8 100644 --- a/accel/Makefile.objs +++ b/accel/Makefile.objs @@ -1,5 +1,5 @@ obj-$(CONFIG_SOFTMMU) +=3D accel.o -obj-$(CONFIG_SOFTMMU) +=3D qtest.o +obj-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_POSIX)) +=3D qtest.o obj-$(CONFIG_KVM) +=3D kvm/ obj-$(CONFIG_TCG) +=3D tcg/ obj-y +=3D stubs/ --=20 2.18.0.rc1.1.g3f1ff2140 From nobody Wed May 8 03:20:38 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1555967605; cv=none; d=zoho.com; s=zohoarc; b=gZndO1KTrpgQZfFzcnmLWVnxFhW0RzR/sz0pJ2iU20ik0ql4T2iyt9kQ0x1mMuKmAkJFlZVjQ6q0Uqj5oL8vTkO5skU1b5+1cp8Z3gW8cxN40dts1UkhwlfdsHGDBMraokjjIdHpGNC+cGAWVHRVstGSIOHQnFvNZteGQnCbgc4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1555967605; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=8oAARtaKfSCBaHFBLWZJXQN1IFYixWVPlaOn6dwWnHI=; b=U9Ig+DzOm+doVHOnBkJfFrcNaf3y9Q8+lcRknWejD2B8CHwwwQKdFvYD0WP5hjUaY2iJkspO4Kk3NiWnrO83QWzyCv/K901fgWlflO6CTrLg99aqxOerSVTO491jqcMlsnneOB86/bt9hie6GLhgUeI5tafweTUgj/ZSUSw3NrU= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1555967605227646.3401217491289; Mon, 22 Apr 2019 14:13:25 -0700 (PDT) Received: from localhost ([127.0.0.1]:44303 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIgFX-0003Lk-MN for importer@patchew.org; Mon, 22 Apr 2019 17:13:15 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIgEC-0002Td-OY for qemu-devel@nongnu.org; Mon, 22 Apr 2019 17:11:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hIg7V-0000Id-Ad for qemu-devel@nongnu.org; Mon, 22 Apr 2019 17:04:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35346) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hIg7V-0000II-5N for qemu-devel@nongnu.org; Mon, 22 Apr 2019 17:04:57 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 76DF537F43 for ; Mon, 22 Apr 2019 21:04:56 +0000 (UTC) Received: from localhost (ovpn-116-9.gru2.redhat.com [10.97.116.9]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0AFE25D9C8; Mon, 22 Apr 2019 21:04:55 +0000 (UTC) From: Eduardo Habkost To: qemu-devel@nongnu.org Date: Mon, 22 Apr 2019 18:04:48 -0300 Message-Id: <20190422210448.2488-4-ehabkost@redhat.com> In-Reply-To: <20190422210448.2488-1-ehabkost@redhat.com> References: <20190422210448.2488-1-ehabkost@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 22 Apr 2019 21:04:56 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 3/3] accel: Remove unused AccelClass::available field X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Laurent Vivier , Paolo Bonzini , Thomas Huth Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The field is not used anymore, we can remove it. Signed-off-by: Eduardo Habkost Reviewed-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Thomas Huth Tested-by: Philippe Mathieu-Daud=C3=A9 --- include/sysemu/accel.h | 1 - accel/accel.c | 5 ----- 2 files changed, 6 deletions(-) diff --git a/include/sysemu/accel.h b/include/sysemu/accel.h index 5565e00a96..70e9e2f2a1 100644 --- a/include/sysemu/accel.h +++ b/include/sysemu/accel.h @@ -38,7 +38,6 @@ typedef struct AccelClass { =20 const char *opt_name; const char *name; - int (*available)(void); int (*init_machine)(MachineState *ms); void (*setup_post)(MachineState *ms, AccelState *accel); bool *allowed; diff --git a/accel/accel.c b/accel/accel.c index 454fef9d92..5fa31717b4 100644 --- a/accel/accel.c +++ b/accel/accel.c @@ -107,11 +107,6 @@ void configure_accelerator(MachineState *ms, const cha= r *progname) if (!acc) { continue; } - if (acc->available && !acc->available()) { - printf("%s not supported for this target\n", - acc->name); - continue; - } ret =3D accel_init_machine(acc, ms); if (ret < 0) { init_failed =3D true; --=20 2.18.0.rc1.1.g3f1ff2140