[PR #52] [CLOSED] qcow2-img #92

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/52
Author: @lihuiba
Created: 4/5/2017
Status: Closed

Base: masterHead: hyper-block


📝 Commits (10+)

📊 Changes

12 files changed (+2680 additions, -21 deletions)

View changed files

📝 Makefile (+1 -0)
📝 block/qapi.c (+1 -0)
📝 block/qcow2-cluster.c (+52 -0)
📝 block/qcow2-snapshot.c (+53 -12)
📝 block/qcow2.c (+21 -9)
📝 block/qcow2.h (+5 -0)
📝 block/snapshot.c (+24 -0)
📝 include/block/block_int.h (+4 -0)
📝 include/block/snapshot.h (+5 -0)
qcow2-img-utils.c (+403 -0)
qcow2-img-utils.h (+59 -0)
qcow2-img.c (+2052 -0)

📄 Description

qcow2-img


🔄 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/52 **Author:** [@lihuiba](https://github.com/lihuiba) **Created:** 4/5/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `hyper-block` --- ### 📝 Commits (10+) - [`41d7334`](https://github.com/qemu/qemu/commit/41d73342868aff38914c981ff0b38eafaf090d7d) resize code - [`ccddfa3`](https://github.com/qemu/qemu/commit/ccddfa320141e2cc75cc4b63764066010c37fbfb) add - [`8d5436e`](https://github.com/qemu/qemu/commit/8d5436ef4065ecdbfe3aaf0eea94603a650b327a) add - [`9aecba0`](https://github.com/qemu/qemu/commit/9aecba0cde4222b25f70006155a73014493bed3c) add - [`03e8d2c`](https://github.com/qemu/qemu/commit/03e8d2c893a4d5e18b83c70dbd6fcf60bf22c43d) add code - [`d35ce55`](https://github.com/qemu/qemu/commit/d35ce55e9fdaa84096a113dd19c5b21a162740f4) add code - [`ab40b1a`](https://github.com/qemu/qemu/commit/ab40b1a4d1987782fc5f1df77f6b39563d372223) add - [`e19fe96`](https://github.com/qemu/qemu/commit/e19fe96ae4f067669b3367e490a29dd70a5ef86b) add - [`c4f6ac9`](https://github.com/qemu/qemu/commit/c4f6ac999c8d3f064b322bf6cddc870f98eee765) add - [`0dde31f`](https://github.com/qemu/qemu/commit/0dde31f9491645ecede1e6e36b8dd3873179f76f) add ### 📊 Changes **12 files changed** (+2680 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -0) 📝 `block/qapi.c` (+1 -0) 📝 `block/qcow2-cluster.c` (+52 -0) 📝 `block/qcow2-snapshot.c` (+53 -12) 📝 `block/qcow2.c` (+21 -9) 📝 `block/qcow2.h` (+5 -0) 📝 `block/snapshot.c` (+24 -0) 📝 `include/block/block_int.h` (+4 -0) 📝 `include/block/snapshot.h` (+5 -0) ➕ `qcow2-img-utils.c` (+403 -0) ➕ `qcow2-img-utils.h` (+59 -0) ➕ `qcow2-img.c` (+2052 -0) </details> ### 📄 Description qcow2-img --- <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:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#92