From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyDdS-0003nY-Un for qemu-devel@nongnu.org; Fri, 29 May 2015 02:19:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyDdR-0005m8-S6 for qemu-devel@nongnu.org; Fri, 29 May 2015 02:19:14 -0400 Message-ID: <1432880345.19543.4.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 29 May 2015 08:19:05 +0200 In-Reply-To: <20150528163640.GE3385@noname.redhat.com> References: <1432827461-1117-1-git-send-email-kraxel@redhat.com> <20150528163640.GE3385@noname.redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] floppy: fix I/O ranges in both portio and acpi dsdt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Eduardo Habkost , "open list:Floppy" , "Michael S. Tsirkin" , qemu-devel@nongnu.org, Paolo Bonzini , John Snow , Richard Henderson On Do, 2015-05-28 at 18:36 +0200, Kevin Wolf wrote: > Am 28.05.2015 um 17:37 hat Gerd Hoffmann geschrieben: > > Signed-off-by: Gerd Hoffmann > > --- > > hw/block/fdc.c | 2 +- > > hw/i386/acpi-dsdt-isa.dsl | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > The commit message could be a bit longer, I don't think this change is > obvious. > > My FDC spec says that this version of the controller doesn't have the > SRA register any more, and the emulation was added in the context of a > Sun4m patch (commit 8c6a4d774). Therefore my default assumption would be > that it's intentionally not accessible and not needed on isa-fdc. > > I'm happy to get that assumption corrected, but it needs a non-empty > commit message for that. /me throws the towel. I know next to nothing about floppy. It's just that all parties ... (1) hw/block/fdc.c (2) hw/i386/acpi-dsdt-isa.dsl (3) hw/isa/lpc_ich9.c ... should agree on what the floppy io ranges are. Right now they don't, for whatever reasons. And I simply don't know what are the correct ranges. So I leave fixing this up to whomever knows better this than me. cheers, Gerd