From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkcHC-0008Ev-J5 for qemu-devel@nongnu.org; Wed, 23 Aug 2017 16:29:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkcH7-000894-Mg for qemu-devel@nongnu.org; Wed, 23 Aug 2017 16:29:22 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:37941) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dkcH7-00088l-GN for qemu-devel@nongnu.org; Wed, 23 Aug 2017 16:29:17 -0400 Received: by mail-wm0-f41.google.com with SMTP id l19so6833810wmi.1 for ; Wed, 23 Aug 2017 13:29:17 -0700 (PDT) References: From: Paolo Bonzini Message-ID: <3cf9e9c9-3320-46c2-b8d7-2e77986863d4@redhat.com> Date: Wed, 23 Aug 2017 22:29:14 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] RFC: qemu RISC-V List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KONRAD Frederic , QEMU Developers , sw-dev@groups.riscv.org Cc: kbastian@mail.uni-paderborn.de On 23/08/2017 21:25, KONRAD Frederic wrote: > Hi all, > > I found somes slides about RISC-V at the KVM forum 2016. > > Seems the upstreaming process should have started in september 2016 but > I didn't see anything. > > Is that still planed? We're waiting from the privileged interface specification to become stable. The linux-user emulation could go in now (for some value of now), but the RISC-V people wanted to have the system emulation first. Paolo