From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qe0Gl-0007nL-VH for qemu-devel@nongnu.org; Tue, 05 Jul 2011 03:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qe0Gk-0006bm-RX for qemu-devel@nongnu.org; Tue, 05 Jul 2011 03:42:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qe0Gk-0006Zn-95 for qemu-devel@nongnu.org; Tue, 05 Jul 2011 03:42:06 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p657g4od030186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 5 Jul 2011 03:42:04 -0400 Message-ID: <4E12C02C.2010603@redhat.com> Date: Tue, 05 Jul 2011 09:41:32 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1309519646-3206-1-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] PCI: how handle multifunction / compound devices best? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org Hi, > Device macros destroy the 1:1 relationship between -device and device > tree nodes. Or rather what's left of it: we already have a device that > expands into multiple devices, namely usb-storage. But it's an ad hoc > hack, which has caused us some grief. Exactly thats why I don't feel like adding more ad hoc hacks ... cheers, Gerd