From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya7sQ-0006TC-G6 for qemu-devel@nongnu.org; Mon, 23 Mar 2015 15:19:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya7sN-0005ym-Ba for qemu-devel@nongnu.org; Mon, 23 Mar 2015 15:19:06 -0400 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S27009575AbbCWTSxOesWF (ORCPT + 1 other); Mon, 23 Mar 2015 20:18:53 +0100 Date: Mon, 23 Mar 2015 19:18:53 +0000 (GMT) Sender: "Maciej W. Rozycki" From: "Maciej W. Rozycki" In-Reply-To: <550026BC.302@suse.de> Message-ID: References: <1425278787-10079-1-git-send-email-aik@ozlabs.ru> <1425278787-10079-3-git-send-email-aik@ozlabs.ru> <54FD9284.1040307@suse.de> <54FDB086.1050304@ozlabs.ru> <54FE6A90.5040002@ozlabs.ru> <20150310035834.GA12801@voom.redhat.com> <54FE76B2.3060809@ozlabs.ru> <8282DDFC-BD52-4C37-8B8F-E58A241CDA43@suse.de> <54FEB74A.2040303@ozlabs.ru> <550026BC.302@suse.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [Qemu-devel] [PATCH 2/3] ppc64-softmmu: Remove unsupported FDC from config List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Alexey Kardashevskiy , "qemu-ppc@nongnu.org" , "qemu-devel@nongnu.org" , David Gibson On Wed, 11 Mar 2015, Alexander Graf wrote: > > So if you know how to get working floppy disk with qemu-system-ppc64, > > that would help me a lot in rejecting requests from libvirt folks :) > > Thanks :) > > I don't think you want floppy disk emulation on -M pseries at all. In > fact, you only ever want floppy disk emulation on x86. So I'd recommend > to change the logic in libvirt accordingly and just hard code floppy > emulation to x86 (and if alpha or some other weird architecture needs it > later as well, have them extend the list). For the record: the MIPS Malta board that we support also has direct PC FDD support. The real board has a SMSC FDC37M817 super I/O controller chip wired to Intel 82371EB (PIIX4E) south bridge's LPC interface and a suitable IDC header for a FDD data cable soldered onto the PCB as well. So it's not only x86 that can make use of floppy disk emulation. Note that there's no real ISA (no slots) on the Malta board, only the LPC and PIIX4E on-chip stuff. Maciej