mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
libvirt >= 0.10.2 required for libvirt backend.
This commit is contained in:
2
README
2
README
@@ -76,7 +76,7 @@ For basic functionality and the C tools:
|
||||
|
||||
- libmagic (the library that corresponds to the 'file' command) (optional)
|
||||
|
||||
- libvirt (optional, >= 0.10.0 to use the libvirt launch method)
|
||||
- libvirt (optional, >= 0.10.2 to use the libvirt launch method)
|
||||
|
||||
- libxml2 (optional)
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
*/
|
||||
#define MIN_LIBVIRT_MAJOR 0
|
||||
#define MIN_LIBVIRT_MINOR 10
|
||||
#define MIN_LIBVIRT_MICRO 0
|
||||
#define MIN_LIBVIRT_MICRO 2 /* XXX patches in > 2 already */
|
||||
#define MIN_LIBVIRT_VERSION (MIN_LIBVIRT_MAJOR * 1000000 + \
|
||||
MIN_LIBVIRT_MINOR * 1000 + \
|
||||
MIN_LIBVIRT_MICRO)
|
||||
|
||||
Reference in New Issue
Block a user