From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAigk-0002Eo-Dp for qemu-devel@nongnu.org; Mon, 03 Oct 2011 09:36:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RAigg-0001Yc-8A for qemu-devel@nongnu.org; Mon, 03 Oct 2011 09:36:10 -0400 Received: from mail.serverraum.org ([78.47.150.89]:38162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RAigg-0001YT-3Q for qemu-devel@nongnu.org; Mon, 03 Oct 2011 09:36:06 -0400 From: Michael Walle Date: Mon, 3 Oct 2011 15:36:06 +0200 References: <1316127541-9015-1-git-send-email-michael@walle.cc> <4E84B897.6060605@us.ibm.com> In-Reply-To: <4E84B897.6060605@us.ibm.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201110031536.06883.michael@walle.cc> 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: Anthony Liguori Cc: qemu-devel Hi Anthony, > Please publish a git URI. Fetching over HTTP is painful, particularly when > the connection to the server isn't very good. The following changes since commit d11cf8cc80d946dfc9a23597cd9a0bb1c487cfa7: etrax-dma: Remove bogus if statement (2011-10-03 10:20:13 +0200) are available in the git repository at: git://git.serverraum.org/git/mw/qemu-lm32.git for-upstream 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(-)