search for: dgdegra

Displaying 20 results from an estimated 39 matches for "dgdegra".

2011 Oct 31
3
[PATCH] xenstored: Fix processing of zero-length messages
When a message with zero length is sent to xenstore, the body of the message was not processed until the socket or ring had more data to read; this will cause deadlocks if the requestor is waiting on a response to continue. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> --- tools/xenstore/xenstored_core.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/tools/xenstore/xenstored_core.c b/tools/xenstore/xenstored_core.c index 5d308ca..9e6c2c7 100644 --- a/tools/xenstore/xenstored_core.c +++ b/tools/xenstore/xenstored_core.c...
2013 May 22
19
Install vTPM on Xen-4.2.2
Hi, I‘m trying to install vTPM based on Xen-4.2.2, linux-kernel 3.9.1 (Dom0) and TPM emulator. However, I cannot find the TPM backed driver in this version of Dom0 linux kernel. There is no CONFIG_XEN_TPMDEV_BACKEND in the kernel config file. The config file for Dom0 is attached. Maybe it provides some useful information. So, how to install a Xen TPM backend driver in the Dom0 linux-kernel.
2012 Jan 31
26
[PATCH 00/10] FLASK updates: MSI interrupts, cleanups
This patch set adds XSM security labels to useful debugging output locations, and fixes some assumptions that all interrupts behaved like GSI interrupts (which had useful non-dynamic IDs). It also cleans up the policy build process and adds an example of how to use the user field in the security context. Debug output: [PATCH 01/10] xsm: Add security labels to event-channel dump [PATCH 02/10] xsm:
2013 Sep 25
0
[xen-unstable test] 19797: regressions - trouble: broken/fail/pass
...145ae98bfab8280744ad5e800cc036e1c84c0486 baseline version: xen 5fc2176d9b3c5988c041fa5926fdd2da2ad560b9 ------------------------------------------------------------ People who touched revisions under test: Andrew Cooper <andrew.cooper3@citrix.com> Daniel De Graaf <dgdegra@tycho.nsa.gov> Ian Campbell <ian.campbell@citrix.com> Jan Beulich <jbeulich@suse.com> Tim Deegan <tim@xen.org> ------------------------------------------------------------ jobs: build-amd64 pass build-armhf...
2013 Aug 16
7
[PATCH v2] xen/console: buffer and show origin of guest PV writes
...with no designation of which guest''s output was on the console. This patch converts the HVM output buffering to be used by all domains, line buffering their output and prefixing it with the domain ID. This is especially useful for debugging stub domains. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> --- Changes since v1 (RFC): - Use prefix of (d%d) in place of (XEN) for both PV and HVM output - Guests other than dom0 have non-printable characters stripped - Use unsigned type for pbuf_idx - Formatting fixes xen/arch/x86/hvm/hvm.c | 27 +++++------- xen/common/...
2013 Apr 12
11
[PATCH v4 1/2] libxl: postpone backend name resolution
...t function when adding the device. This change allows the backend of the block devices to be specified (which previously required passing the libxl_ctx down into the block device parser), and will simplify specification of backend domains in other users of libxl. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Cc: Ian Jackson <ian.jackson@eu.citrix.com> Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Cc: Ian Campbell <ian.campbell@citrix.com> --- This patch does not include the changes to tools/libxl/libxlu_disk_l.c and tools/libxl/libxlu_disk_l.h because t...
2011 Mar 07
6
[PATCH] xen/gntdev,gntalloc: Remove unneeded VM flags
...ime when granted pages need to be treated specially is when using Xen''s PTE modification for grant mappings owned by another domain. Otherwise, the area does not require VM_DONTCOPY and VM_PFNMAP, since it can be accessed just like any other page of RAM. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> --- drivers/xen/gntalloc.c | 14 ++++++++++++-- drivers/xen/gntdev.c | 16 ++++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/drivers/xen/gntalloc.c b/drivers/xen/gntalloc.c index a7ffdfe..f6832f4 100644 --- a/drivers/xen/gntalloc.c +++ b/drive...
2012 Dec 13
3
[PATCH] xenconsoled: use grant references instead of map_foreign_range
...the grant reference over map_foreign_range when mapping the shared console ring. This allows xenconsoled to be run in a domain other than dom0 if set up correctly - for libxl, the xenstore path /tool/xenconsoled/domid specifies the domain containing xenconsoled. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Cc: Ian Jackson <ian.jackson@eu.citrix.com> Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Cc: Ian Campbell <ian.campbell@citrix.com> --- tools/console/daemon/io.c | 45 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 6...
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 -
2013 Sep 24
4
Problems with vTPM manager
Hi, I am following http://xenbits.xen.org/docs/unstable/misc/vtpm.txt, but I''m having some problems when I try to start vtpmmgr-stubdom I''m using Xen 4.3 on Ubuntu 12.04 and I have a physical TPM. The config file for vTPM manager is: kernel="/usr/local/lib/xen/boot/vtpmmgr-stubdom.gz" memory=16 disk=["file:/var/vtpmmgr-stubdom.img,hda,w"]
2013 Apr 26
14
bug in xc_gntshr_munmap?
Hi, Header says: /* * Unmaps the @count pages starting at @start_address, which were mapped by a * call to xc_gntshr_share_*. Never logs. */ int xc_gntshr_munmap(xc_gntshr *xcg, void *start_address, uint32_t count); But implementation calls: static int linux_gntshr_munmap(xc_gntshr *xcg, xc_osdep_handle h, void *start_address, uint32_t count) { return
2013 Jan 10
10
[PATCH v2 1/2] xenconsoled: use grant references instead of map_foreign_range
...the grant reference over map_foreign_range when mapping the shared console ring. This allows xenconsoled to be run in a domain other than dom0 if set up correctly - for libxl, the xenstore path /tool/xenconsoled/domid specifies the domain containing xenconsoled. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Cc: Ian Jackson <ian.jackson@eu.citrix.com> Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Cc: Ian Campbell <ian.campbell@citrix.com> --- tools/console/daemon/io.c | 48 ++++++++++++++++++++++++++++++++++++++------- tools/console/daemon/io.h | 1...
2013 May 01
0
[xen-unstable test] 17860: regressions - FAIL
...version targeted for testing: xen 6aaee4960d8a56aeab9d962ce554dff7f987e1fd baseline version: xen 0352856935590a6b740306f2559fe204908472c9 ------------------------------------------------------------ People who touched revisions under test: Daniel De Graaf <dgdegra@tycho.nsa.gov> Ian Campbell <ian.campbell@citrix.com> Julien Grall <julien.grall@linaro.org> Keir Fraser <keir@xen.org> Marek Marczykowski <marmarek@invisiblethingslab.com> Stefano Stabellini <stefano.stabellini@eu.citrix.com> -----------------------------...
2012 Dec 13
0
[xen-unstable test] 14682: regressions - FAIL
...ut-win 13 guest-stop fail never pass version targeted for testing: xen c91d9f6b6fba baseline version: xen 74d4a6cc5392 ------------------------------------------------------------ People who touched revisions under test: Daniel De Graaf <dgdegra@tycho.nsa.gov> Dongxiao Xu <dongxiao.xu@intel.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Jan Beulich <jbeulich@suse.com> Roger Pau Monné <roger.pau@citrix.com> Stefano Stabellini <stefano.stabellini@eu.citrix.c...
2013 Feb 13
4
[PATCH 0/3] FLASK policy build rework
These patches update the example FLASK policy shipped with Xen and enable its build if the required tools are present. The third patch requires rerunning autoconf to update tools/configure. [PATCH 1/3] flask/policy: sort dom0 accesses [PATCH 2/3] flask/policy: rework policy build system [PATCH 3/3] tools/flask: add FLASK policy to build
2012 Nov 20
52
[PATCH RFC] stubdom: Change vTPM shared page ABI
...cts the expected behavior of a TPM: only a single request packet can be sent at any given time, and every packet sent generates a single response packet. This protocol change should also increase efficiency as it avoids mapping and unmapping grants when possible. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> --- extras/mini-os/include/tpmback.h | 1 + extras/mini-os/include/tpmfront.h | 7 +- extras/mini-os/tpmback.c | 132 ++++++++++++++------------------- extras/mini-os/tpmfront.c | 150 +++++++++++++++++++------------------- xen/include/public/io/tpmif.h...
2012 Mar 14
0
[xen-unstable test] 12230: regressions - FAIL
...version targeted for testing: xen 64f5cd4aa2a2 baseline version: xen 5d20d2f6ffed ------------------------------------------------------------ People who touched revisions under test: Andres Lagar-Cavilla <andres@lagarcavilla.org> Daniel De Graaf <dgdegra@tycho.nsa.gov> Fabio Fantoni <fabio.fantoni@heliman.it> Fantu <fantonifabio@tiscali.it> George Dunlap <george.dunlap@eu.citrix.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Jan Beulich <jbeulich@suse.com> Mar...
2013 Oct 15
0
Antw: Xen-users Digest, Vol 104, Issue 18
...> > > > -- > Shane D. Johnson > IT Administrator > Rasmussen Equipment > > > > ------------------------------ > > Message: 7 > Date: Fri, 11 Oct 2013 19:09:09 -0400 > From: Emma Allison <em.allison.88@gmail.com> > To: Daniel De Graaf <dgdegra@tycho.nsa.gov> > Cc: xen-users@lists.xen.org > Subject: Re: [Xen-users] Problem in building vTPM manager > Message-ID: > <CAH5i-_Lvxb7Ub0G4WsauJsYoPppSk5Kp0Vp9mo5KCXjcMiy5oQ@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Thanks Daniel,...
2013 May 27
2
Error in running libvchan.
Hi, I am trying to run libvchan on ARM Fast Model for VExpress platform for using inter domain communication. But there are some errors. I am attaching the strace outputs for vchan-node1 run in dom0 and domU. Has anybody faced these issues before. Xl console 1The command is Usage: vchan-node1 [client|server] [write|read] domid nodepath my nodepath is - /local/domain/1/data/vchan-2-1 Regards
2011 Dec 07
0
[xen-unstable test] 10413: regressions - trouble: broken/fail/pass
...ell <adin@scannell.ca> Andres Lagar-Cavilla <andres@lagarcavilla.org> Andres Lagar-Cavilla <andres@lagarcavilla> Andrew Cooper <andrew.cooper3@citrix.com> Anthony PERARD <anthony.perard@citrix.com> Brendan Cully <brendan@cs.ubc.ca> Daniel De Graaf <dgdegra@tycho.nsa.gov> Haitao Shan <haitao.shan@intel.com> Ian Campbell <ian.campbell@citrix.com> Ian Jackson <ian.jackson.citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Jan Beulich <jbeulich@novell.com> Jan Beulich <jbeulich@suse.com> Jonathan Davi...