Displaying 13 results from an estimated 13 matches for "xsm_enabl".
Did you mean:
  xsm_enable
  
2013 Oct 14
1
Xen - 4.2.1 with libvirt-1.1.3
...v
python python-dev python-twisted build-essential make gcc libc6-dev
zlib1g-dev texlive-latex-recommended e2fslibs-dev
*Download and build the source*
wget http://bits.xensource.com/oss-xen/release/4.2.1/xen-4.2.1.tar.gz
tar zxvf xen-4.2.1.tar.gz
cd xen-4.2.1
   -
   vi Config.mk
  edit the XSM_ENABLE = n --------> XSM_ENABLE= y
   -
   ./configure –enable-githttp --libdir=/usr/lib64 ( if it is 64 bit
   machine )
   -
   vi ./.config
#
write this line -------- > PYTHON_PREFIX_ARG=--install-layout=deb
#
   -
   make world
   -
   make deb
   -
   cd ./dist
   -
   ./install...
2009 Aug 06
0
Error: ''ACM policy not supported.''
Hi all,
    
    I want to build sHype into Xen on ubuntu 8.04,
    
    In Config.mk I changed 
         XSM_ENABLE ?= n to XSM_ENABLE ?= y
         ACM_SECURITY ?= n to ACM_SECURITY ?= y;
    
    then 
         #make xen tools
         #make install-xen install-tools 
    without any error;
    
    but when I reboot and type "xm resetpolicy", I got an error "ACM policy type not supported&...
2012 Jan 15
2
[PATCH v3] libxl: add support for yajl 2.x
...export CHECK_INCLUDES="$(CHECK_INCLUDES)"; \
+                       . $(XEN_ROOT)/tools/check/funcs.sh; \
+                       has_header yajl/yajl_version.h && echo ''y'' || echo ''n'')
+
 # Enable XSM security module (by default, Flask).
 XSM_ENABLE ?= n
 FLASK_ENABLE ?= $(XSM_ENABLE)
diff -r cd47dde439e6 -r a1986ef30b7d tools/check/check_yajl_lib
--- a/tools/check/check_yajl_lib	Sat Jan 14 19:04:48 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#!/bin/sh
-# CHECK-BUILD CHECK-INSTALL
-
-. ./funcs.sh
-
-has_lib libyaj...
2011 Sep 14
1
[PATCH] xen/xsm: Compile error due to naming clash between XSM and EFI runtime
While compiling XEN with XSM_ENABLE=y and FLASK_ENABLE=y, I received the following error.
gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -Wno-unused-but-set-variable  -fno-builtin -fno-common -Wredundant-decls -iwithprefix include -We...
2007 Dec 03
8
xm create - Xend has probably crashed! Invalid or missing HTTP status code.
Hi,
I have compiled xen-unstable (using hg clone
http://xenbits.xensource.com/xen-unstable.hg).
I have successfully booted into the dom0 kernel.
output of xm list:
Name                                      ID   Mem VCPUs      State
Time(s)
Domain-0                                   0   932     1     r-----    591.2
But whenever I xm create, I get:
# xm create /etc/xen/domu1
Using config file
2008 Sep 03
0
Xen 3.3 and ACM Security Errors
...ound." I 
tried to find some documentation on what this is but I coming up with 
nothing.
I checked Config.mk file and the following options that seem relevant 
are set:
# Enable XSM security module.  Enabling XSM requires selection of an
# XSM security module (FLASK_ENABLE or ACM_SECURITY).
XSM_ENABLE ?= n
FLASK_ENABLE ?= n
ACM_SECURITY ?= n
After the install completed, there was not a /etc/xen/acm-security 
directory or xensec programs.
I tried creating the /etc/xen/acm-security/policies directory and copied 
the client_v1-security-policy.xml from the 
source/tools/security/policies/examples...
2011 Dec 20
26
[PATCH v2] libxl: add support for yajl 2.x
...export CHECK_INCLUDES="$(CHECK_INCLUDES)"; \
+                       . $(XEN_ROOT)/tools/check/funcs.sh; \
+                       has_header yajl/yajl_version.h && echo ''y'' || echo ''n'')
+
 # Enable XSM security module (by default, Flask).
 XSM_ENABLE ?= n
 FLASK_ENABLE ?= $(XSM_ENABLE)
diff -r f72b99fccfca -r 716d6d48e647 tools/check/check_yajl_lib
--- a/tools/check/check_yajl_lib	Tue Dec 20 08:31:40 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#!/bin/sh
-# CHECK-BUILD CHECK-INSTALL
-
-. ./funcs.sh
-
-has_lib libyaj...
2009 Apr 12
0
acm_init: Loading default policy but not policy is installed.
Hi all,
I''ve successfully installed xen3.3.0 on Linux ubuntu 2.6.27.5 #1 SMP i686 GNU/Linux. I
built xen with the requisite XSM_ENABLE=y, ACM_SECURITY=y and believe I have the correct
config parameters in the 2.6.27.5 kernel. 
Boot goes smoothly, set to automatically create 2 domUs. All appears okay with XSM/ACM...
root@ubuntu:~# xm dmesg | grep -i xsm
(XEN) XSM Framework v1.0.0 initialized
(XEN) ACM-XSM:  Initializing.
root@ub...
2007 Sep 25
4
[XSM:ACM] When cw is used, dom0 reboots.
Hi ,
When cw is used, dom0 reboots.
Though I set quest memory size.
I want to study into the cause.
Please teach how to examine it.
#xm create vm1.conf <--  OK
#xm create vm4.conf <--  NO
................... <--  system boot
#last
root     pts/1          myPC     Tue Sep 25 11:25 - crash (09:01)
reboot   system boot  2.6.18-xen Tue Sep 25 20:06         (-8:-16)
         ~~~~~~~~~~~
2012 Dec 12
2
[PATCH v7 1/2] xen: unify domain locking in domctl code
These two patches were originally part of the XSM series that I have
posted, and remain prerequisites for that series. However, they are
independent of the XSM changes and are a useful simplification
regardless of the use of XSM.
The Acked-bys on these patches were provided before rebasing them over
the copyback changes in 26268:1b72138bddda, which had minor conflicts
that I resolved.
[PATCH
2012 Aug 10
18
[PATCH v2 0/5] ARM hypercall ABI: 64 bit ready
Hi all,
this patch series makes the necessary changes to make sure that the
current ARM hypercall ABI can be used as-is on 64 bit ARM platforms:
- it defines xen_ulong_t as uint64_t on ARM;
- it introduces a new macro to handle guest pointers, called
XEN_GUEST_HANDLE_PARAM (that has size 4 bytes on aarch and is going to
have size 8 bytes on aarch64);
- it replaces all the occurrences of
2012 Aug 16
27
[PATCH v3 0/6] ARM hypercall ABI: 64 bit ready
Hi all,
this patch series makes the necessary changes to make sure that the
current ARM hypercall ABI can be used as-is on 64 bit ARM platforms:
- it defines xen_ulong_t as uint64_t on ARM;
- it introduces a new macro to handle guest pointers, called
XEN_GUEST_HANDLE_PARAM (that has size 4 bytes on aarch and is going to
have size 8 bytes on aarch64);
- it replaces all the occurrences of
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3:
 - mini-os configuration files moved into stubdom/
 - mini-os extra console support now a config option
 - Fewer #ifdefs
 - grant table setup uses hypercall bounce
 - Xenstore stub domain syslog support re-enabled
Changes from v2:
 - configuration support added to mini-os build system
 - add mini-os support for conditionally compiling frontends, xenbus
 -