From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41863 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OD3mF-0006Bl-VK for qemu-devel@nongnu.org; Fri, 14 May 2010 18:54:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OD3mE-00044W-6y for qemu-devel@nongnu.org; Fri, 14 May 2010 18:54:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1025) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OD3mD-00044R-Ul for qemu-devel@nongnu.org; Fri, 14 May 2010 18:54:42 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4EMseu7024445 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 May 2010 18:54:40 -0400 Date: Fri, 14 May 2010 19:54:28 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] [PATCH 1/2] QMP: Introduce commands doc Message-ID: <20100514195428.64709257@redhat.com> In-Reply-To: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: bazulay@redhat.com, juzhang@redhat.com, Avi Kivity , qemu-devel@nongnu.org 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.