
# HG changeset patch # User Kaitlin Rupert <karupert@us.ibm.com> # Date 1212719877 25200 # Node ID 59fce67164a22315bb712f692dfd93314c4f30e0 # Parent 727d97c09d77d73f3542ba49a9dd19ba119a67eb Remove bootloader from vsms.py in the Xen case. This looks like an old bug that was masked by some tests that are XFAILing. Since the cimtest guest uses a ramdisk, we should not set a bootloader for paravirtualized guests. Signed-off-by: Kaitlin Rupert <karupert@us.ibm.com> diff -r 727d97c09d77 -r 59fce67164a2 suites/libvirt-cim/lib/XenKvmLib/vsms.py --- a/suites/libvirt-cim/lib/XenKvmLib/vsms.py Tue Jun 10 18:26:20 2008 -0700 +++ b/suites/libvirt-cim/lib/XenKvmLib/vsms.py Thu Jun 05 19:37:57 2008 -0700 @@ -105,8 +105,6 @@ elif type == 'LXC': self.InitPath = const.LXC_init_path else: - self.Bootloader = live.bootloader(Globals.CIM_IP, 0) - self.BootloaderArgs = '' self.Kernel = const.Xen_kernel_path self.Ramdisk = const.Xen_init_path