From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH v9 9/9] KVM: arm/arm64: Delete outdated forwarded irq documentation Date: Wed, 27 Dec 2017 16:37:37 +0000 Message-ID: <86bmikqg8e.wl-marc.zyngier@arm.com> References: <20171220113606.7030-1-christoffer.dall@linaro.org> <20171220113606.7030-10-christoffer.dall@linaro.org> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Cc: kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, Andre Przywara , Eric Auger To: Christoffer Dall Return-path: Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:38654 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751306AbdL0Qhm (ORCPT ); Wed, 27 Dec 2017 11:37:42 -0500 In-Reply-To: <20171220113606.7030-10-christoffer.dall@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 20 Dec 2017 11:36:06 +0000, Christoffer Dall wrote: > > The reason I added this documentation originally was that the concept of > "never taking the interrupt", but just use the timer to generate an exit > from the guest, was confusing to most, and we had to explain it several > times over. But as we can clearly see, we've failed to update the > documentation as the code has evolved, and people who need to understand > these details are probably better off reading the code. > > Let's lighten our maintenance burden slightly and just get rid of this. > > Signed-off-by: Christoffer Dall > --- > Documentation/virtual/kvm/arm/vgic-mapped-irqs.txt | 187 --------------------- > 1 file changed, 187 deletions(-) > delete mode 100644 Documentation/virtual/kvm/arm/vgic-mapped-irqs.txt Acked-by: Marc Zyngier M.