[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Create the new VM with the default crash behaviour set.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Date 1174866034 -3600 # Node ID 5987388630f456b390efcfff30ed84deaba3b074 # Parent 90d84e83ad7777ad602039423541979a1e2acda3 Create the new VM with the default crash behaviour set. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/libxen/test/test_bindings.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 90d84e83ad77 -r 5987388630f4 tools/libxen/test/test_bindings.c --- a/tools/libxen/test/test_bindings.c Mon Mar 26 00:30:10 2007 +0100 +++ b/tools/libxen/test/test_bindings.c Mon Mar 26 00:40:34 2007 +0100 @@ -400,7 +400,7 @@ static xen_vm create_new_vm(xen_session .vcpus_at_startup = 2, .actions_after_shutdown = XEN_ON_NORMAL_EXIT_DESTROY, .actions_after_reboot = XEN_ON_NORMAL_EXIT_RESTART, - .actions_after_crash = XEN_ON_CRASH_BEHAVIOUR_PRESERVE, + .actions_after_crash = XEN_ON_CRASH_BEHAVIOUR_RESTART, .hvm_boot_policy = hvm ? "BIOS order" : NULL, .hvm_boot_params = hvm ? hvm_boot_params : NULL, .pv_bootloader = hvm ? NULL : "pygrub", _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |