search for: fioravante

Displaying 17 results from an estimated 17 matches for "fioravante".

2012 Oct 01
7
[PATCH] Matthew Fioravante now maintains VTPM
See MAINTAINERS file Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> diff --git a/MAINTAINERS b/MAINTAINERS index 094fe9e..f562efa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -261,6 +261,21 @@ S: Supported F: tools/xentrace/ F: xen/common/trace.c +VTPM +M: Matthew Fioravante <matthew.fioravante@jhuapl.edu> +S:...
2012 Dec 13
5
[PATCH] Disable caml-stubdom by default
Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> --- stubdom/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubdom/configure.ac b/stubdom/configure.ac index db44d4a..384a94a 100644 --- a/stubdom/configure.ac +++ b/stubdom/configure.ac @@ -18,7 +18,7 @@ m4_include([../m4/...
2013 Jan 19
0
[xen-unstable test] 15155: regressions - FAIL
...---------------------------- People who touched revisions under test: Boris Ostrovsky <boris.ostrovsky@amd.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Jan Beulich <jbeulich@suse.com> Keir Fraser <keir@xen.org> Matthew Fioravante <matthew.fioravante@jhuapl.edu> Paolo Bonzini <pbonzini@redhat.com> Phil Evans <Phil.Evans@m247.com> Stefano Stabellini <stefano.stabellini@eu.citrix.com> Tim Deegan <tim@xen.org> ------------------------------------------------------------ jobs: build-amd64...
2012 Sep 27
18
[PATCH 09/11] add iomem support to libxl
This patch adds a new option for xen config files for directly mapping hardware io memory into a vm. Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 013270d..428da21 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -496,6 +496,17 @@ is given in hexadecimal and may either a span e.g. C<2f8-2ff> It is recommended to use...
2012 Sep 21
8
PATCH [base vtpm and libxl patches 4/6] add iomem support to libxl
Add support for mapping hardware io memory into domains via domain config files. The syntax is iomem=[PAGE,NUM_PAGES] Signed off by Matthew Fioravante: matthew.fioravante@jhuapl.edu --- Changes from previous * Rebased onto latest xen-unstable * Rewrote the feature to mimic the style used by iports and irqs in current libxl * Updated xl.cfg manpage * removed the redundant "allow" field, its not used by irq or ioports either. * fixed whi...
2013 Jan 02
1
[PATCH] Fix gmp stubdom build when DESTDIR is used
...IR which gets applied when the stubdom makefile tries to do a make install within gmp to install libgmp.a to the cross root. Ian, do you want to apply this to your tree and commit the whole thing or would you prefer I roll out a fresh new patch set with all updates applied? Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> --- stubdom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubdom/Makefile b/stubdom/Makefile index 7519683..3006ad6 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -173,7 +173,7 @@ cross-gmp: $(GMP_STAMPFILE) $(GMP_S...
2012 Sep 21
1
PATCH [base vtpm and libxl patches 3/6] Fix bugs in vtpm hotplug scripts
This patch fixes IO deadlocks in the vtpm hotplug scripts. Signed off by: Matthew Fioravante matthew.fioravante@jhuapl.edu --- Changed since previous: * rebased off of latest xen stable * replaced instances of gawk with awk diff --git a/tools/hotplug/Linux/vtpm b/tools/hotplug/Linux/vtpm --- a/tools/hotplug/Linux/vtpm +++ b/tools/hotplug/Linux/vtpm @@ -1,22 +1,18 @@ #!/bin/bash +expor...
2011 Mar 11
1
[PATH 9/12] VTPM mini-os: New stubdom applications
...structure for inclusion into stubdom domains. While these are required for vtpm-stubdom and vtpmmgrdom they could be used with other stubdom applications. -libgmp 4.3.2 -openssl 1.0.0a -polarssl 0.12.1 -berlios tpm_emulator 0.6.1 -vtpm_manager (from the tools directory) Signed off by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Mar 15
6
Erro na página
Nunca tive contato antes com Ruby on Rails. Temos um servidor aqui no serviço que foi configurado para receber aplicações Ruby. Na máquina local, o site estava funcionando perfeitamente. Agora existe este erro: http://planarias.each.usp.br/. Alguém já teve alguma experiência com esse tipo de erro e poderia me ajudar? -- You received this message because you are subscribed to the Google Groups
2012 Dec 13
5
[PATCH special] vtpm fix cmake dependency
Ian, this one is special just for you. I''m sending it as an attachment because my email client will mangle it. This patch will remove the cmake dependency from xen prior to autoconf stubdom This patch applies ontop of [VTPM v7 3/8] vtpm/vtpmmgr and required libs to stubdom/Makefile You can apply it to your tree by doing the following: git rebase -i <VTPM v7 3/8 revision>
2011 May 15
3
Chainloading pxe boot loaders and dhcp root-path option
Is there anyway to set dynamically set dhcp options when chain loading another pxe boot loader? I'm setting up a pxelinux network install server and one operating system I want to support is freebsd. Freebsd has its own pxe loader called pxeboot that you can use. You just have to boot it from tftp and set the root-path dhcp option (option 17) to the location of your nfs server with the
2012 Nov 20
52
[PATCH RFC] stubdom: Change vTPM shared page ABI
Since the vTPM implementations are being incorproated into Xen and possibly upstream Linux, I would like to see if this protocol change could be added before we have significant legacy implementations. If not, I still think it would be useful as either a v2 or negotiated protocol change. The current vTPM protocol is a copy of the network protocol. This was likely done for ease of implementation,
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...-cleans up the makefile, should work for parallel make (avoiding version.h discussion from august 2012) -builds vtpmd to use berlios 0.7.4 -Remoed the tpm_emualtor build option. berlios itself provides a kernel module if you want to use it in dom0 to emulate the physical tpm. Signed of by: Matthew Fioravante matthew.fioravante@jhuapl.edu diff --git a/tools/configure.ac b/tools/configure.ac --- a/tools/configure.ac +++ b/tools/configure.ac @@ -67,6 +67,7 @@ AC_ARG_VAR([CURL], [Path to curl-config tool]) AC_ARG_VAR([XML], [Path to xml2-config tool]) AC_ARG_VAR([BASH], [Path to bash shell]) AC_ARG_VAR...
2012 Sep 21
1
PATCH [base vtpm and libxl patches 0/6]
So it looks like I was basing my patches off of this tree git://xenbits.xen.org/xen-unstable.git which is not actually xen-unstable. I rebased and reworked my patches off of the correct tree git://xenbits.xen.org/xen.git What follows are the vtpmd, vtpm_manager, and libxl patches. All of the mini-os patches apply cleanly to the latest xen so I won''t be resubmitting those unless you all
2013 May 24
1
how to build vTPM with xen 4.3?
...f establishing hosts integrity information by remotely retrieving and verifying Hosts'' integrity with TPM quote. you can download OpenAttestation from github:https://github.com/OpenAttestation/OpenAttestation Thanks  Quan     [Xen-devel] [PATCH v5 00/12] vTPM updates for 4.3 To: Matthew.Fioravante@xxxxxxxxxx From: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> Date: Thu, 21 Mar 2013 16:11:17 -0400 Cc: dgdegra@xxxxxxxxxxxxx, Ian.Campbell@xxxxxxxxxx, xen-devel@xxxxxxxxxxxxx Delivery-date: Thu, 21 Mar 2013 20:12:01 +0000 List-id: Xen developer discussion <xen-devel.lists.xen.org> This se...
2010 Aug 25
0
[PATCH 0/7] vtpm Mini-Os domain and vTPM stability fixes
The following are a set of patches to run the berlios tpm emulator 0.6.1 in a mini-os domain, called vtpm-stubdom. Documentation on how to use this domain is located at stubdom/vtpm/README. The following are a series of patches that enable this domain and also add significant stability improvements to the entire vTPM subsystem, including the original method of using vtpmd as a process.
2012 Nov 08
0
Documenting vtpm
I''d like to write some documentation for vtpm as a whole but wanted to ask what your preference is on where it gets located and how its formatted. Right now the old vtpm uses docs/misc/vtpm.txt. I can just update this file or do something else. Here are my current suggestions: READMEs in stubdom/vtpm and stubdom/vtpmmgr explaining their command line arguments and specifics.