From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPTtv-0003c5-BJ for qemu-devel@nongnu.org; Wed, 02 May 2012 03:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPTtt-0008Fn-Nc for qemu-devel@nongnu.org; Wed, 02 May 2012 03:23:02 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:62222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPTtt-0008Fd-FR for qemu-devel@nongnu.org; Wed, 02 May 2012 03:23:01 -0400 Received: by pbbro12 with SMTP id ro12so817759pbb.4 for ; Wed, 02 May 2012 00:22:59 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FA0E0CC.7070808@redhat.com> Date: Wed, 02 May 2012 09:22:52 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1335896294-9530-1-git-send-email-aliguori@us.ibm.com> <1335896294-9530-12-git-send-email-aliguori@us.ibm.com> <4FA03AE0.6010102@suse.de> <4FA062A1.2030208@us.ibm.com> <4FA06572.1030704@suse.de> In-Reply-To: <4FA06572.1030704@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 11/14] qbus: move get_fw_dev_path to DeviceClass List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Peter Maydell , Anthony Liguori , Wanpeng Li , qemu-devel@nongnu.org Il 02/05/2012 00:36, Andreas Färber ha scritto: > Sorry, I reviewed the patches in mail reception order. ;) > > I meant 08/14 (qdev: convert busses to QEMU object model) where macros > for other bus types were introduced. Seemed like an oversight. A lot of these were missing, and furthermore they should be in a header file. Paolo