mbox

[PULL] OpenRISC patch queue for 1.8

Message ID 1392166645-7666-1-git-send-email-proljc@gmail.com
State New
Headers show

Pull-request

git://github.com/J-Liu/qemu.git or32-ld-st

Message

Jia Liu Feb. 12, 2014, 12:57 a.m. UTC
Hi Anthony,

This is my OpenRISC patch queue for 1.8, it have been well tested, please pull.

Thanks to Richard Henderson, he made the LD/ST updated.


Regards,
Jia



The following changes since commit a4550442b947d2c2b346bd2efc8fe3da16425f4d:

  petalogix-ml605: Create the CPU with object_new() (2014-02-11 22:57:57 +1000)

are available in the git repository at:

  git://github.com/J-Liu/qemu.git or32-ld-st

for you to fetch changes up to 5631e69c269c6b832837715a3bd4d685120a2713:

  target-openrisc: Use new qemu_ld/st opcodes (2014-02-12 08:47:57 +0800)

----------------------------------------------------------------
Richard Henderson (1):
      target-openrisc: Use new qemu_ld/st opcodes

 target-openrisc/translate.c | 99 +++++++++++++++------------------------------
 1 file changed, 32 insertions(+), 67 deletions(-)

Comments

Peter Maydell Feb. 15, 2014, 3:26 p.m. UTC | #1
On 12 February 2014 00:57, Jia Liu <proljc@gmail.com> wrote:
>
> Hi Anthony,
>
> This is my OpenRISC patch queue for 1.8, it have been well tested, please pull.
>
> Thanks to Richard Henderson, he made the LD/ST updated.

Applied, thanks.

-- PMM