Signed-off-by: Ian Campbell <ian.campb...@citrix.com>
---
 make-distros-flight | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/make-distros-flight b/make-distros-flight
index c61f5c8..49f4b60 100755
--- a/make-distros-flight
+++ b/make-distros-flight
@@ -39,7 +39,15 @@ case $branch in
 esac
 
 job_create_build_filter_callback () {
-    :
+  local job=$1; shift
+
+  case "$job" in
+    build-*-libvirt) return 1;;
+  esac
+  case " $* " in
+    *" enable_xsm=true "*) return 1;;
+  esac
+  return 0
 }
 
 if [ x$buildflight = x ]; then
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to