From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49846 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OE4la-0002NK-Qk for qemu-devel@nongnu.org; Mon, 17 May 2010 14:10:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OE4lZ-0005Xz-85 for qemu-devel@nongnu.org; Mon, 17 May 2010 14:10:14 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:37082) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OE4lZ-0005Xp-3n for qemu-devel@nongnu.org; Mon, 17 May 2010 14:10:13 -0400 Received: by vws1 with SMTP id 1so1067721vws.4 for ; Mon, 17 May 2010 11:10:12 -0700 (PDT) Message-ID: <4BF18680.2030501@codemonkey.ws> Date: Mon, 17 May 2010 13:10:08 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] QMP: Introduce commands doc References: <1273086712-29163-1-git-send-email-lcapitulino@redhat.com> <1273086712-29163-2-git-send-email-lcapitulino@redhat.com> <4BEC031D.6020506@redhat.com> <4BED6F85.50309@redhat.com> <20100514195428.64709257@redhat.com> <4BEE3CED.3070801@redhat.com> In-Reply-To: <4BEE3CED.3070801@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, bazulay@redhat.com, juzhang@redhat.com, Markus Armbruster , Luiz Capitulino On 05/15/2010 01:19 AM, Avi Kivity wrote: > On 05/15/2010 01:54 AM, Luiz Capitulino wrote: >> On Fri, 14 May 2010 19:03:36 +0200 >> Markus Armbruster wrote: >> >>>> What about PCI domains? >>> Good point. Better to provide for them neatly now, instead of kludging >>> them in later. >> When I did this conversion I asked Micheal for help with that and >> he said >> QEMU doesn't support PCI domains. > > That's very different from "will never support pci domains". > > The protocol must be forward looking, or we will need endless fixes > for it. But we can always add a domain property to extend the address (with a default domain of 0). Regards, Anthony Liguori