Skip to content

Commit 8b2b549

Browse files
committed
update README: add note about supported versions (#26)
1 parent ab334cb commit 8b2b549

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ project:
2222

2323
- [Installation](#installation)
2424
- [Prerequisites](#prerequisites)
25+
- [Supported QEMU versions](#supported-qemu-versions)
2526
- [Usage](#usage)
2627
- [Backup](#backup)
2728
- [Backup chains / unique bitmap names](#backup-chains--unique-bitmap-names)
@@ -73,6 +74,13 @@ usually this happens by starting the virtual machine via:
7374
`Note:` Use a dedicated socket for backup operations if possible, as qmp
7475
sockets only allow one connection at a time.
7576

77+
## Supported QEMU versions
78+
79+
Up until [Version 0.45](https://github.com/abbbi/qmpbackup/releases/tag/v0.45)
80+
QEMU <= 7.0.0 is supported, all later versions introduce [image
81+
fleecing](https://abbbi.github.io/fleece/) and require at least QEMU Version
82+
7.1.
83+
7684
# Usage
7785

7886
In order to create a full backup use the following command:

0 commit comments

Comments
 (0)