[PR #84] [CLOSED] Stable 4.0 #148

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/84
Author: @wwj4271
Created: 10/31/2019
Status: Closed

Base: masterHead: stable-4.0


📝 Commits (10+)

  • 5669ef1 qcow2: Avoid COW during metadata preallocation
  • e628c14 qcow2: Add errp to preallocate_co()
  • 4382e8d qcow2: Fix full preallocation with external data file
  • 173e30d megasas: fix mapped frame size
  • 774f013 qcow2: Fix qcow2_make_empty() with external data file
  • 626a95f block: Fix AioContext switch for bs->drv == NULL
  • 48025d9 cutils: Fix size_to_str() on 32-bit platforms
  • da436b7 Makefile: add nit-picky mode to sphinx-build
  • 2974d63 docs/interop/bitmaps: rewrite and modernize doc
  • ffabb55 spapr/xive: fix EQ page addresses above 64GB

📊 Changes

108 files changed (+3075 additions, -906 deletions)

View changed files

📝 Makefile (+1 -1)
📝 VERSION (+1 -1)
📝 block.c (+6 -13)
📝 block/backup.c (+117 -141)
📝 block/create.c (+5 -1)
📝 block/curl.c (+59 -74)
📝 block/file-posix.c (+16 -0)
📝 block/mirror.c (+29 -0)
📝 block/nfs.c (+4 -2)
📝 block/nvme.c (+1 -1)
📝 block/qcow2.c (+36 -23)
📝 block/vpc.c (+2 -1)
📝 blockdev.c (+0 -4)
📝 blockjob.c (+13 -4)
📝 contrib/libvhost-user/libvhost-user.c (+2 -1)
📝 dma-helpers.c (+9 -4)
📝 docs/conf.py (+2 -2)
📝 docs/interop/bitmaps.rst (+1257 -328)
📝 docs/qemu-cpu-models.texi (+12 -0)
docs/sphinx/qmp_lexer.py (+43 -0)

...and 80 more files

📄 Description

That's what i need. Thanks.


🔄 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/84 **Author:** [@wwj4271](https://github.com/wwj4271) **Created:** 10/31/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `stable-4.0` --- ### 📝 Commits (10+) - [`5669ef1`](https://github.com/qemu/qemu/commit/5669ef1e6c40298762fc1f0610d6fac2a9552648) qcow2: Avoid COW during metadata preallocation - [`e628c14`](https://github.com/qemu/qemu/commit/e628c14be418cccf7f147a43b7b6c0d92f57e456) qcow2: Add errp to preallocate_co() - [`4382e8d`](https://github.com/qemu/qemu/commit/4382e8da228961dd319b7bacb5be4248da64de4e) qcow2: Fix full preallocation with external data file - [`173e30d`](https://github.com/qemu/qemu/commit/173e30de4c655efaa7ced9c3aca732ecacafb477) megasas: fix mapped frame size - [`774f013`](https://github.com/qemu/qemu/commit/774f013111dbb0ba3bb542f89ba1126c3c164573) qcow2: Fix qcow2_make_empty() with external data file - [`626a95f`](https://github.com/qemu/qemu/commit/626a95f4aa3823e4a1d121ce30400ed843153c10) block: Fix AioContext switch for bs->drv == NULL - [`48025d9`](https://github.com/qemu/qemu/commit/48025d942e2f4fc3582c37f17a30d0af7d474a66) cutils: Fix size_to_str() on 32-bit platforms - [`da436b7`](https://github.com/qemu/qemu/commit/da436b77d88e5c22b14d43e7c35c9f50855bc0cb) Makefile: add nit-picky mode to sphinx-build - [`2974d63`](https://github.com/qemu/qemu/commit/2974d636581cf3421af6038c4833876fa106f991) docs/interop/bitmaps: rewrite and modernize doc - [`ffabb55`](https://github.com/qemu/qemu/commit/ffabb55ec206654cbc7c3505476b57c80282f3fb) spapr/xive: fix EQ page addresses above 64GB ### 📊 Changes **108 files changed** (+3075 additions, -906 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) 📝 `VERSION` (+1 -1) 📝 `block.c` (+6 -13) 📝 `block/backup.c` (+117 -141) 📝 `block/create.c` (+5 -1) 📝 `block/curl.c` (+59 -74) 📝 `block/file-posix.c` (+16 -0) 📝 `block/mirror.c` (+29 -0) 📝 `block/nfs.c` (+4 -2) 📝 `block/nvme.c` (+1 -1) 📝 `block/qcow2.c` (+36 -23) 📝 `block/vpc.c` (+2 -1) 📝 `blockdev.c` (+0 -4) 📝 `blockjob.c` (+13 -4) 📝 `contrib/libvhost-user/libvhost-user.c` (+2 -1) 📝 `dma-helpers.c` (+9 -4) 📝 `docs/conf.py` (+2 -2) 📝 `docs/interop/bitmaps.rst` (+1257 -328) 📝 `docs/qemu-cpu-models.texi` (+12 -0) ➕ `docs/sphinx/qmp_lexer.py` (+43 -0) _...and 80 more files_ </details> ### 📄 Description That's what i need. Thanks. --- <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:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#148