ia64/xen-unstable
changeset 14551:5987388630f4
Create the new VM with the default crash behaviour set.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Mon Mar 26 00:40:34 2007 +0100 (2007-03-26) |
parents | 90d84e83ad77 |
children | 8addc5015523 |
files | tools/libxen/test/test_bindings.c |
line diff
1.1 --- a/tools/libxen/test/test_bindings.c Mon Mar 26 00:30:10 2007 +0100 1.2 +++ b/tools/libxen/test/test_bindings.c Mon Mar 26 00:40:34 2007 +0100 1.3 @@ -400,7 +400,7 @@ static xen_vm create_new_vm(xen_session 1.4 .vcpus_at_startup = 2, 1.5 .actions_after_shutdown = XEN_ON_NORMAL_EXIT_DESTROY, 1.6 .actions_after_reboot = XEN_ON_NORMAL_EXIT_RESTART, 1.7 - .actions_after_crash = XEN_ON_CRASH_BEHAVIOUR_PRESERVE, 1.8 + .actions_after_crash = XEN_ON_CRASH_BEHAVIOUR_RESTART, 1.9 .hvm_boot_policy = hvm ? "BIOS order" : NULL, 1.10 .hvm_boot_params = hvm ? hvm_boot_params : NULL, 1.11 .pv_bootloader = hvm ? NULL : "pygrub",