From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBWzT-0003JW-HQ for qemu-devel@nongnu.org; Sat, 04 Jul 2015 19:37:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZBWzS-0008EW-KH for qemu-devel@nongnu.org; Sat, 04 Jul 2015 19:36:59 -0400 Message-ID: <1436052998.3948.44.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Sun, 05 Jul 2015 09:36:38 +1000 In-Reply-To: <1435816427-9426-1-git-send-email-david@gibson.dropbear.id.au> References: <1435816427-9426-1-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCHv2 0/4] Start allowing ISA to be configured out List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: lvivier@redhat.com, peter.maydell@linaro.org, thuth@redhat.com, mst@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, agraf@suse.de, lcapitulino@redhat.com, qemu-ppc@nongnu.org, peter.crosthwaite@xilinx.com, afaerber@suse.de On Thu, 2015-07-02 at 15:53 +1000, David Gibson wrote: > default-configs/ppc64-softmmu.mak | 2 +- Note: My native POWER8 work will need ISA back here, so maybe don't remove it ? The P8 chip has an LPC bus which is effectively an serialized variant of an ISA bus and I'm representing it as such in qemu, adding ISA serial and RTC (and soon IPMI BT when those patches get in) to it. Cheers, Ben.