# HG changeset patch # User stekloff@xxxxxxxxxxxxxxxxxxxxxxxxxx # Node ID 4da83616bf13cf788c5093910ff50796b72d1617 # Parent da7873110bbb8b55d9adb9111d100e209fc49ee6 Updated default config options for VMX test domains in xm-test, got rid of nics option and added acpi and apic. Signed-off-by: Daniel Stekloff diff -r da7873110bbb -r 4da83616bf13 tools/xm-test/lib/XmTestLib/XenDomain.py --- a/tools/xm-test/lib/XmTestLib/XenDomain.py Mon Jan 9 18:46:46 2006 +++ b/tools/xm-test/lib/XmTestLib/XenDomain.py Mon Jan 9 21:19:17 2006 @@ -72,7 +72,8 @@ } VmxDefaults = {"memory" : 64, "vcpus" : 1, - "nics" : 0, + "acpi" : 0, + "apic" : 0, "disk" : ["file:%s/disk.img,ioemu:%s,w" % (getRdPath(), BLOCK_ROOT_DEV)], "kernel" : "/usr/lib/xen/boot/vmxloader",