From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIT65-0005QB-Gz for qemu-devel@nongnu.org; Mon, 02 Feb 2015 21:20:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIT61-00061U-Dk for qemu-devel@nongnu.org; Mon, 02 Feb 2015 21:20:13 -0500 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:34479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIT61-000610-6o for qemu-devel@nongnu.org; Mon, 02 Feb 2015 21:20:09 -0500 Received: by mail-pa0-f43.google.com with SMTP id eu11so89771534pac.2 for ; Mon, 02 Feb 2015 18:20:08 -0800 (PST) From: Jia Liu Date: Tue, 3 Feb 2015 10:19:53 +0800 Message-Id: <1422929995-33807-1-git-send-email-proljc@gmail.com> Content-Type: text/plain; charset="utf-8" Subject: [Qemu-devel] [PULL 0/2] OpenRISC patch queue for 2.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: sebastian@macke.de, peter.maydell@linaro.org, blue@cmd.nu, aliguori@amazon.com Hi Anthony, This is my OpenRISC patch queue for 2.3, it have been well tested, please pull. Thanks to Christian and Sebastian, they made the LD/ST updated. Regards, Jia The following changes since commit 16017c48547960539fcadb1f91d252124f442482: softfloat: Clarify license status (2015-01-29 16:45:45 +0000) are available in the git repository at: git://github.com/J-Liu/qemu.git or32 for you to fetch changes up to bcf7d6e965d5323cae32f18c5e6c8af173c40d41: target-openrisc: Add l.lwa/l.swa support (2015-02-03 09:55:41 +0800) ---------------------------------------------------------------- Christian Svensson (1): target-openrisc: Add l.lwa/l.swa support Sebastian Macke (1): target-openrisc: Separate of load/store instructions target-openrisc/cpu.h | 3 + target-openrisc/interrupt.c | 3 + target-openrisc/translate.c | 188 ++++++++++++++++++++++++++++++++++---------- 3 files changed, 153 insertions(+), 41 deletions(-)