[PR #56] [CLOSED] Feature ext snapshots #102

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/56
Author: @proffK
Created: 8/11/2017
Status: Closed

Base: masterHead: FEATURE_EXT_SNAPSHOTS


📝 Commits (3)

  • 3ec995c extsnap: configure option
  • 2f91993 extsnap: savevm-ext/loadvm-ext
  • 3e8fe87 extsnap: incrementality

📊 Changes

14 files changed (+781 additions, -6 deletions)

View changed files

📝 configure (+11 -0)
📝 hmp-commands.hx (+32 -1)
📝 hw/core/loader.c (+13 -0)
📝 hw/core/reset.c (+19 -0)
📝 include/exec/ram_addr.h (+34 -0)
📝 include/hw/loader.h (+5 -0)
📝 include/sysemu/reset.h (+4 -0)
📝 include/sysemu/sysemu.h (+6 -0)
📝 migration/Makefile.objs (+1 -0)
📝 migration/ram.c (+9 -0)
migration/savevm-ext.c (+563 -0)
📝 monitor.c (+25 -3)
📝 qemu-options.hx (+20 -0)
📝 vl.c (+39 -2)

📄 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/56 **Author:** [@proffK](https://github.com/proffK) **Created:** 8/11/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `FEATURE_EXT_SNAPSHOTS` --- ### 📝 Commits (3) - [`3ec995c`](https://github.com/qemu/qemu/commit/3ec995c0e1c455ad4eabc241193b061139cab458) extsnap: configure option - [`2f91993`](https://github.com/qemu/qemu/commit/2f9199322caf81ee70d172783e419e620dba6917) extsnap: savevm-ext/loadvm-ext - [`3e8fe87`](https://github.com/qemu/qemu/commit/3e8fe87f3b69d29189188803b7b1d42df14e71f3) extsnap: incrementality ### 📊 Changes **14 files changed** (+781 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `configure` (+11 -0) 📝 `hmp-commands.hx` (+32 -1) 📝 `hw/core/loader.c` (+13 -0) 📝 `hw/core/reset.c` (+19 -0) 📝 `include/exec/ram_addr.h` (+34 -0) 📝 `include/hw/loader.h` (+5 -0) 📝 `include/sysemu/reset.h` (+4 -0) 📝 `include/sysemu/sysemu.h` (+6 -0) 📝 `migration/Makefile.objs` (+1 -0) 📝 `migration/ram.c` (+9 -0) ➕ `migration/savevm-ext.c` (+563 -0) 📝 `monitor.c` (+25 -3) 📝 `qemu-options.hx` (+20 -0) 📝 `vl.c` (+39 -2) </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:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#102