From ddd9bc04ca4e1db15f8c0d0571bc9c50cd722345 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 25 Apr 2008 12:03:57 +0000 Subject: [PATCH] patch 1/4 extended HVM features for 1.2 This patch extends the config objects with the slots to handle more HVM configuration items. Author: schreiberal Reviewed-by: iustinp,imsnah --- lib/objects.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/objects.py b/lib/objects.py index c84043375..3d78b5756 100644 --- a/lib/objects.py +++ b/lib/objects.py @@ -458,6 +458,10 @@ class Instance(TaggableObject): "kernel_path", "initrd_path", "hvm_boot_order", + "hvm_acpi", + "hvm_pae", + "hvm_cdrom_image_path", + "vnc_bind_address", ] def _ComputeSecondaryNodes(self): -- GitLab