[PR #289] [CLOSED] Dev 10.0.2 #389

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/289
Author: @TukaramT
Created: 6/20/2025
Status: Closed

Base: masterHead: dev_10.0.2


📝 Commits (10+)

  • 3af56fc target/i386: Fix model number of Zhaoxin YongFeng vCPU template
  • 86ffc25 target/i386: Reset parked vCPUs together with the online ones
  • 00a5dc2 target/i386/hvf: fix lflags_to_rflags
  • 2da497f target/avr: Improve decode of LDS, STS
  • 94da90b hw/core: Get default_cpu_type calling machine_class_default_cpu_type()
  • dbbb444 hw/core/cpu: gdb_arch_name string should not be freed
  • e60bbda target/mips: Fix MIPS16e translation
  • 7bff88a meson: Use has_header_symbol() to check getcpu()
  • 1604055 meson: Remove CONFIG_STATX and CONFIG_STATX_MNT_ID
  • e1ccfea meson: Share common C source prefixes

📊 Changes

49 files changed (+754 additions, -399 deletions)

View changed files

.github/workflows/build.yml (+53 -0)
📝 VERSION (+1 -1)
📝 accel/kvm/kvm-all.c (+5 -3)
📝 accel/tcg/translate-all.c (+1 -1)
📝 common-user/host/riscv/safe-syscall.inc.S (+2 -2)
📝 docs/devel/codebase.rst (+1 -1)
📝 docs/system/qemu-block-drivers.rst.inc (+0 -2)
📝 hw/9pfs/9p.c (+30 -9)
📝 hw/9pfs/9p.h (+1 -0)
📝 hw/arm/npcm8xx_boards.c (+1 -1)
📝 hw/char/pl011.c (+5 -0)
📝 hw/core/machine-qmp-cmds.c (+3 -2)
📝 hw/gpio/imx_gpio.c (+1 -1)
📝 hw/i2c/imx_i2c.c (+5 -6)
📝 hw/nvme/subsys.c (+0 -1)
📝 hw/pci-host/gt64120.c (+48 -34)
📝 hw/pci/pci_host.c (+0 -6)
📝 hw/riscv/riscv_hart.c (+5 -2)
📝 hw/s390x/s390-virtio-ccw.c (+1 -0)
📝 hw/virtio/virtio.c (+3 -1)

...and 29 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/289 **Author:** [@TukaramT](https://github.com/TukaramT) **Created:** 6/20/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev_10.0.2` --- ### 📝 Commits (10+) - [`3af56fc`](https://github.com/qemu/qemu/commit/3af56fc07fa3c2d8170d9271762ab6d3ba115779) target/i386: Fix model number of Zhaoxin YongFeng vCPU template - [`86ffc25`](https://github.com/qemu/qemu/commit/86ffc25d3590bedac3fe00d6e2a5613ab89a5d68) target/i386: Reset parked vCPUs together with the online ones - [`00a5dc2`](https://github.com/qemu/qemu/commit/00a5dc28994e96f71a4aa7ad4273af9581f4f289) target/i386/hvf: fix lflags_to_rflags - [`2da497f`](https://github.com/qemu/qemu/commit/2da497fd4fc0a5e09432443c6470c6e673e025d1) target/avr: Improve decode of LDS, STS - [`94da90b`](https://github.com/qemu/qemu/commit/94da90b8c7fa949ae3f61c254ee90b04889c016e) hw/core: Get default_cpu_type calling machine_class_default_cpu_type() - [`dbbb444`](https://github.com/qemu/qemu/commit/dbbb444d72f7c7b251e9b88185d9b8fc2a468efa) hw/core/cpu: gdb_arch_name string should not be freed - [`e60bbda`](https://github.com/qemu/qemu/commit/e60bbdad934c619d1d325b68f51497f740fe1888) target/mips: Fix MIPS16e translation - [`7bff88a`](https://github.com/qemu/qemu/commit/7bff88a745e6d1cecbdbabf6691d412394171037) meson: Use has_header_symbol() to check getcpu() - [`1604055`](https://github.com/qemu/qemu/commit/1604055e4e8ccf37ad0a27a4fcf6985201ff00ae) meson: Remove CONFIG_STATX and CONFIG_STATX_MNT_ID - [`e1ccfea`](https://github.com/qemu/qemu/commit/e1ccfea380ceafed77269735eee4b3b862dc8b6f) meson: Share common C source prefixes ### 📊 Changes **49 files changed** (+754 additions, -399 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build.yml` (+53 -0) 📝 `VERSION` (+1 -1) 📝 `accel/kvm/kvm-all.c` (+5 -3) 📝 `accel/tcg/translate-all.c` (+1 -1) 📝 `common-user/host/riscv/safe-syscall.inc.S` (+2 -2) 📝 `docs/devel/codebase.rst` (+1 -1) 📝 `docs/system/qemu-block-drivers.rst.inc` (+0 -2) 📝 `hw/9pfs/9p.c` (+30 -9) 📝 `hw/9pfs/9p.h` (+1 -0) 📝 `hw/arm/npcm8xx_boards.c` (+1 -1) 📝 `hw/char/pl011.c` (+5 -0) 📝 `hw/core/machine-qmp-cmds.c` (+3 -2) 📝 `hw/gpio/imx_gpio.c` (+1 -1) 📝 `hw/i2c/imx_i2c.c` (+5 -6) 📝 `hw/nvme/subsys.c` (+0 -1) 📝 `hw/pci-host/gt64120.c` (+48 -34) 📝 `hw/pci/pci_host.c` (+0 -6) 📝 `hw/riscv/riscv_hart.c` (+5 -2) 📝 `hw/s390x/s390-virtio-ccw.c` (+1 -0) 📝 `hw/virtio/virtio.c` (+3 -1) _...and 29 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:31:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#389