From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53923 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pfq7x-000820-H2 for qemu-devel@nongnu.org; Thu, 20 Jan 2011 03:44:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pfq7w-0000sa-9G for qemu-devel@nongnu.org; Thu, 20 Jan 2011 03:44:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pfq7v-0000sO-UJ for qemu-devel@nongnu.org; Thu, 20 Jan 2011 03:44:20 -0500 Message-ID: <4D37F5D5.3040409@redhat.com> Date: Thu, 20 Jan 2011 09:44:05 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 28/35] kvm: x86: Introduce kvmclock device to save/restore its state References: <4D35B6DD.1020005@linux.vnet.ibm.com> <4D35B963.7000605@siemens.com> <4D35BA22.7060602@linux.vnet.ibm.com> <4D35BD30.1060900@siemens.com> <4D35C1CE.10509@linux.vnet.ibm.com> <4D35C648.7050809@siemens.com> <4D35C92D.7030000@linux.vnet.ibm.com> <4D36B362.70202@redhat.com> <4D371732.5040901@linux.vnet.ibm.com> <20110119171918.GI5113@redhat.com> <4D3722BB.5030407@linux.vnet.ibm.com> In-Reply-To: <4D3722BB.5030407@linux.vnet.ibm.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: Anthony Liguori Cc: "kvm@vger.kernel.org" , Jan Kiszka , Glauber Costa , Marcelo Tosatti , Markus Armbruster , "qemu-devel@nongnu.org" , Avi Kivity Hi, > For (2), you cannot use bus=X,addr=Y because it makes assumptions about > the PCI topology which may change in newer -M pc's. Why should the PCI topology for 'pc' ever change? We'll probably get q35 support some day, but when this lands I expect we'll see a new machine type 'q35', so '-m q35' will pick the ich9 chipset (which will have a different pci topology of course) and '-m pc' will pick the existing piix chipset (which will continue to look like it looks today). cheers, Gerd