From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0rtA-0008CK-JB for qemu-devel@nongnu.org; Tue, 16 Dec 2014 08:10:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0rt2-0004Vv-UP for qemu-devel@nongnu.org; Tue, 16 Dec 2014 08:10:08 -0500 Received: from mail-ig0-f182.google.com ([209.85.213.182]:37250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0rt2-0004Vk-Ql for qemu-devel@nongnu.org; Tue, 16 Dec 2014 08:10:00 -0500 Received: by mail-ig0-f182.google.com with SMTP id hn15so6929006igb.15 for ; Tue, 16 Dec 2014 05:09:59 -0800 (PST) MIME-Version: 1.0 Date: Tue, 16 Dec 2014 14:09:59 +0100 Message-ID: From: alvise rigo Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] TCG multithreaded List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mttcg@listserver.greensocs.com Cc: VirtualOpenSystems Technical Team , QEMU Developers Hello, Related to TCG multithreaded, at Virtual Open Systems, we have also been working on it. More specifically we are looking on how to enable a basic multithreaded vCPU infrastructure with one cache per CPU. We intend to focus on the vCPU private tcg structures (instantiation/initialization), as initial activity. As soon as we have completed a first implementation, the plan is then to run bare-metal test cases to verify basic thread functionality and highlight future improvements (atomicity, tb invalidation, etc.). Kind regards, alvise