From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTuEx-0002vl-Sq for qemu-devel@nongnu.org; Tue, 07 Jun 2011 07:14:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTuEw-0006JQ-Q9 for qemu-devel@nongnu.org; Tue, 07 Jun 2011 07:14:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTuEw-0006JH-3Q for qemu-devel@nongnu.org; Tue, 07 Jun 2011 07:14:30 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p57BETBv024519 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 7 Jun 2011 07:14:29 -0400 Message-ID: <4DEE0812.3000009@redhat.com> Date: Tue, 07 Jun 2011 13:14:26 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1307369780-28189-1-git-send-email-pbonzini@redhat.com> <1307369780-28189-4-git-send-email-pbonzini@redhat.com> <4DEDE9E6.5030304@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 3/3] spapr: make irq customizable via qdev List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On 06/07/2011 11:19 AM, Markus Armbruster wrote: > > That would be the "reg" value in DEFINE_SPAPR_PROPERTIES (patch 2). I > > didn't make it a bus property because the default values varies > > Hmm. Explain that in a comment where the bus property would go? qdev.txt is probably a better place to document the possible approaches... Paolo