[PULL 0/1] OpenRISC Updates 2026-09-13

Stafford Horne posted 1 patch 1 week, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260913070303.1010504-1-shorne@gmail.com
Maintainers: Stafford Horne <shorne@gmail.com>
target/or1k/disas.c      |  2 ++
target/or1k/insns.decode |  2 ++
target/or1k/translate.c  | 14 ++++++++++++++
3 files changed, 18 insertions(+)
[PULL 0/1] OpenRISC Updates 2026-09-13
Posted by Stafford Horne 1 week, 6 days ago
Hello,

Please consider for pull,

The following changes since commit d43c2d5f89db70359a7b3a7e2ad7098fcc0165ef:

  Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2026-09-11 12:04:42 -1000)

are available in the Git repository at:

  https://github.com/stffrdhrn/qemu.git tags/or1k-updates-20260913

for you to fetch changes up to cfaf6a1edd8803f0334007dbbff9ca5eb293e98b:

  target/or1k: Implement l.extws and l.extwz (2026-09-12 08:31:14 +0100)

----------------------------------------------------------------
OpenRISC Updates 2026-09-13

One patch:
 - Missing instruction definitions for word sign extension.

----------------------------------------------------------------
Ali Ahmet Memiş (1):
      target/or1k: Implement l.extws and l.extwz

 target/or1k/disas.c      |  2 ++
 target/or1k/insns.decode |  2 ++
 target/or1k/translate.c  | 14 ++++++++++++++
 3 files changed, 18 insertions(+)

Ali Ahmet Memiş (1):
  target/or1k: Implement l.extws and l.extwz

 target/or1k/disas.c      |  2 ++
 target/or1k/insns.decode |  2 ++
 target/or1k/translate.c  | 14 ++++++++++++++
 3 files changed, 18 insertions(+)

-- 
2.53.0


Re: [PULL 0/1] OpenRISC Updates 2026-09-13
Posted by Richard Henderson 1 week, 5 days ago
On 9/12/26 21:03, Stafford Horne wrote:
> Hello,
> 
> Please consider for pull,
> 
> The following changes since commit d43c2d5f89db70359a7b3a7e2ad7098fcc0165ef:
> 
>    Merge tag 'for_upstream' ofhttps://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2026-09-11 12:04:42 -1000)
> 
> are available in the Git repository at:
> 
>    https://github.com/stffrdhrn/qemu.git tags/or1k-updates-20260913
> 
> for you to fetch changes up to cfaf6a1edd8803f0334007dbbff9ca5eb293e98b:
> 
>    target/or1k: Implement l.extws and l.extwz (2026-09-12 08:31:14 +0100)
> 
> ----------------------------------------------------------------
> OpenRISC Updates 2026-09-13
> 
> One patch:
>   - Missing instruction definitions for word sign extension.

Applied, thanks.

r~