From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9LLj-0000Gn-26 for qemu-devel@nongnu.org; Thu, 29 Sep 2011 14:28:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9LLh-0000iQ-PY for qemu-devel@nongnu.org; Thu, 29 Sep 2011 14:28:47 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:56536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9LLh-0000i6-MK for qemu-devel@nongnu.org; Thu, 29 Sep 2011 14:28:45 -0400 Received: from /spool/local by us.ibm.com with XMail ESMTP for from ; Thu, 29 Sep 2011 14:28:09 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8TIRf6h190536 for ; Thu, 29 Sep 2011 14:27:42 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8TIRakY017726 for ; Thu, 29 Sep 2011 14:27:36 -0400 Message-ID: <4E84B897.6060605@us.ibm.com> Date: Thu, 29 Sep 2011 13:27:35 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1316127541-9015-1-git-send-email-michael@walle.cc> In-Reply-To: <1316127541-9015-1-git-send-email-michael@walle.cc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] lm32 fixes and new milkymist hardware support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Walle Cc: qemu-devel On 09/15/2011 05:58 PM, Michael Walle wrote: > Hi Anthony, > > here is a patch for target-lm32, which is broken with the current master. > > Additionally, support for the new uart of the milkymist SoC is added. > > > The following changes since commit ef4f97cba2a354656b00eb8659bf61ab2321fa4e: > > Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into staging (2011-09-15 13:33:03 -0500) > > are available in the git repository at: > > http://git.serverraum.org/git/mw/qemu-lm32.git for-upstream Please publish a git URI. Fetching over HTTP is painful, particularly when the connection to the server isn't very good. Regards, Anthony Liguori > > Michael Walle (3): > lm32: add missing qemu_init_vcpu() call > milkymist_uart: support new core version > milkymist: new interrupt map > > hw/milkymist-hw.h | 5 +-- > hw/milkymist-uart.c | 72 +++++++++++++++++++++++++++++++++++++++++++------ > hw/milkymist.c | 14 +++++----- > target-lm32/helper.c | 1 + > trace-events | 4 +- > 5 files changed, 75 insertions(+), 21 deletions(-) > >