summaryrefslogtreecommitdiff
path: root/Using Libvirt to manage QEMU image bitmaps.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-04-15 19:44:48 +0200
committerJasper Ras <jras@hostnet.nl>2025-04-15 19:44:48 +0200
commitc8c774ad7c0d98def2e83647d4f635ee275b66de (patch)
tree99e16d1cb376d00bcf449f140fb8845463feee7c /Using Libvirt to manage QEMU image bitmaps.md
parenteae6b57f17f5065a2bd3f130668043693f579cb4 (diff)
vault backup: 2025-04-15 19:44:48
Diffstat (limited to 'Using Libvirt to manage QEMU image bitmaps.md')
-rw-r--r--Using Libvirt to manage QEMU image bitmaps.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/Using Libvirt to manage QEMU image bitmaps.md b/Using Libvirt to manage QEMU image bitmaps.md
index 92eef5f..72942b3 100644
--- a/Using Libvirt to manage QEMU image bitmaps.md
+++ b/Using Libvirt to manage QEMU image bitmaps.md
@@ -18,4 +18,12 @@ There are six primary bitmap-management API commands:
And one related query command:
- `query-block`
-The `node` argument to bitmap cmds can be found as `node-name` in `query-block` results. \ No newline at end of file
+The `node` argument to bitmap cmds can be found as `node-name` in `query-block` results.
+
+
+#### Removing a dirty bitmap
+Cannot be removed if it is busy.
+Arguments: node, nameg
+
+---
+https://qemu-project.gitlab.io/qemu/interop/bitmaps.html \ No newline at end of file