From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z87JI-0007Da-HS for qemu-devel@nongnu.org; Thu, 25 Jun 2015 09:35:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z87JE-0003bP-H5 for qemu-devel@nongnu.org; Thu, 25 Jun 2015 09:35:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z87JE-0003ay-BU for qemu-devel@nongnu.org; Thu, 25 Jun 2015 09:35:16 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id E8E22376B62 for ; Thu, 25 Jun 2015 13:35:15 +0000 (UTC) From: Laszlo Ersek Date: Thu, 25 Jun 2015 15:35:04 +0200 Message-Id: <1435239307-13369-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH v2 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 In v2 I address coding style comments I got from Markus for v1. No functional changes (Jan tested v1, many thanks for that). Updates are marked per patch. Markus, can you please give your R-b for patch #2? I picked up all other tags I received from John and you. 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