summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION61
1 files changed, 57 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 9548039..08cbf47 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #123 libvirt version 0.5.7 ] {
+Extension [ <persistent> extension #70 libvirt version 0.5.8 ] {
- INI {
Entry [ libvirt.longlong_to_string <ALL> ]
@@ -18,7 +18,7 @@ Extension [ <persistent> extension #123 libvirt version 0.5.7 ] {
}
}
- - Constants [193] {
+ - Constants [199] {
Constant [ int VIR_DOMAIN_XML_SECURE ] { 1 }
Constant [ int VIR_DOMAIN_XML_INACTIVE ] { 2 }
Constant [ int VIR_DOMAIN_XML_UPDATE_CPU ] { 4 }
@@ -139,6 +139,9 @@ Extension [ <persistent> extension #123 libvirt version 0.5.7 ] {
Constant [ int VIR_DOMAIN_BLOCK_REBASE_COPY_DEV ] { 32 }
Constant [ int VIR_DOMAIN_BLOCK_REBASE_BANDWIDTH_BYTES ] { 64 }
Constant [ int VIR_DOMAIN_BLOCK_RESIZE_BYTES ] { 1 }
+ Constant [ string VIR_DOMAIN_BLOCK_COPY_BANDWIDTH ] { bandwidth }
+ Constant [ string VIR_DOMAIN_BLOCK_COPY_GRANULARITY ] { granularity }
+ Constant [ string VIR_DOMAIN_BLOCK_COPY_BUF_SIZE ] { buf-size }
Constant [ int VIR_MIGRATE_LIVE ] { 1 }
Constant [ int VIR_MIGRATE_PEER2PEER ] { 2 }
Constant [ int VIR_MIGRATE_TUNNELLED ] { 4 }
@@ -212,6 +215,9 @@ Extension [ <persistent> extension #123 libvirt version 0.5.7 ] {
Constant [ int VIR_DOMAIN_UNDEFINE_SNAPSHOTS_METADATA ] { 2 }
Constant [ int VIR_DOMAIN_UNDEFINE_NVRAM ] { 4 }
Constant [ int VIR_DOMAIN_UNDEFINE_KEEP_NVRAM ] { 8 }
+ Constant [ int VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA ] { 16 }
+ Constant [ int VIR_DOMAIN_UNDEFINE_TPM ] { 32 }
+ Constant [ int VIR_DOMAIN_UNDEFINE_KEEP_TPM ] { 64 }
}
- Functions {
@@ -248,6 +254,18 @@ Extension [ <persistent> extension #123 libvirt version 0.5.7 ] {
Parameter #1 [ <optional> $xpath = <default> ]
}
}
+ Function [ <internal:libvirt> function libvirt_connect_get_domain_capabilities ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $conn ]
+ Parameter #1 [ <optional> $emulatorbin = <default> ]
+ Parameter #2 [ <optional> $arch = <default> ]
+ Parameter #3 [ <optional> $machine = <default> ]
+ Parameter #4 [ <optional> $virttype = <default> ]
+ Parameter #5 [ <optional> $flags = <default> ]
+ Parameter #6 [ <optional> $xpath = <default> ]
+ }
+ }
Function [ <internal:libvirt> function libvirt_connect_get_emulator ] {
- Parameters [2] {
@@ -395,9 +413,8 @@ Extension [ <persistent> extension #123 libvirt version 0.5.7 ] {
}
Function [ <internal:libvirt> function libvirt_domain_get_xml_desc ] {
- - Parameters [2] {
+ - Parameters [1] {
Parameter #0 [ <required> $conn ]
- Parameter #1 [ <optional> $xpath = <default> ]
}
}
Function [ <internal:libvirt> function libvirt_domain_get_disk_devices ] {
@@ -689,6 +706,34 @@ Extension [ <persistent> extension #123 libvirt version 0.5.7 ] {
Parameter #3 [ <optional> $top = <default> ]
}
}
+ Function [ <internal:libvirt> function libvirt_domain_block_copy ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $res ]
+ Parameter #1 [ <required> $disk ]
+ Parameter #2 [ <required> $destxml ]
+ Parameter #3 [ <optional> $params = <default> ]
+ }
+ }
+ Function [ <internal:libvirt> function libvirt_domain_block_pull ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $res ]
+ Parameter #1 [ <required> $disk ]
+ Parameter #2 [ <optional> $bandwidth = <default> ]
+ Parameter #3 [ <optional> $flags = <default> ]
+ }
+ }
+ Function [ <internal:libvirt> function libvirt_domain_block_rebase ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $res ]
+ Parameter #1 [ <required> $disk ]
+ Parameter #2 [ <required> $base ]
+ Parameter #3 [ <optional> $bandwidth = <default> ]
+ Parameter #4 [ <optional> $flags = <default> ]
+ }
+ }
Function [ <internal:libvirt> function libvirt_domain_block_stats ] {
- Parameters [2] {
@@ -981,6 +1026,14 @@ Extension [ <persistent> extension #123 libvirt version 0.5.7 ] {
Parameter #1 [ <optional> $flags = <default> ]
}
}
+ Function [ <internal:libvirt> function libvirt_domain_snapshot_create_xml ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $conn ]
+ Parameter #1 [ <required> $xml ]
+ Parameter #2 [ <optional> $flags = <default> ]
+ }
+ }
Function [ <internal:libvirt> function libvirt_domain_snapshot_current ] {
- Parameters [2] {