From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mo14R-0006iu-Tq for qemu-devel@nongnu.org; Wed, 16 Sep 2009 16:25:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mo14M-0006gB-VJ for qemu-devel@nongnu.org; Wed, 16 Sep 2009 16:25:43 -0400 Received: from [199.232.76.173] (port=60806 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mo14M-0006fx-NQ for qemu-devel@nongnu.org; Wed, 16 Sep 2009 16:25:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27947) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mo14M-0001Rl-Bg for qemu-devel@nongnu.org; Wed, 16 Sep 2009 16:25:38 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8GKPbWt000934 for ; Wed, 16 Sep 2009 16:25:37 -0400 From: Gerd Hoffmann Date: Wed, 16 Sep 2009 22:25:26 +0200 Message-Id: <1253132733-10409-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] qdev: allow embedded bus structs 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 allows to have qdev bus structs embedded into another struct. Typically that would be the state struct of the parent device. The first patch provides the qdev infrastructure, the other ones which over some bus implementations. cheers, Gerd