From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4KuM-0004Rw-Ew for qemu-devel@nongnu.org; Thu, 15 Sep 2011 18:59:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4KuK-0006Di-7w for qemu-devel@nongnu.org; Thu, 15 Sep 2011 18:59:50 -0400 Received: from mail.serverraum.org ([78.47.150.89]:33334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4KuK-0006DK-1x for qemu-devel@nongnu.org; Thu, 15 Sep 2011 18:59:48 -0400 From: Michael Walle Date: Fri, 16 Sep 2011 00:58:58 +0200 Message-Id: <1316127541-9015-1-git-send-email-michael@walle.cc> Subject: [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, 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 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(-)