From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7qbB-0004NU-Q6 for qemu-devel@nongnu.org; Fri, 09 Aug 2013 13:35:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7qb0-00028S-Jq for qemu-devel@nongnu.org; Fri, 09 Aug 2013 13:35:37 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:53973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7qb0-00028J-As for qemu-devel@nongnu.org; Fri, 09 Aug 2013 13:35:26 -0400 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 9 Aug 2013 11:35:25 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id AFB6A19D8046 for ; Fri, 9 Aug 2013 11:35:10 -0600 (MDT) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r79HZ6bb076038 for ; Fri, 9 Aug 2013 11:35:22 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r79HZ5U2009289 for ; Fri, 9 Aug 2013 11:35:06 -0600 From: Anthony Liguori Date: Fri, 9 Aug 2013 12:34:59 -0500 Message-Id: <1376069702-22330-1-git-send-email-aliguori@us.ibm.com> Subject: [Qemu-devel] [PATCH v3 for-1.6 0/3] Remove legacy sysfw code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Markus Armbruster Paolo's cover letter for v2: The sysfw code to choose between ROM and flash BIOS was a bad idea, because it triggered different behavior between TCG and KVM. We deleted the behavior in 1.5, but we left the code around because it was close to the release. Now it's time to delete it. v1->v2 only changes commit messages. My own remarks for v3: I just noticed this still hasn't been applied. I want it in 1.6, because it cleans up a partially new public interface. v2 doesn't apply anymore after being left to rot for two months, so I rebased it. Paolo Bonzini (3): sysfw: remove read-only pc_sysfw_flash_vs_rom_bug_compatible pc_sysfw: remove the rom_only property pc_sysfw: do not make it a device anymore default-configs/i386-softmmu.mak | 1 - default-configs/x86_64-softmmu.mak | 1 - hw/block/Makefile.objs | 1 - hw/i386/Makefile.objs | 1 + hw/i386/pc.c | 2 +- hw/i386/pc_piix.c | 15 +--- hw/i386/pc_q35.c | 1 + hw/{block => i386}/pc_sysfw.c | 136 +++---------------------------------- include/hw/i386/pc.h | 4 +- 9 files changed, 15 insertions(+), 147 deletions(-) rename hw/{block => i386}/pc_sysfw.c (62%) -- 1.7.11.7