From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTFmk-0003Gg-8k for qemu-devel@nongnu.org; Fri, 08 Jan 2010 09:25:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTFmf-0003CQ-El for qemu-devel@nongnu.org; Fri, 08 Jan 2010 09:25:53 -0500 Received: from [199.232.76.173] (port=43423 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTFmf-0003CC-1X for qemu-devel@nongnu.org; Fri, 08 Jan 2010 09:25:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49965) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTFme-0006JJ-IL for qemu-devel@nongnu.org; Fri, 08 Jan 2010 09:25:48 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o08EPlqx014312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 8 Jan 2010 09:25:47 -0500 From: Gerd Hoffmann Date: Fri, 8 Jan 2010 15:25:36 +0100 Message-Id: <1262960742-18267-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] rom loading saga continued List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here is a patch series trying to address 0.11 compatibility issues. First, there is a patch which adds a 0.12 machine type for the new release and fixes up the 0.11 one. Unlike the version posted yesterday as single patch it actually compiles ... The following patches allow to load pci roms via fw_cfg interface, so no pci rom bar is added to the pci devices, making them look like they did in qemu 0.11 and older. Finally compat properties are added to the 0.11 and 0.10 machine types. This should get us a step closer to make 0.11 -> 0.12 migration work. cheers, Gerd