From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v3 0/4] Make kvm_device_ops registration dynamic Date: Thu, 11 Sep 2014 18:12:13 +0100 Message-ID: <20140911171213.GC6158@arm.com> References: <1409650056-27065-1-git-send-email-will.deacon@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "cornelia.huck@de.ibm.com" , "Alex.Williamson@redhat.com" , "agraf@suse.de" , "gleb@kernel.org" , "pbonzini@redhat.com" , Marc Zyngier , "christoffer.dall@linaro.org" To: "kvm@vger.kernel.org" , "kvmarm@lists.cs.columbia.edu" Return-path: Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:56145 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750899AbaIKRM0 (ORCPT ); Thu, 11 Sep 2014 13:12:26 -0400 Content-Disposition: inline In-Reply-To: <1409650056-27065-1-git-send-email-will.deacon@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: Hi Paolo, On Tue, Sep 02, 2014 at 10:27:32AM +0100, Will Deacon wrote: > Hi all, > > This is version 3 of the patches originally posted here: > > v1: http://www.spinics.net/lists/kvm-arm/msg10219.html > v2: http://www.spinics.net/lists/kvm/msg105197.html > > Changes since v2 include: > > - Rebased onto 3.17-rc* (the vgic code changed a lot!) > - Added relevant acks > > The mpic, flic and xics are still not ported over, as I don't want to > risk breaking those devices (it's not clear at which point they need to > be registered). Any further comments on this lot? Will