|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [patches] shype for xen / patches
Reiner Sailer wrote:
Comments/feedback related to these patches are very welcome.
+++ xeno-unstable.bk/tools/policy/policy_tool.c 2005-03-29 ...
+int acm_domain_set_chwallpolicy(void *bufstart, int buflen) {
+#define CWALL_MAX_SSIDREFS 5
+#define CWALL_MAX_TYPES 10
+#define CWALL_MAX_CONFLICTSETS 2
+int acm_domain_set_stepolicy(void *bufstart, int buflen) {
+#define STE_MAX_SSIDREFS 5
+#define STE_MAX_TYPES 5
+++ xeno-unstable.bk/tools/python/xen/lowlevel/xc/xc.c 2005-03-29 ...
+ u32 ssidref=5;
+++ xeno-unstable.bk/tools/python/xen/xm/create.py 2005-03-29 ...
+gopts.var('ssidref', val='SSIDREF',
+ fn=set_int, default=05,
+ use="Security Identifier.")
What are all these magic numbers (5, 10, etc.)?
--
David Hopwood <david.nospam.hopwood@xxxxxxxxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|