From ab492219788912d4bb40b2974256b0c31cd17227 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Mon, 26 Mar 2007 00:40:34 +0100 Subject: Create the new VM with the default crash behaviour set. Signed-off-by: Ewan Mellor --- tools/libxen/test/test_bindings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/libxen') diff --git a/tools/libxen/test/test_bindings.c b/tools/libxen/test/test_bindings.c index 96ac6ef12f..68f7985f9d 100644 --- a/tools/libxen/test/test_bindings.c +++ b/tools/libxen/test/test_bindings.c @@ -400,7 +400,7 @@ static xen_vm create_new_vm(xen_session *session, bool hvm) .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", -- cgit v1.2.3