From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqpgG-00025X-47 for qemu-devel@nongnu.org; Fri, 27 Jan 2012 12:33:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqpgB-00071e-2N for qemu-devel@nongnu.org; Fri, 27 Jan 2012 12:33:43 -0500 Received: from e9.ny.us.ibm.com ([32.97.182.139]:44301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqpgA-00071N-Q8 for qemu-devel@nongnu.org; Fri, 27 Jan 2012 12:33:38 -0500 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 27 Jan 2012 12:33:34 -0500 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 6332038C8063 for ; Fri, 27 Jan 2012 12:33:25 -0500 (EST) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0RHXJi8215450 for ; Fri, 27 Jan 2012 12:33:20 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0RHX61J018250 for ; Fri, 27 Jan 2012 15:33:07 -0200 Message-ID: <4F22DFD1.7080005@us.ibm.com> Date: Fri, 27 Jan 2012 11:33:05 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1327586540-7746-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1327586540-7746-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/5] arm-devs queue (to go after target-arm queue) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On 01/26/2012 08:02 AM, Peter Maydell wrote: > Hi; this is a pullreq for my arm-devs queue, which is basically > the Highbank patches. > > There is a slight sequencing issue here: it would be better if > this went in after the target-arm queue which I sent a pullreq > for yesterday, because that includes a bugfix which Highbank > depends on. It's not a disaster to put them in out of order, > because it won't fail to build, it's just you don't get a working > Highbank model until both bits are there and it seems aesthetically > more pleasing for that to be the point where we commit the actual > board model patch. > > I'd also like this to go in before Anthony's QOM patchset, which > is why I'm posting this now rather than waiting for target-arm > to be pulled :-) > > thanks > -- PMM Pulled. Thanks. Regards, Anthony Liguori > > The following changes since commit 331636431af32ece373f4b1fb7c3ae9d0615e2a6: > > vga: compile cirrus_vga in hwlib (2012-01-25 18:32:59 +0000) > > are available in the git repository at: > git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream > > Mark Langsdorf (1): > arm: add secondary cpu boot callbacks to arm_boot.c > > Peter Maydell (1): > arm_boot: support board IDs more than 16 bits wide > > Rob Herring (3): > Add xgmac ethernet model > ahci: add support for non-PCI based controllers > arm: SoC model for Calxeda Highbank > > Makefile.target | 2 + > hw/arm-misc.h | 17 +++ > hw/arm_boot.c | 65 +++++++--- > hw/highbank.c | 330 +++++++++++++++++++++++++++++++++++++++++++ > hw/ide/ahci.c | 44 ++++++ > hw/xgmac.c | 421 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 862 insertions(+), 17 deletions(-) > create mode 100644 hw/highbank.c > create mode 100644 hw/xgmac.c > >