From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7oQp-0002bK-2J for qemu-devel@nongnu.org; Wed, 24 Jun 2015 13:25:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7oQl-0006PJ-Er for qemu-devel@nongnu.org; Wed, 24 Jun 2015 13:25:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7oQk-0006Oy-UK for qemu-devel@nongnu.org; Wed, 24 Jun 2015 13:25:47 -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 9DADDB6F52 for ; Wed, 24 Jun 2015 17:25:46 +0000 (UTC) Message-ID: <558AE819.10101@redhat.com> Date: Wed, 24 Jun 2015 13:25:45 -0400 From: John Snow MIME-Version: 1.0 References: <1435078724-27104-1-git-send-email-lersek@redhat.com> In-Reply-To: <1435078724-27104-1-git-send-email-lersek@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [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: Laszlo Ersek , qemu-devel@nongnu.org Cc: Paolo Bonzini , Jan Tomko , Markus Armbruster On 06/23/2015 12:58 PM, Laszlo Ersek wrote: > 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(-) > Reviewed-by: John Snow