From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWqzw-0001j4-TX for qemu-devel@nongnu.org; Thu, 17 Oct 2013 13:04:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWqzp-0003We-IA for qemu-devel@nongnu.org; Thu, 17 Oct 2013 13:04:32 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:51656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWqzp-0003Vy-Cc for qemu-devel@nongnu.org; Thu, 17 Oct 2013 13:04:25 -0400 Received: by mail-pa0-f53.google.com with SMTP id kq14so3071071pab.40 for ; Thu, 17 Oct 2013 10:04:22 -0700 (PDT) Date: Thu, 17 Oct 2013 10:05:05 -0700 From: Christoffer Dall Message-ID: <20131017170505.GM24837@cbox> References: <1382028526-1826-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1382028526-1826-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH v8 0/3] hw/arm: Add 'virt' platform List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: patches@linaro.org, qemu-devel@nongnu.org, kvmarm@lists.cs.columbia.edu On Thu, Oct 17, 2013 at 05:48:43PM +0100, Peter Maydell wrote: > This patch series adds a 'virt' platform which uses the > kernel's mach-virt (fully device-tree driven) support > to create a simple minimalist platform intended for > use for KVM VM guests. > > v6->v7 change is just flipping the order we put > the virtio nodes into the device tree, to match > vexpress and ppc precedent. that's v7->v8 changes right? -Christoffer