From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46056 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODAii-0004ne-1h for qemu-devel@nongnu.org; Sat, 15 May 2010 02:19:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODAig-0005Qs-Ml for qemu-devel@nongnu.org; Sat, 15 May 2010 02:19:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1025) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODAig-0005Qg-Dz for qemu-devel@nongnu.org; Sat, 15 May 2010 02:19: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.13.8/8.13.8) with ESMTP id o4F6JSOb014323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 15 May 2010 02:19:29 -0400 Message-ID: <4BEE3CED.3070801@redhat.com> Date: Sat, 15 May 2010 09:19:25 +0300 From: Avi Kivity 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> In-Reply-To: <20100514195428.64709257@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: Luiz Capitulino Cc: bazulay@redhat.com, juzhang@redhat.com, Markus Armbruster , qemu-devel@nongnu.org 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. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.