From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: KVM on ARM64 Date: Thu, 7 Aug 2014 22:03:08 +0200 Message-ID: <20140807200308.GA12895@lvm> References: <53E0E7AE.90402@amd.com> <53E25C45.9050603@amd.com> <53E3C011.4010406@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Mathew Li , Joel Schopp , KVM To: Wei Huang Return-path: Received: from mail-lb0-f182.google.com ([209.85.217.182]:56070 "EHLO mail-lb0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754807AbaHGUDO (ORCPT ); Thu, 7 Aug 2014 16:03:14 -0400 Received: by mail-lb0-f182.google.com with SMTP id z11so3152598lbi.27 for ; Thu, 07 Aug 2014 13:03:12 -0700 (PDT) Content-Disposition: inline In-Reply-To: <53E3C011.4010406@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Aug 07, 2014 at 01:06:09PM -0500, Wei Huang wrote: > > > On 08/07/2014 12:53 PM, Christoffer Dall wrote: > >Currently we only model a virtual machine board (the -machine > >type=virt parameter) which has a UART, a flash, an RTC, and a bunch of > >virtio-mmio channelse. > > > >Once we either emulate a real aarch64 board (with whatever peripherals > >it may have) or add a PCI controller to the virt board, then you can > Out of curiosity, any particular of PCI controller in your mind? I > have seen people using Synopsys IP in real SOC; but wonder if > anything else? > We are looking at adding a generic PCI controller (which is what Alvise is also working on). Will Deacon did the original work for ARM and Liviu Dudau is doing the ARM64 version (look in lakml). -Christoffer