From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtQ2v-0001Ne-Kr for qemu-devel@nongnu.org; Mon, 11 Feb 2019 23:51:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtQ2i-0003T5-Mv for qemu-devel@nongnu.org; Mon, 11 Feb 2019 23:51:39 -0500 Received: from mail-pg1-x544.google.com ([2607:f8b0:4864:20::544]:46345) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtQ2h-0003NJ-L1 for qemu-devel@nongnu.org; Mon, 11 Feb 2019 23:51:36 -0500 Received: by mail-pg1-x544.google.com with SMTP id w7so642256pgp.13 for ; Mon, 11 Feb 2019 20:51:32 -0800 (PST) Sender: Richard Henderson References: <20190211192039.5457-1-svens@stackframe.org> From: Richard Henderson Message-ID: <22f48be8-b1d6-f03e-509c-22c486c46a99@twiddle.net> Date: Mon, 11 Feb 2019 20:51:28 -0800 MIME-Version: 1.0 In-Reply-To: <20190211192039.5457-1-svens@stackframe.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target/hppa: forward requests to CPU HPA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sven Schnelle , qemu-devel@nongnu.org Cc: deller@gmx.de On 2/11/19 11:20 AM, Sven Schnelle wrote: > HP-UX 10.20 uses busmaster writes to the CPU EIR to signal > interrupts from the SCSI constroller. (Similar to what is known > as MSI on x86) > > Signed-off-by: Sven Schnelle > --- > hw/hppa/dino.c | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) Queued, thanks. r~