From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMJab-0003BK-8t for qemu-devel@nongnu.org; Thu, 02 Jul 2009 06:32:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMJaU-00033J-2D for qemu-devel@nongnu.org; Thu, 02 Jul 2009 06:32:22 -0400 Received: from [199.232.76.173] (port=36450 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMJaT-00032l-Nb for qemu-devel@nongnu.org; Thu, 02 Jul 2009 06:32:17 -0400 Received: from mx2.redhat.com ([66.187.237.31]:34410) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMJaT-00007I-7A for qemu-devel@nongnu.org; Thu, 02 Jul 2009 06:32:17 -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 n62AWGLl005915 for ; Thu, 2 Jul 2009 06:32:16 -0400 From: Gerd Hoffmann Date: Thu, 2 Jul 2009 12:32:09 +0200 Message-Id: <1246530731-18828-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] qdev: more patches for the -device switch 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, Two little patches showing what nice things we can do now with qdev and the -device switch in place. The patches obviously depend on the other patches posted yesterday which add the -device switch in the first place. cheers, Gerd