From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVPzv-0000y7-Oe for qemu-devel@nongnu.org; Thu, 14 Jan 2010 08:44:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVPzo-0000rG-Na for qemu-devel@nongnu.org; Thu, 14 Jan 2010 08:44:25 -0500 Received: from [199.232.76.173] (port=35879 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVPzo-0000r1-EB for qemu-devel@nongnu.org; Thu, 14 Jan 2010 08:44:20 -0500 Received: from mx20.gnu.org ([199.232.41.8]:15756) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NVPzn-0000Nk-RI for qemu-devel@nongnu.org; Thu, 14 Jan 2010 08:44:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVPzm-0004nb-Tm for qemu-devel@nongnu.org; Thu, 14 Jan 2010 08:44:19 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0EDiHVg007731 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Jan 2010 08:44:17 -0500 From: Gerd Hoffmann Date: Thu, 14 Jan 2010 14:44:11 +0100 Message-Id: <1263476654-7222-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] add disk/cdrom version 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 patch series makes the version reported by ide and scsi drives configurable using qdev properties. Should help keeping the virtual hardware more constant on qemu updates, so it becomes less likely that Windows wants be re-activated. Maybe 0.12 candidate? cheers, Gerd