From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csx5J-0001VW-S6 for qemu-devel@nongnu.org; Tue, 28 Mar 2017 15:47:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csx5J-0007eE-3q for qemu-devel@nongnu.org; Tue, 28 Mar 2017 15:47:17 -0400 From: Juan Quintela In-Reply-To: <1490608126-22187-4-git-send-email-eric.auger@redhat.com> (Eric Auger's message of "Mon, 27 Mar 2017 11:48:46 +0200") References: <1490608126-22187-1-git-send-email-eric.auger@redhat.com> <1490608126-22187-4-git-send-email-eric.auger@redhat.com> Reply-To: quintela@redhat.com Date: Tue, 28 Mar 2017 21:47:03 +0200 Message-ID: <8737dxp4js.fsf@secure.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [RFC v3 3/3] hw/intc/arm_gicv3_its: Allow save/restore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger Cc: eric.auger.pro@gmail.com, peter.maydell@linaro.org, qemu-arm@nongnu.org, qemu-devel@nongnu.org, vijay.kilari@gmail.com, Vijaya.Kumar@cavium.com, drjones@redhat.com, peterx@redhat.com, dgilbert@redhat.com, christoffer.dall@linaro.org Eric Auger wrote: > We change the restoration priority of both the GICv3 and ITS. The > GICv3 must be restored before the ITS and the ITS needs to be restored > before PCIe devices since it translates their MSI transactions. > > Signed-off-by: Eric Auger Reviewed-by: Juan Quintela