search for: vtpm_tools

Displaying 7 results from an estimated 7 matches for "vtpm_tools".

2005 Dec 30
0
[PATCH] VTPM_Tools VTPM State Key Encryption
Virtual TPM persistent states contain VTPM secrets, which are encrypted using symmetric keys and stored on disk along with those symmetric keys. The attached patch uses the TPM to encrypt the symmetric keys and other global secrets before saving them to disk. Signed-off-by: Vinnie Scarlata <vincent.r.scarlata@intel.com> _______________________________________________ Xen-devel mailing
2006 Jan 12
0
[PATCH] VTPM_Tools - Makefile Library checking
Adds a check to vtpm_manager and vtpm Makefiles to verify openssl and gmp dev files are installed. If files are missing, Makefile exits with a message indicating that these tools will not be built, rather than an error, which prevents Xen from building. -Vinnie Scarlata Signed-off-by: Vinnie Scarlata <vincent.r.scarlata@intel.com> _______________________________________________ Xen-devel
2006 May 30
0
RE: [PATCH] Update for new tpm emulator [Replacement Patch]
...ta -----Original Message----- From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Scarlata, Vincent R Sent: Friday, May 26, 2006 5:45 PM To: xen-devel@lists.xensource.com Cc: Fischer, Anna Subject: [Xen-devel] [PATCH] Update for new tpm emulator VTPM_TOOLS: Updated vtpm for new release of the tpm_emulator. New emulator includes AIK, DAA, and Transport Sessions Signed-off-by: Vinnie Scarlata <Vincent.r.scarlata@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensour...
2006 Aug 10
0
[RFC][PATCH][TOOLS] CONFIG to build and link to local libaio
...you''ll want to "make -C tools/libaio clean". -JX --- diff -r 1f611b58729f tools/Makefile --- a/tools/Makefile Wed Aug 09 18:53:00 2006 -0400 +++ b/tools/Makefile Thu Aug 10 15:16:17 2006 -0400 @@ -16,7 +16,7 @@ SUBDIRS-y += guest-headers SUBDIRS-y += guest-headers SUBDIRS-$(VTPM_TOOLS) += vtpm_manager vtpm SUBDIRS-y += xenstat -SUBDIRS-y += libaio +SUBDIRS-$(LOCAL_LIBAIO) += libaio SUBDIRS-y += blktap # These don''t cross-compile diff -r 1f611b58729f tools/blktap/drivers/Makefile --- a/tools/blktap/drivers/Makefile Wed Aug 09 18:53:00 2006 -0400 +++ b/tools/blktap/d...
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
Hi all, this is the tenth version of the patch series to introduce upstream qemu and seabios in the xen-unstable build system. Changes to v9: - rename QEMU_UPSTREAM_TAG to QEMU_UPSTREAM_REVISION: we are going to use it with a branch name by default; - set QEMU_UPSTREAM_REVISION to "master" by default; - set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by default; - add
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) ~~~~~~~~~~~
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and