From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v3 0/4] Make kvm_device_ops registration dynamic Date: Tue, 16 Sep 2014 12:33:27 +0200 Message-ID: <541811F7.7050602@redhat.com> References: <1409650056-27065-1-git-send-email-will.deacon@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Cc: cornelia.huck@de.ibm.com, Alex.Williamson@redhat.com, agraf@suse.de, gleb@kernel.org, marc.zyngier@arm.com, christoffer.dall@linaro.org, Paul Mackerras To: Will Deacon , kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu Return-path: Received: from mx1.redhat.com ([209.132.183.28]:16819 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753173AbaIPKdy (ORCPT ); Tue, 16 Sep 2014 06:33:54 -0400 In-Reply-To: <1409650056-27065-1-git-send-email-will.deacon@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 02/09/2014 11:27, Will Deacon ha scritto: > The mpic, flic and xics are still not ported over, as I don't want to > risk breaking those devices Actually FLIC is ported. :) > > arch/s390/kvm/kvm-s390.c | 3 +- > arch/s390/kvm/kvm-s390.h | 1 + > include/linux/kvm_host.h | 4 +- > include/uapi/linux/kvm.h | 22 +++++-- > virt/kvm/arm/vgic.c | 157 ++++++++++++++++++++++++----------------------- > virt/kvm/kvm_main.c | 57 +++++++++-------- > virt/kvm/vfio.c | 22 ++++--- > 7 files changed, 142 insertions(+), 124 deletions(-) > Thanks, applying to kvm/queue. Alex (Graf) and Paul, can you look at MPIC and XICS? Paolo