From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrEcM-0002C6-S6 for qemu-devel@nongnu.org; Thu, 12 Dec 2013 17:20:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrEcF-0001AE-4g for qemu-devel@nongnu.org; Thu, 12 Dec 2013 17:20:26 -0500 Received: from ssl.serverraum.org ([88.198.40.39]:46593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrEcE-0001A6-UH for qemu-devel@nongnu.org; Thu, 12 Dec 2013 17:20:19 -0500 From: Michael Walle Date: Thu, 12 Dec 2013 23:20:17 +0100 References: <1385664202-13339-1-git-send-email-michael@walle.cc> In-Reply-To: <1385664202-13339-1-git-send-email-michael@walle.cc> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201312122320.17532.michael@walle.cc> Subject: Re: [Qemu-devel] [PULL v3 00/12] target-lm32 updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@amazon.com Cc: qemu-devel@nongnu.org Hi Anthony, Am Donnerstag, 28. November 2013, 19:43:10 schrieben Sie: > Hi Anthony, > > This is a pull for various updates and fixes for the LatticeMico32 target. > > Please pull. > > changes since v2: > - rebased > - replaced ifdef HOST_WORDS_BIGENDIAN with be16_to_cpu() in > "milkymist-vgafb: swap pixel data in source buffer" > - bumped "target-lm32: move model features to LM32CPU" to v2 patch > with minor fixes found by Andreas Faerber > - new patch "hw/lm32: print error if cpu model is not found" > > changes since v1: > - rebased > - dropped patch "target-lm32: register helper functions". This is > no longer needed. > - added patch "target-lm32: stop VM on illegal or unknown > instruction". > Was posted as request for comments before. But since there were no > comments, include it here. ping :) -michael