From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fD5hX-000225-Cy for qemu-devel@nongnu.org; Mon, 30 Apr 2018 06:06:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fD5hS-00016N-Bg for qemu-devel@nongnu.org; Mon, 30 Apr 2018 06:06:31 -0400 Received: from mail-wr0-f179.google.com ([209.85.128.179]:45789) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fD5hS-000157-58 for qemu-devel@nongnu.org; Mon, 30 Apr 2018 06:06:26 -0400 Received: by mail-wr0-f179.google.com with SMTP id p5-v6so7474124wre.12 for ; Mon, 30 Apr 2018 03:06:26 -0700 (PDT) References: <062deb2a-35fc-319f-b159-3b58cbf910df@redhat.com> From: Paolo Bonzini Message-ID: <367ce2f5-a3b0-9e83-6c33-7924ae7aeb23@redhat.com> Date: Mon, 30 Apr 2018 12:06:23 +0200 MIME-Version: 1.0 In-Reply-To: <062deb2a-35fc-319f-b159-3b58cbf910df@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] release retrospective, next release timing, numbering List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , Peter Maydell Cc: QEMU Developers , Stefan Hajnoczi , Markus Armbruster On 27/04/2018 18:42, Thomas Huth wrote: > On 27.04.2018 18:24, Peter Maydell wrote: >> (In the utopian far future I'd like us to have just one QEMU >> executable that could handle all architectures at once :-)) > > Yes, that would be great ... but that's really distant future, I guess. Not _that_ impossible though. Peter Crosthwaite had some initial patches for multi-arch support. Paolo