[PR #216] [CLOSED] Updating from latest qemu #259

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/216
Author: @scrameta
Created: 8/10/2022
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 0ca7fda Revert commit that blows up arm for some unknown reason
  • 6acce7f Mister minimig hybrid emulation machine

📊 Changes

22 files changed (+675 additions, -35 deletions)

View changed files

📝 configs/devices/m68k-softmmu/default.mak (+1 -0)
📝 hw/m68k/Kconfig (+3 -0)
📝 hw/m68k/meson.build (+1 -0)
hw/m68k/mister_minimig.c (+186 -0)
📝 hw/timer/meson.build (+1 -0)
hw/timer/mister_interruptpoll.c (+439 -0)
📝 include/hw/core/tcg-cpu-ops.h (+1 -2)
minimig_ioctl.h (+6 -0)
📝 target/alpha/cpu.h (+1 -6)
📝 target/arm/internals.h (+1 -1)
📝 target/hppa/cpu.c (+3 -4)
📝 target/m68k/helper.c (+6 -2)
📝 target/m68k/op_helper.c (+14 -0)
📝 target/m68k/translate.c (+0 -8)
📝 target/microblaze/cpu.h (+1 -1)
📝 target/mips/tcg/tcg-internal.h (+2 -2)
📝 target/nios2/cpu.h (+2 -2)
📝 target/ppc/internal.h (+1 -1)
📝 target/riscv/cpu.h (+1 -1)
📝 target/s390x/s390x-internal.h (+1 -1)

...and 2 more files

📄 Description

No description provided


🔄 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/216 **Author:** [@scrameta](https://github.com/scrameta) **Created:** 8/10/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`0ca7fda`](https://github.com/qemu/qemu/commit/0ca7fda7a059d9799efd291b7e4d988ef78de5f4) Revert commit that blows up arm for some unknown reason - [`6acce7f`](https://github.com/qemu/qemu/commit/6acce7f44e7f748a5109a9f5fb095eda2414529c) Mister minimig hybrid emulation machine ### 📊 Changes **22 files changed** (+675 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `configs/devices/m68k-softmmu/default.mak` (+1 -0) 📝 `hw/m68k/Kconfig` (+3 -0) 📝 `hw/m68k/meson.build` (+1 -0) ➕ `hw/m68k/mister_minimig.c` (+186 -0) 📝 `hw/timer/meson.build` (+1 -0) ➕ `hw/timer/mister_interruptpoll.c` (+439 -0) 📝 `include/hw/core/tcg-cpu-ops.h` (+1 -2) ➕ `minimig_ioctl.h` (+6 -0) 📝 `target/alpha/cpu.h` (+1 -6) 📝 `target/arm/internals.h` (+1 -1) 📝 `target/hppa/cpu.c` (+3 -4) 📝 `target/m68k/helper.c` (+6 -2) 📝 `target/m68k/op_helper.c` (+14 -0) 📝 `target/m68k/translate.c` (+0 -8) 📝 `target/microblaze/cpu.h` (+1 -1) 📝 `target/mips/tcg/tcg-internal.h` (+2 -2) 📝 `target/nios2/cpu.h` (+2 -2) 📝 `target/ppc/internal.h` (+1 -1) 📝 `target/riscv/cpu.h` (+1 -1) 📝 `target/s390x/s390x-internal.h` (+1 -1) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <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:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#259