From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW3j3-0007s8-0Q for qemu-devel@nongnu.org; Thu, 12 Mar 2015 10:04:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YW3iz-0005N3-OF for qemu-devel@nongnu.org; Thu, 12 Mar 2015 10:04:36 -0400 Received: from mail-lb0-f177.google.com ([209.85.217.177]:37147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YW3iz-0005Mq-HB for qemu-devel@nongnu.org; Thu, 12 Mar 2015 10:04:33 -0400 Received: by lbdu10 with SMTP id u10so16116319lbd.4 for ; Thu, 12 Mar 2015 07:04:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1426094226-8515-1-git-send-email-eric.auger@linaro.org> References: <1426094226-8515-1-git-send-email-eric.auger@linaro.org> From: Peter Maydell Date: Thu, 12 Mar 2015 14:04:12 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v5] hw/intc/arm_gic: Initialize the vgic in the realize function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger Cc: Patch Tracking , eric.auger@st.com, QEMU Developers , Christoffer Dall , "kvmarm@lists.cs.columbia.edu" On 11 March 2015 at 17:17, Eric Auger wrote: > This patch forces vgic initialization in the vgic realize function. > It uses a new group/attribute that allows such operation: > KVM_DEV_ARM_VGIC_GRP_CTRL/KVM_DEV_ARM_VGIC_CTRL_INIT > > This earlier initialization allows, for example, to setup VFIO > signaling and irqfd after vgic initialization, on a reset notifier. > > Signed-off-by: Eric Auger Applied to target-arm.next, thanks. -- PMM From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Maydell Subject: Re: [PATCH v5] hw/intc/arm_gic: Initialize the vgic in the realize function Date: Thu, 12 Mar 2015 14:04:12 +0000 Message-ID: References: <1426094226-8515-1-git-send-email-eric.auger@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id C7C6B48A58 for ; Thu, 12 Mar 2015 09:58:12 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QqTWb7gF9orw for ; Thu, 12 Mar 2015 09:58:10 -0400 (EDT) Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 9DF7748A57 for ; Thu, 12 Mar 2015 09:58:10 -0400 (EDT) Received: by lbiz11 with SMTP id z11so16188303lbi.3 for ; Thu, 12 Mar 2015 07:04:32 -0700 (PDT) In-Reply-To: <1426094226-8515-1-git-send-email-eric.auger@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Eric Auger Cc: Patch Tracking , eric.auger@st.com, QEMU Developers , "kvmarm@lists.cs.columbia.edu" List-Id: kvmarm@lists.cs.columbia.edu On 11 March 2015 at 17:17, Eric Auger wrote: > This patch forces vgic initialization in the vgic realize function. > It uses a new group/attribute that allows such operation: > KVM_DEV_ARM_VGIC_GRP_CTRL/KVM_DEV_ARM_VGIC_CTRL_INIT > > This earlier initialization allows, for example, to setup VFIO > signaling and irqfd after vgic initialization, on a reset notifier. > > Signed-off-by: Eric Auger Applied to target-arm.next, thanks. -- PMM