[PR #20] [CLOSED] Stable 2.1 #35

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/20
Author: @hkscy
Created: 3/12/2015
Status: ❌ Closed

Base: master ← Head: stable-2.1


📝 Commits (10+)

  • 42f7a13 qmp: hide "hotplugged" device property from device-list-properties
  • 5f26e63 qdev-monitor: include QOM properties in -device FOO, help output
  • dfd4808 vfio: Fix MSI-X vector expansion
  • e22d5dc l2tpv3 (configure): it is linux-specific
  • bd47406 ide: only constrain read/write requests to drive size, not other types
  • 7c68c54 hw:i386: typo fix: MEMORY_HOPTLUG_DEVICE -> MEMORY_HOTPLUG_DEVICE
  • 044af98 pc-dimm: validate node property
  • 948574e pc-dimm: fix up error message
  • ba1bc81 numa: show hex number in error message for consistency and prefix them with 0x
  • 1ad9dce acpi: align RSDP

📊 Changes

144 files changed (+1900 additions, -476 deletions)

View changed files

📝 VERSION (+1 -1)
📝 audio/audio_template.h (+1 -1)
📝 backends/hostmem.c (+1 -1)
📝 backends/rng-egd.c (+1 -0)
📝 block-migration.c (+11 -3)
📝 block.c (+20 -16)
📝 block/blkdebug.c (+24 -0)
📝 block/iscsi.c (+2 -1)
📝 block/nfs.c (+15 -0)
📝 block/qcow2-cluster.c (+5 -3)
📝 block/qcow2.c (+22 -11)
📝 block/raw-posix.c (+11 -1)
📝 block/raw-win32.c (+1 -1)
📝 block/raw_bsd.c (+1 -1)
📝 block/snapshot.c (+4 -0)
📝 block/vvfat.c (+6 -0)
📝 configure (+1 -0)
📝 cpus.c (+9 -0)
📝 exec.c (+38 -4)
📝 gdbstub.c (+1 -1)

...and 80 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/20 **Author:** [@hkscy](https://github.com/hkscy) **Created:** 3/12/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `stable-2.1` --- ### 📝 Commits (10+) - [`42f7a13`](https://github.com/qemu/qemu/commit/42f7a13178c66ad19b6bca90b468b165c08429c7) qmp: hide "hotplugged" device property from device-list-properties - [`5f26e63`](https://github.com/qemu/qemu/commit/5f26e63b17c03bac019c21f63a693c2d207ccacc) qdev-monitor: include QOM properties in -device FOO, help output - [`dfd4808`](https://github.com/qemu/qemu/commit/dfd480822234169ec3a5c3b0f78030de5c2cbb92) vfio: Fix MSI-X vector expansion - [`e22d5dc`](https://github.com/qemu/qemu/commit/e22d5dc07350b81006ca6b9bf5fd7b517e2574ee) l2tpv3 (configure): it is linux-specific - [`bd47406`](https://github.com/qemu/qemu/commit/bd4740621c016ed7f45cb6ab366e0d17c693bfc9) ide: only constrain read/write requests to drive size, not other types - [`7c68c54`](https://github.com/qemu/qemu/commit/7c68c5402a1e1b91566694af0e33ee333d07e767) hw:i386: typo fix: MEMORY_HOPTLUG_DEVICE -> MEMORY_HOTPLUG_DEVICE - [`044af98`](https://github.com/qemu/qemu/commit/044af98ea8d5c2e36a18a123659e1f032a8cb75f) pc-dimm: validate node property - [`948574e`](https://github.com/qemu/qemu/commit/948574e0d251e56e338f26a19c16ccf3b581472f) pc-dimm: fix up error message - [`ba1bc81`](https://github.com/qemu/qemu/commit/ba1bc81991cd0fd6390ad31becdcb5ec028106bc) numa: show hex number in error message for consistency and prefix them with 0x - [`1ad9dce`](https://github.com/qemu/qemu/commit/1ad9dcec4777790b3a567888916c5aef55b512bf) acpi: align RSDP ### 📊 Changes **144 files changed** (+1900 additions, -476 deletions) <details> <summary>View changed files</summary> 📝 `VERSION` (+1 -1) 📝 `audio/audio_template.h` (+1 -1) 📝 `backends/hostmem.c` (+1 -1) 📝 `backends/rng-egd.c` (+1 -0) 📝 `block-migration.c` (+11 -3) 📝 `block.c` (+20 -16) 📝 `block/blkdebug.c` (+24 -0) 📝 `block/iscsi.c` (+2 -1) 📝 `block/nfs.c` (+15 -0) 📝 `block/qcow2-cluster.c` (+5 -3) 📝 `block/qcow2.c` (+22 -11) 📝 `block/raw-posix.c` (+11 -1) 📝 `block/raw-win32.c` (+1 -1) 📝 `block/raw_bsd.c` (+1 -1) 📝 `block/snapshot.c` (+4 -0) 📝 `block/vvfat.c` (+6 -0) 📝 `configure` (+1 -0) 📝 `cpus.c` (+9 -0) 📝 `exec.c` (+38 -4) 📝 `gdbstub.c` (+1 -1) _...and 80 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:29: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#35