We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aecff84 + 97d497a commit ca0e7c1Copy full SHA for ca0e7c1
xen/xenops_interface.ml
@@ -51,7 +51,6 @@ exception No_bootable_device
51
exception Bootloader_error of (string * string)
52
exception Cannot_free_this_much_memory of (int64 * int64)
53
exception Vms_failed_to_cooperate of string list
54
-exception Ballooning_error of (string * string)
55
exception IO_error
56
exception Failed_to_contact_remote_service of string
57
exception Hook_failed of (string * string * string * string)
@@ -61,6 +60,7 @@ exception Storage_backend_error of (string * (string list))
61
60
exception PCIBack_not_loaded
62
exception Failed_to_run_script of string
63
exception Failed_to_start_emulator of (string * string * string)
+exception Ballooning_timeout_before_migration
64
65
type debug_info = string
66
0 commit comments