From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brNw3-0008Vr-Qy for qemu-devel@nongnu.org; Tue, 04 Oct 2016 07:31:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brNvx-0007oa-W2 for qemu-devel@nongnu.org; Tue, 04 Oct 2016 07:30:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brNvx-0007o4-Pt for qemu-devel@nongnu.org; Tue, 04 Oct 2016 07:30:53 -0400 From: Laurent Vivier Date: Tue, 4 Oct 2016 13:30:46 +0200 Message-Id: <1475580648-6470-1-git-send-email-lvivier@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] introduce "accel=best" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: "Michael S . Tsirkin" , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Thomas Huth , Peter Maydell , qemu-devel@nongnu.org, Stefano Stabellini , Laurent Vivier This series introduces a new parameter to "accel" to ask to use the best one. This allows to remove ugly "kvm accelerator not found" from the "make check" logs. Laurent Vivier (2): accel: allows to select the "best" accelerator tests: use accel=best instead of accel=kvm:tcg accel.c | 58 ++++++++++++++++++++++++++++++++++++++++-------- include/sysemu/accel.h | 1 + kvm-all.c | 1 + qemu-options.hx | 4 +++- qtest.c | 1 + tests/bios-tables-test.c | 2 +- tests/postcopy-test.c | 8 +++---- xen-common.c | 1 + 8 files changed, 61 insertions(+), 15 deletions(-) -- 2.7.4