[PR #44] [CLOSED] openpic timers #72

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/44
Author: @pfferrao
Created: 10/10/2016
Status: ❌ Closed

Base: master ← Head: master


📝 Commits (3)

📊 Changes

4 files changed (+462 additions, -88 deletions)

View changed files

📝 hw/intc/openpic.c (+454 -83)
📝 hw/ppc/e500.c (+2 -2)
📝 hw/ppc/e500plat.c (+1 -1)
📝 include/hw/ppc/openpic.h (+5 -2)

📄 Description

implements openpic timers A/B functionality and interrupts


🔄 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/44 **Author:** [@pfferrao](https://github.com/pfferrao) **Created:** 10/10/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`19a26a6`](https://github.com/qemu/qemu/commit/19a26a6b9c871cca5696e950334803b834f8d9ab) implements openpic timers A/B functionality and interrupts - [`e4fa020`](https://github.com/qemu/qemu/commit/e4fa020c56bd819ae413cce45bc49f52e383dfb0) Merge branch 'master' of https://github.com/qemu/qemu - [`8b8ef12`](https://github.com/qemu/qemu/commit/8b8ef1217f8394943f2862a585e23ec73f300043) changes p1010rdb to match pos uboot execution ### 📊 Changes **4 files changed** (+462 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `hw/intc/openpic.c` (+454 -83) 📝 `hw/ppc/e500.c` (+2 -2) 📝 `hw/ppc/e500plat.c` (+1 -1) 📝 `include/hw/ppc/openpic.h` (+5 -2) </details> ### 📄 Description implements openpic timers A/B functionality and interrupts --- <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:29: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#72