From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ2l0-0007qm-8X for qemu-devel@nongnu.org; Tue, 12 Jan 2016 12:29:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJ2kv-00066O-Mo for qemu-devel@nongnu.org; Tue, 12 Jan 2016 12:29:22 -0500 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:35671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJ2kv-000664-D4 for qemu-devel@nongnu.org; Tue, 12 Jan 2016 12:29:17 -0500 Received: by mail-wm0-x236.google.com with SMTP id f206so262167516wmf.0 for ; Tue, 12 Jan 2016 09:29:17 -0800 (PST) From: Alex =?utf-8?Q?Benn=C3=A9e?= Date: Tue, 12 Jan 2016 17:29:14 +0000 Message-ID: <87oacqd7v9.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] Status of my hacks on the MTTCG WIP branch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KONRAD Frederic Cc: MTTCG Devel , Paolo Bonzini , pranith kumar , QEMU Developers , alvise rigo Hi Fred, OK so I've made progress with the WIP branch you gave me to look at. Basically I've: * re-based to recent master * fixed up exit_request/tcg_current_cpu (in tcg: switch on multithread) * dropped the TLS exit_request and tcg_current_cpu patch * dropped the WIP: lock patch (was breaking virtio due pushing up locks) And I can boot upand run a -smp 2-4 arm system without any major issues. For reference see: https://github.com/stsquad/qemu/tree/mttcg/multi_tcg_v8_wip_ajb_fix_locks What issues are you currently looking at with your work? -- Alex Bennée