From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7RXC-0001CX-LO for qemu-devel@nongnu.org; Tue, 23 Jun 2015 12:58:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7RX9-0006To-Su for qemu-devel@nongnu.org; Tue, 23 Jun 2015 12:58:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7RX9-0006TU-Nq for qemu-devel@nongnu.org; Tue, 23 Jun 2015 12:58:51 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 8C288359A6E for ; Tue, 23 Jun 2015 16:58:50 +0000 (UTC) From: Laszlo Ersek Date: Tue, 23 Jun 2015 18:58:41 +0200 Message-Id: <1435078724-27104-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] update CMOS for ISA-FDC with iobase=0x3f0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, lersek@redhat.com Cc: John Snow , Jan Tomko , Markus Armbruster , Paolo Bonzini This is (again) for the other pc-q35-2.4 ISA-FDC problem reported by Jan. Addressing comments from Markus. Jan, can you give it another try please? I realize this is getting old pretty quick, so don't bother if you don't want to. Cc: Jan Tomko Cc: John Snow Cc: Markus Armbruster Cc: Paolo Bonzini Thanks Laszlo Laszlo Ersek (3): hw/i386/pc: factor out pc_cmos_init_floppy() hw/i386/pc: reflect any FDC @ ioport 0x3f0 in the CMOS hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init() include/hw/i386/pc.h | 3 +- hw/i386/pc.c | 129 ++++++++++++++++++++++++++++++++++++++------------- hw/i386/pc_piix.c | 5 +- hw/i386/pc_q35.c | 5 +- 4 files changed, 101 insertions(+), 41 deletions(-) -- 1.8.3.1