[PR #236] [CLOSED] Popcount dev #295

Open
opened 2026-01-31 21:30:39 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/236
Author: @nonlaminar
Created: 6/8/2023
Status: Closed

Base: masterHead: popcount_dev


📝 Commits (7)

  • c59bea5 added butter robot source code
  • ba7de94 added required modifications to virt.c
  • 8c327ee added required lines to build manager
  • 952c406 update memory locations - move ram up and move popcount to 400000
  • 2a70047 update to include some of required backend for popcount
  • 557bac3 update naming of functions
  • 1b46a89 reset register and documentation

📊 Changes

9 files changed (+168 additions, -1 deletions)

View changed files

📝 hw/Kconfig (+1 -0)
📝 hw/arm/Kconfig (+1 -0)
📝 hw/arm/virt.c (+7 -1)
📝 hw/meson.build (+1 -0)
hw/popcount/Kconfig (+2 -0)
hw/popcount/meson.build (+1 -0)
hw/popcount/popcount.c (+123 -0)
📝 include/hw/arm/virt.h (+1 -0)
include/hw/popcount/popcount.h (+31 -0)

📄 Description

Incorperates popcount with a reset register - fully capable system for emulating the popcount hardware required by IU


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/236 **Author:** [@nonlaminar](https://github.com/nonlaminar) **Created:** 6/8/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `popcount_dev` --- ### 📝 Commits (7) - [`c59bea5`](https://github.com/qemu/qemu/commit/c59bea53e866cd5c1f885c017cf405aa32636d7c) added butter robot source code - [`ba7de94`](https://github.com/qemu/qemu/commit/ba7de945f2d0bd3c01291aa9367e7dead2f19b7b) added required modifications to virt.c - [`8c327ee`](https://github.com/qemu/qemu/commit/8c327eed02a25084fcce2dbc9608387d34830a2f) added required lines to build manager - [`952c406`](https://github.com/qemu/qemu/commit/952c4069b1a1b964bb8133132ee7e494e1504170) update memory locations - move ram up and move popcount to 400000 - [`2a70047`](https://github.com/qemu/qemu/commit/2a700478af62a59c667c880cad71fb873794b803) update to include some of required backend for popcount - [`557bac3`](https://github.com/qemu/qemu/commit/557bac30fcb202009497d72d8f40c50e4c2a98f8) update naming of functions - [`1b46a89`](https://github.com/qemu/qemu/commit/1b46a89242bb9d2aecd2d8ad38a1d85f188c3b88) reset register and documentation ### 📊 Changes **9 files changed** (+168 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `hw/Kconfig` (+1 -0) 📝 `hw/arm/Kconfig` (+1 -0) 📝 `hw/arm/virt.c` (+7 -1) 📝 `hw/meson.build` (+1 -0) ➕ `hw/popcount/Kconfig` (+2 -0) ➕ `hw/popcount/meson.build` (+1 -0) ➕ `hw/popcount/popcount.c` (+123 -0) 📝 `include/hw/arm/virt.h` (+1 -0) ➕ `include/hw/popcount/popcount.h` (+31 -0) </details> ### 📄 Description Incorperates popcount with a reset register - fully capable system for emulating the popcount hardware required by IU --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:30:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#295