From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTfet-0003q4-D3 for qemu-devel@nongnu.org; Thu, 14 Jun 2018 23:44:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTfep-0005ac-Ex for qemu-devel@nongnu.org; Thu, 14 Jun 2018 23:44:19 -0400 Received: from mail-pl0-x242.google.com ([2607:f8b0:400e:c01::242]:38287) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTfep-0005Zm-6b for qemu-devel@nongnu.org; Thu, 14 Jun 2018 23:44:15 -0400 Received: by mail-pl0-x242.google.com with SMTP id b14-v6so4630315pls.5 for ; Thu, 14 Jun 2018 20:44:15 -0700 (PDT) References: <20180614233935.26585-1-f4bug@amsat.org> From: Richard Henderson Message-ID: <4a17dc2c-e173-3f4c-65af-5c33b1090cf0@linaro.org> Date: Thu, 14 Jun 2018 17:44:09 -1000 MIME-Version: 1.0 In-Reply-To: <20180614233935.26585-1-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] hw/isa/smc37c669: Change the parallel I/O base to 378H List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , "Emilio G . Cota" , Richard Henderson , Paolo Bonzini , Mark Cave-Ayland , =?UTF-8?Q?Herv=c3=a9_Poussineau?= Cc: qemu-devel@nongnu.org On 06/14/2018 01:39 PM, Philippe Mathieu-Daudé wrote: > On the Alpha DP264 machine, the Cirrus VGA is I/O mapped > in the 3C0H-3CFH range, thus I/O base used by the parallel > device clashes, and since a4cb773928e the VGA is not > working: > > (qemu) info mtree > address-space: memory > 0000000000000000-ffffffffffffffff (prio 0, i/o): system > 00000801fc000000-00000801fdffffff (prio 0, i/o): pci0-io > ... > 00000801fc0003b4-00000801fc0003b5 (prio 0, i/o): vga > 00000801fc0003ba-00000801fc0003ba (prio 0, i/o): vga > 00000801fc0003bc-00000801fc0003c3 (prio 0, i/o): parallel > ^^^ ^^^^^^^^ > 00000801fc0003c0-00000801fc0003cf (prio 0, i/o): vga > ^^^ > 00000801fc0003d4-00000801fc0003d5 (prio 0, i/o): vga > 00000801fc0003da-00000801fc0003da (prio 0, i/o): vga > ... > > As there is no particular reason to use this base address > (introduced in 7bea0dd434e), change to 378H which is the > default on PC machines. > > Reported-by: Emilio G. Cota > Suggested-by: Paolo Bonzini > Signed-off-by: Philippe Mathieu-Daudé > --- > RFC: http://lists.nongnu.org/archive/html/qemu-devel/2018-06/msg04011.html Reviewed-by: Richard Henderson Tested-by: Richard Henderson r~