From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOtGw-0002Dl-Al for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:02:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOtGp-00029C-Tp for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:02:44 -0400 Received: from [199.232.76.173] (port=42385 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOtGp-00028l-0s for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:02:39 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54498) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOtGo-0002Ch-AT for qemu-devel@nongnu.org; Thu, 09 Jul 2009 09:02:38 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n69D2bpg016240 for ; Thu, 9 Jul 2009 09:02:37 -0400 From: Gerd Hoffmann Date: Thu, 9 Jul 2009 15:02:28 +0200 Message-Id: <1247144553-8951-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] qdev: compat properties. 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, This is the proof-of-concept patch posted earlier today splitted into a nice patch series. The first adds support for compat attribute lists. The second adds a new pc-0.10 machine type. The last three add code and properties to switch certain virtio devices into compat mode and fill the compat property list for pc-0.10. cheers, Gerd