]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
"advertise" tls_test in domain_config
authorAntti Kantee <pooka@iki.fi>
Tue, 20 Jan 2015 16:47:39 +0000 (17:47 +0100)
committerAntti Kantee <pooka@iki.fi>
Tue, 20 Jan 2015 16:59:03 +0000 (17:59 +0100)
domain_config

index d79c5fba00f17f91e2e628f175b68889abe2d7f1..42669a751f4a38bb5bfa012796ff5c2df20b154e 100644 (file)
@@ -10,10 +10,11 @@ vif = [ 'mac=b2:11:11:11:11:11' ]
 # Also, you need to "xl pci-assignable-add 00:08.00" etc.
 #pci = [ "0000:00:08.0","0000:00:09.00" ]
 
-# if 1, run fs test
-# if 2, run net test
-# if 4, run httpd
-# if 8, run pthread_test
+# if 0x01, run fs test
+# if 0x02, run net test
+# if 0x04, run httpd
+# if 0x08, run pthread_test
+# if 0x10, run tls_test
 # or any bitwise combination thereof
 # note: both "2" and "4" run forever, so "6" is effectively "2"
 extra = "4"