[PR #25] [CLOSED] Evolve #41

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/25
Author: @amazonsx
Created: 7/23/2015
Status: ❌ Closed

Base: master ← Head: evolve


📝 Commits (10+)

  • 7e213f8 block: Make essential BlockDriver objects public
  • e81703b block: Omit bdrv_find_format for essential drivers
  • 1961d1c block/vvfat: qcow driver may not be found
  • 0fc9a06 block/nfs: Add create_opts
  • 6065d54 block: Check create_opts before image creation
  • 10be14e qemu-img: Check create_opts before image creation
  • b15bfd0 qemu-img: Check create_opts before image amendment
  • 0a0a984 iotests: Only kill NBD server if it runs
  • ff15187 iotests: Add test for unsupported image creation
  • 1e85e69 qcow2: Prevent numerical overflow

📊 Changes

71 files changed (+691 additions, -129 deletions)

View changed files

📝 VERSION (+1 -1)
📝 audio/audio_template.h (+1 -1)
📝 block-migration.c (+11 -3)
📝 block.c (+20 -16)
📝 block/iscsi.c (+1 -1)
📝 block/nfs.c (+15 -0)
📝 block/qcow2-cluster.c (+1 -1)
📝 block/qcow2.c (+22 -11)
📝 block/raw-posix.c (+2 -1)
📝 block/raw-win32.c (+1 -1)
📝 block/raw_bsd.c (+1 -1)
📝 block/vpc.c (+3 -7)
📝 block/vvfat.c (+6 -0)
📝 cpus.c (+4 -0)
📝 exec.c (+2 -2)
📝 hw/audio/sb16.c (+2 -2)
📝 hw/char/serial.c (+27 -4)
📝 hw/core/qdev.c (+6 -1)
📝 hw/i386/acpi-dsdt-cpu-hotplug.dsl (+1 -0)
📝 hw/i386/acpi-dsdt.hex.generated (+36 -7)

...and 51 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/25 **Author:** [@amazonsx](https://github.com/amazonsx) **Created:** 7/23/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `evolve` --- ### 📝 Commits (10+) - [`7e213f8`](https://github.com/qemu/qemu/commit/7e213f853551c6d528af9f7bddb3ab1b7b03903f) block: Make essential BlockDriver objects public - [`e81703b`](https://github.com/qemu/qemu/commit/e81703b42c7552e9f43701a3e7fd937b7fa3080b) block: Omit bdrv_find_format for essential drivers - [`1961d1c`](https://github.com/qemu/qemu/commit/1961d1c3474aa4d957f5eff4d122908250089fdb) block/vvfat: qcow driver may not be found - [`0fc9a06`](https://github.com/qemu/qemu/commit/0fc9a06b565ceea71662f69391ee6d86634faf25) block/nfs: Add create_opts - [`6065d54`](https://github.com/qemu/qemu/commit/6065d5484a092d55b274876d1fafb8223041842a) block: Check create_opts before image creation - [`10be14e`](https://github.com/qemu/qemu/commit/10be14ee7d1d82e439f0fab69e32c90427afa07c) qemu-img: Check create_opts before image creation - [`b15bfd0`](https://github.com/qemu/qemu/commit/b15bfd0558934703cfa860117a38d7f0a71645ae) qemu-img: Check create_opts before image amendment - [`0a0a984`](https://github.com/qemu/qemu/commit/0a0a9843524a80a632e827e5c2cfb7c6a496f8ba) iotests: Only kill NBD server if it runs - [`ff15187`](https://github.com/qemu/qemu/commit/ff15187eca2d70cbd3f9352441920d9a545198e0) iotests: Add test for unsupported image creation - [`1e85e69`](https://github.com/qemu/qemu/commit/1e85e69fd6972d1990c6309dfa273ccd8b12d92a) qcow2: Prevent numerical overflow ### 📊 Changes **71 files changed** (+691 additions, -129 deletions) <details> <summary>View changed files</summary> 📝 `VERSION` (+1 -1) 📝 `audio/audio_template.h` (+1 -1) 📝 `block-migration.c` (+11 -3) 📝 `block.c` (+20 -16) 📝 `block/iscsi.c` (+1 -1) 📝 `block/nfs.c` (+15 -0) 📝 `block/qcow2-cluster.c` (+1 -1) 📝 `block/qcow2.c` (+22 -11) 📝 `block/raw-posix.c` (+2 -1) 📝 `block/raw-win32.c` (+1 -1) 📝 `block/raw_bsd.c` (+1 -1) 📝 `block/vpc.c` (+3 -7) 📝 `block/vvfat.c` (+6 -0) 📝 `cpus.c` (+4 -0) 📝 `exec.c` (+2 -2) 📝 `hw/audio/sb16.c` (+2 -2) 📝 `hw/char/serial.c` (+27 -4) 📝 `hw/core/qdev.c` (+6 -1) 📝 `hw/i386/acpi-dsdt-cpu-hotplug.dsl` (+1 -0) 📝 `hw/i386/acpi-dsdt.hex.generated` (+36 -7) _...and 51 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:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#41