From patchwork Wed Nov 9 14:57:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 81519 Delivered-To: patch@linaro.org Received: by 10.140.97.165 with SMTP id m34csp245293qge; Wed, 9 Nov 2016 07:10:16 -0800 (PST) X-Received: by 10.129.158.144 with SMTP id v138mr84518ywg.282.1478704216556; Wed, 09 Nov 2016 07:10:16 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id a84si867ywe.383.2016.11.09.07.10.16 for (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 09 Nov 2016 07:10:16 -0800 (PST) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; dkim=fail header.i=@linaro.org; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from localhost ([::1]:40480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4UVz-0001yL-Mv for patch@linaro.org; Wed, 09 Nov 2016 10:10:15 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4UKB-0000XT-7N for qemu-devel@nongnu.org; Wed, 09 Nov 2016 09:58:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4UK9-0002GY-Ou for qemu-devel@nongnu.org; Wed, 09 Nov 2016 09:58:03 -0500 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:36718) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c4UK9-0002G0-HZ for qemu-devel@nongnu.org; Wed, 09 Nov 2016 09:58:01 -0500 Received: by mail-wm0-x22e.google.com with SMTP id p190so313277188wmp.1 for ; Wed, 09 Nov 2016 06:58:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=+4cE8vtmEAEfAuawjhWkxtOyDW2S6tGHS0XgRBuQsY4=; b=SspLk8QJfoKd53KLK1W/5GKpAJ7NgAnrYgKA/ZxtblmbU+4fbwT2ZAfaNxQRYl2aQW 8OtpJz3UabNwjLvkeB2L6HmKyIZBWtjxm3FOYz9gcvJJs/nqjpildDdhACOSLjp+0JZA QW5NuJ7Fh+jpTBAUbodRVXL5Bhqp2cIIogQxA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=+4cE8vtmEAEfAuawjhWkxtOyDW2S6tGHS0XgRBuQsY4=; b=WrtiLfZlx56cnmrmoSBzl7MHUgjpyaAosSoKOe4MiUBcYbS69PQELtiTE/hrZJ6QnG 5vPvkMhEaLH4kDqMc1rX7j8Dk4Fe9TfeW3wuY4lk7LjFbs8fkph9tqg157lx/IGFxUgU VT8FyyAdCjs+Jy8tCiIFEw5m8jiQ2KLrE6bLlBq58Xw9MWU2ygLYVhr9tbVHMdLUBdbz 2JTWqLrWA11+d9/eWrwDn2Kyy1Vzd1Dsrjqc/XeAKj8Chz6binmuj575XPrSQg4e2etE Oms82BSmwd0CrfouHtypneqQ1/fyp5qczY6OJDOdfzMOJPmsiFeJb7JE7+aGPDMhZ9S6 LtQQ== X-Gm-Message-State: ABUngveJflhbaBlNnS9nc1D7gjmnFb7nRpap7SH2mJyKcYmVPs7nvfMD9t22tKT5DiUIARka X-Received: by 10.28.226.7 with SMTP id z7mr718783wmg.83.1478703480123; Wed, 09 Nov 2016 06:58:00 -0800 (PST) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id k74sm655888wmd.18.2016.11.09.06.57.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Nov 2016 06:57:59 -0800 (PST) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id F37563E03D6; Wed, 9 Nov 2016 14:57:56 +0000 (GMT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: pbonzini@redhat.com Date: Wed, 9 Nov 2016 14:57:32 +0000 Message-Id: <20161109145748.27282-4-alex.bennee@linaro.org> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20161109145748.27282-1-alex.bennee@linaro.org> References: <20161109145748.27282-1-alex.bennee@linaro.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::22e Subject: [Qemu-devel] [PATCH v6 03/19] tcg: add kick timer for single-threaded vCPU emulation 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: mttcg@listserver.greensocs.com, peter.maydell@linaro.org, claudio.fontana@huawei.com, nikunj@linux.vnet.ibm.com, Peter Crosthwaite , jan.kiszka@siemens.com, mark.burton@greensocs.com, a.rigo@virtualopensystems.com, qemu-devel@nongnu.org, cota@braap.org, serge.fdrv@gmail.com, bobby.prani@gmail.com, rth@twiddle.net, =?UTF-8?q?Alex=20Benn=C3=A9e?= , fred.konrad@greensocs.com Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: "Qemu-devel" Currently we rely on the side effect of the main loop grabbing the iothread_mutex to give any long running basic block chains a kick to ensure the next vCPU is scheduled. As this code is being re-factored and rationalised we now do it explicitly here. Signed-off-by: Alex Bennée --- v2 - re-base fixes - get_ticks_per_sec() -> NANOSECONDS_PER_SEC v3 - add define for TCG_KICK_FREQ - fix checkpatch warning v4 - wrap next calc in inline qemu_tcg_next_kick() instead of macro v5 - move all kick code into own section - use global for timer - add helper functions to start/stop timer - stop timer when all cores paused --- cpus.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) -- 2.10.1 Reviewed-by: Richard Henderson diff --git a/cpus.c b/cpus.c index 73ff851..b3bf7b8 100644 --- a/cpus.c +++ b/cpus.c @@ -736,6 +736,52 @@ void configure_icount(QemuOpts *opts, Error **errp) } /***********************************************************/ +/* TCG vCPU kick timer + * + * The kick timer is responsible for moving single threaded vCPU + * emulation on to the next vCPU. If more than one vCPU is running a + * timer event with force a cpu->exit so the next vCPU can get + * scheduled. + * + * The timer is removed if all vCPUs are idle and restarted again once + * idleness is complete. + */ + +static QEMUTimer *tcg_kick_vcpu_timer; + +static void qemu_cpu_kick_no_halt(void); + +#define TCG_KICK_PERIOD (NANOSECONDS_PER_SECOND / 10) + +static inline int64_t qemu_tcg_next_kick(void) +{ + return qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + TCG_KICK_PERIOD; +} + +static void kick_tcg_thread(void *opaque) +{ + timer_mod(tcg_kick_vcpu_timer, qemu_tcg_next_kick()); + qemu_cpu_kick_no_halt(); +} + +static void start_tcg_kick_timer(void) +{ + if (!tcg_kick_vcpu_timer && CPU_NEXT(first_cpu)) { + tcg_kick_vcpu_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, kick_tcg_thread, NULL); + timer_mod(tcg_kick_vcpu_timer, qemu_tcg_next_kick()); + } +} + +static void stop_tcg_kick_timer(void) +{ + if (tcg_kick_vcpu_timer) { + timer_del(tcg_kick_vcpu_timer); + tcg_kick_vcpu_timer = NULL; + } +} + + +/***********************************************************/ void hw_error(const char *fmt, ...) { va_list ap; @@ -989,9 +1035,12 @@ static void qemu_wait_io_event_common(CPUState *cpu) static void qemu_tcg_wait_io_event(CPUState *cpu) { while (all_cpu_threads_idle()) { + stop_tcg_kick_timer(); qemu_cond_wait(cpu->halt_cond, &qemu_global_mutex); } + start_tcg_kick_timer(); + while (iothread_requesting_mutex) { qemu_cond_wait(&qemu_io_proceeded_cond, &qemu_global_mutex); } @@ -1191,6 +1240,15 @@ static void deal_with_unplugged_cpus(void) } } +/* Single-threaded TCG + * + * In the single-threaded case each vCPU is simulated in turn. If + * there is more than a single vCPU we create a simple timer to kick + * the vCPU and ensure we don't get stuck in a tight loop in one vCPU. + * This is done explicitly rather than relying on side-effects + * elsewhere. + */ + static void *qemu_tcg_cpu_thread_fn(void *arg) { CPUState *cpu = arg; @@ -1217,6 +1275,8 @@ static void *qemu_tcg_cpu_thread_fn(void *arg) } } + start_tcg_kick_timer(); + /* process any pending work */ atomic_mb_set(&exit_request, 1);