Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] Makefiles of policy_tool"
2005 Jun 22
0
RE: [Xense-devel] Re: [PATCH] sHype access controlarchitecture for Xen
Lets not confuse the issues here and don''t turn this into a programming
language argument. With the sHype patches there is a well defined
language for specifying policies and there is a well defined binary
representation for that policy. That is a very good start!
I see the java tool as a *sample* implementation of a translator between
the two. You are free to write/use your own compiler
2005 May 28
2
[PATCH] Makefile uninstall not to remove libxutil
libxutil is not build and installed by default, so "Makefile
uninstall" will not try to remove it. This patch is against -unstable,
ChangeSet@1.1575
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
===== Makefile 1.94 vs edited =====
--- 1.94/Makefile 2005-05-25 03:54:03 +09:00
+++ edited/Makefile 2005-05-28 02:09:46 +09:00
@@ -160,7 +160,7 @@
uninstall:
[ -d
2005 Aug 18
4
[PATCH] ACM: adding C-support for policy translation and labeling support for domains
This patch:
* adds a C-based security policy translation tool to Xen (secpol_xml2bin)
and removes the current Java
security policy translator (Java dependencies). The C-based tool
integrates into the Xen source tree build
and install (using gnome libxml2 for XML parsing). See install.txt.
* introduces security labels and related tools. Users can now use
semantic-rich label names to put
2013 Dec 19
1
[LLVMdev] project built with LLVM
Hello,
I have been collaborating with a project I would like to propose for
inclusion in the list of software built with LLVM. The project is a
disassembly framework named Capstone (https://github.com/aquynh/capstone).
Here is a description:
--- snip ---
Capstone is a lightweight multi-platform, multi-architecture disassembly
framework.
Our target is to make Capstone the ultimate disassembly
2007 Sep 19
4
vtpm_manager can''t run twice in a row
I can get vtpm_manager to run if I delete /var/vtpm/VTPM. However, when
I kill it with control-c, and try to run it again, I get:
INFO[VTPM]: Starting VTPM.
INFO[TCS]: Constructing new TCS:
INFO[TCS]: Calling TCS_OpenContext:
INFO[VTSP]: OIAP.
INFO[VTSP]: Loading Key into TPM.
INFO[VTSP]: Unbinding 256 bytes of data.
ERROR in VTSP_Unbind at vtsp.c:720 code: TPM_BAD_PARAMETER.
ERROR in
2006 Sep 22
1
[RFC][PATCH][UPDATED] Intel(R) LaGrande Technology support
This patch adds SMP support to the previous version. Since that has not
been merged I have included it in this patch. This should apply cleanly
to the tip. Below is the text of the original submittal, slightly
updated.
Attached is a preliminary patch that adds Intel(R) LaGrande Technology
(LT) (Safer Mode Extensions - SMX) support to Xen. While there are
still several enhancements needed for
2005 Jul 04
0
[PATCH 2/2] xm info (2)
This patch extends libxc for few new functions on xen version and xen
compile info. It also extends python wrapper correspondingly.
Here is the output of new "xm info"
---
#xm info
system : Linux
host : ubuntu
xen_release : 3.0-devel
xen_compile_by : root@localdomain
xen_compiler : gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
2005 Jun 01
0
[PATCH] remove ununsed code in XendDB.py
This patch removes some unused methods from XendDB.py in -unstable (as
of ChangeSet@1.1623)
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
$ diffstat xenddb.patch
XendDB.py | 11 -----------
1 files changed, 11 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Aug 17
1
[PATCH] vTPM support for XEN - Part 1
Attached is the patch that provides additions to include files,
particularly to support the control messages for the TPM front- and
backend drivers.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Stefan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 May 18
2
[PATCH] remove tabs from xm/main.py
hello,
while investigating xm/main.py, i found that it is mixed with tabs and
whitespaces. that is annoying and may get us misleaded when reading
code. looks like that the conventional coding style of Python (and
also C?) in Xen is to use (4) whitespaces instead of tabs? could
anybody confirm this?
i searched in all tree and found bunch of files like this. if nobody
complains, i will catch them
2005 Apr 29
2
[PATCH] xen-booloader: pygrub improvement & bug fix
hello,
here is a patch to improve and fix few bugs in pygrub of xen-booloader.
1) If you already patched my last 2 patches on top of last Jeremy''s
patch, then go on to apply pygrub.aq.patch.
# diffstat pygrub.aq.patch
pygrub | 53 +++++++++++++++++++++++++++--------------------------
1 files changed, 27 insertions(+), 26 deletions(-)
2) If you havent applied any patches on top of
2005 Jul 03
11
[PATCH] xm info
This patch makes "xm info" show information on xen version, compile
info, number of socket/core, etc...
In order to do that, it extends physinfo hypercall to return number of
socket, adds few functions to libxc and extends python wrapper
correspondingly.
Here is the output of new "xm info":
--
system : Linux
host : ubuntu
xen_release
2007 Apr 12
4
Re: [Xense-devel] [RFC][PATCH][UPDATED] Intel(R) LaGrande Technology support
Hello,
Has any more work been done on this front? The message below is
from Sept. 2006. In particular, the LT/TXT Technology Enabling
Platform (TEP) is now available from MPC Corp. Where can one
obtain an appropriate AC SINIT module (i.e., like
lpg_sinit_20050831_pae.auth.bin below)? I would like to begin
using Xen with TXT support.
Thanks,
-Jon
This patch adds SMP support to the
2005 Jun 22
17
[PATCH] fix broken ACM
The latest change to ACM makes it fail to compile. This patch fixes the problem.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
$ diffstat acm.patch
acm/acm_core.c | 61 ---------------------
include/acm/acm_hooks.h | 135 ++++++++++++++++++++++++++++++++++--------------
2 files changed, 96 insertions(+), 100 deletions(-)
_______________________________________________
2005 Nov 24
1
[PATCH] dom0_ops -EPERM not -EACCES?
Hi all,
dom0_ops return -EACCES when the interface version in wrong. I think
that an acm failure is closer to being non-priv''ed, which returns
-EPERM. Wouldn''t want dom0 tools to report they were the wrong version
just because ACM limited some operation, surely?
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (authored)
diff -r e2d1c88d50f7 xen/common/dom0_ops.c
2005 Jan 26
2
string evaluation
Hello,
I would like to be able to compose an expression using some of the arguments I give to a function, that is assuming I have a list such as:
my.list<-list(A=1:3,B=c("Brave", "new", "world"))
and a function
printComponent<-function(component){
if (component=="A"||component=="B"){
2004 May 25
3
accessing function arguments as text, macro style
Hi. In a case like this, I can get strip headings that have the name
"c" and the value for c.
d <- data.frame(a=1:5,b=6:10,c=11:15)
> xyplot(a ~ b | paste("c", c), data=d)
>
For more complicated examples, instead of using paste repeatedly I
would like to use a function. It seems like what I really want is a
macro, though. I'm not quite familiar enough
2008 Aug 26
2
vTPM NVM, loadkey and trousers questions
Hi everyone,
I am using Xen 3.2.1 with the vtpm-12-patch.diff patch posted in [0]. My TPM is an Infineon 1.2. In total I have got three different questions:
1. NVM loading problem at VM creation
When I am creating a VM the last few lines of the vtpm_manager output are:
TPMD[245]: tpm/tpm_startup.c:45: Info: TPM_Startup(1)
Loading NVM.
Sending LoadNVM command
ERROR[VTPM]: Failed to load
2007 Mar 30
2
error was re: disappearing printer drivers
Hello,
Adding to my previous msg, debug level 7 finally gave me some output. In
my smbd.log i am seeing the following whenever i try to upload printer
drivers:
getpeername failed. error was transport endpoint is not connected
I've looked in to other methods of doing this, imprints doesn't seem to be
supported, cupsaddsmb won't work with vendor supplied drivers, and to date i
2013 Mar 05
3
What HTML5 radio player do you use ?
Hi , We think about updating our current flash based player [1] to a HTML5
one that would magically work on any mobile or desktop browser (So with
flash fallback) to play our icecast streams ( MP3 + OGG [2] )
It would be great if the stream could start instantly.
What do you use currently to achieve this ?
[1] http://www.radiogalere.org/emissions/popup.php
[2]