search for: cihula

Displaying 20 results from an estimated 28 matches for "cihula".

2012 Mar 01
7
Xen support for native EFI boot
Can someone provide instructions and the necessary environment/toolchain support needed to get Xen to build and boot on a native EFI system (i.e. with no CSM/legacy support)? Joe
2007 Sep 08
4
[PATCH] Unified shutdown code
...is_cpu() until just before putting them into the hlt loop. This ensures that when machine_teardown() checks that all APs have finished their shutdown, that they have really have completed all interesting tasks. This applies to the staging tree as of today. Joe # HG changeset patch # User Joseph Cihula <joseph.cihula@intel.com> # Date 1189211821 25200 # Node ID a85c4081738a77a4691640c823a74fb6159ca722 # Parent a53aaea4c69813a7143daa677b9e65d1d2f15b6b Unify all shutdown paths to go through machine_teardown(). This will facilitate shutdown after an Intel(R) TXT measured launch, as well as c...
2008 Jul 02
0
[PATCH] update tboot tarfile to latest version
This patch updates the tboot tarfile used by the optional tboot-* build targets to be the latest one in the Trusted Boot SourceForge site. Please include this patch in 1.3. Joe # HG changeset patch # User Joseph Cihula <joseph.cihula@intel.com> # Date 1215027500 25200 # Node ID 1877486e4c371c9d3fe52671cdcb0a13feafefa7 # Parent 08f77df14cba8e2dfe580779bb9ca2f64e1ae0ae Update tboot tarfile to latest version in Trusted Boot SourceForge site Signed-off-by: Joseph Cihula <joseph.cihula@intel.com> diff...
2005 Dec 15
10
watches not working from domU userspace
...sily fixed by adding the missing ''case XS_WATCH:'' to xenbus_dev_write() in xenbus_dev.c. The latter is more difficult to fix. So before I tackle it, I wanted to see if anyone else was already working on a solution or just had some thoughts to share on possible solutions. Joseph Cihula (Linux) Software Security Architect Open Source Technology Center Intel Corp. *** These opinions are not necessarily those of my employer *** _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Nov 15
3
xen_domain_handle_t usage
I noticed that the changesets around 7378:bd3268de4145 introduced the xen_domain_handle_t param to xc_create_domain(), the struct domain, etc. and call it a "tool UUID". Can someone explain how this is envisioned being used (xend sets it to some magic values but I don''t see it get used anywhere)? Joe _______________________________________________ Xen-devel mailing list
2012 Jan 02
0
[xen-unstable test] 10626: regressions - trouble: blocked/broken/fail/pass
...50117a4d1a2c baseline version: xen a7b2610b8e5c ------------------------------------------------------------ People who touched revisions under test: Gang Wei <gang.wei@intel.com> Haitao Shan <haitao.shan@intel.com> Jan Beulich <jbeulich@suse.com> Joseph Cihula <joseph.cihula@intel.com> Keir Fraser <keir@xen.org> Shan Haitao <maillists.shan@gmail.com> Stefano Stabellini <Stefano.Stabellini@eu.citrix.com> Tim Deegan <tim@xen.org> Yongjie Ren <yongjie.ren@intel.com> ----------------------------------------------...
2009 Mar 30
0
[PATCH] x86: disable stack-protector for __restore_processor_state()
...n this file and it should not negatively impact kernel security that they will also have the stack-protector guard removed (and so it's not worth moving them to another file). Without this change, S3 resume on a kernel built with CONFIG_CC_STACKPROTECTOR_ALL=y will fail. Signed-off-by: Joseph Cihula <joseph.cihula at intel.com> Cc: Arjan van de Ven <arjan at linux.intel.com> Cc: Tejun Heo <tj at kernel.org> LKML-Reference: <49D13385.5060900 at intel.com> Signed-off-by: Ingo Molnar <mingo at elte.hu> --- arch/x86/power/Makefile | 5 +++++ 1 files changed, 5 ins...
2007 Jun 09
0
[RFC][PATCH][1/2] Intel(r) Trusted Execution Technology support: xen
Changes to Xen for Intel(r) TXT support. Signed-off-by: Joseph Cihula <joseph.cihula@intel.com <<txt-xen-0608_01-xen.patch>> > _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Aug 29
0
[RFC][PATCH][2c/4] Intel(R) Trusted Execution Technology support: sboot
The new sboot module that performs the measured launch, for Intel(R) TXT support. Part c - use ''cat'' to concatenate the pieces Signed-off-by: Joseph Cihula <joseph.cihula@intel.com> Signed-off-by: Jimmy Wei <gang.wei@intel.com> Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com...
2009 Mar 30
0
[PATCH] x86: disable stack-protector for __restore_processor_state()
...n this file and it should not negatively impact kernel security that they will also have the stack-protector guard removed (and so it's not worth moving them to another file). Without this change, S3 resume on a kernel built with CONFIG_CC_STACKPROTECTOR_ALL=y will fail. Signed-off-by: Joseph Cihula <joseph.cihula at intel.com> Cc: Arjan van de Ven <arjan at linux.intel.com> Cc: Tejun Heo <tj at kernel.org> LKML-Reference: <49D13385.5060900 at intel.com> Signed-off-by: Ingo Molnar <mingo at elte.hu> --- arch/x86/power/Makefile | 5 +++++ 1 files changed, 5 ins...
2007 Apr 12
4
Re: [Xense-devel] [RFC][PATCH][UPDATED] Intel(R) LaGrande Technology support
...ed after it is added for the general case. These limitations will be addressed in subsequent patches. There was a presentation on the code at the Xen Summit. More information on LT is available at http://www.intel.com/technology/security/. Comments and feedback are welcome at any time. Joseph Cihula (Linux) Software Security Architect Open Source Technology Center Intel Corp. *** These opinions are not necessarily those of my employer *** _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Sep 22
1
[RFC][PATCH][UPDATED] Intel(R) LaGrande Technology support
...ed after it is added for the general case. These limitations will be addressed in subsequent patches. There was a presentation on the code at the Xen Summit. More information on LT is available at http://www.intel.com/technology/security/. Comments and feedback are welcome at any time. Joseph Cihula (Linux) Software Security Architect Open Source Technology Center Intel Corp. *** These opinions are not necessarily those of my employer *** _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Feb 23
8
[PATCH] Included reserved memory regions in dom0 iommu mappings
This adds a boolean boot parameter to xen to allow reserved memory regions to be added to the iommu mappings for dom0. The parameter is "iommu_include_reserved" and is off by default. A warning is also traced when incorrect RMRR to system memory map values are detected. This is being added to address some incorrect BIOS''s that do not report correctly the requied reserved memory
2009 Jan 29
0
[PATCH v2] txt: 2/5 - ACPI Generic Address Structure for tboot shutdown
...Structure) for handling sleep states. This required a change to the tboot_shared_t data structure that is not backwards compatible. This patch requires that new version makes use of GAS when invoking tboot on shutdown. Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Joseph Cihula <joseph.cihula@intel.com> diff -r ecb74962f6f4 -r 9ba8aecc3a15 xen/arch/x86/acpi/power.c --- a/xen/arch/x86/acpi/power.c Wed Jan 28 21:56:22 2009 -0800 +++ b/xen/arch/x86/acpi/power.c Wed Jan 28 22:09:02 2009 -0800 @@ -129,19 +129,13 @@ static void acpi_sleep_prepare(u32 state wakeup_v...
2009 Jan 22
17
Critical bug: VT-d fault causes disk corruption or Dom0 kernel panic.
All, We met several system failures on different hardware platforms, which are all caused by VT-d fault. err 1: disk is corrupted by VT-d fault on SATA. err 2: Dom0 kernel panics at booting, which is caused VT-d fault on UHCI. err 3, Dom0 complains disk errors while creating HVM guests. The culprit would be changeset 19054 "x86_64: Remove statically-partitioned Xen heap.". Detailed
2006 Aug 02
2
[PATCH][RFC] permit domU userspace to watch xenstore
Hello, This patch allows userspace tools on a domU to setup a watch on the xenstore. It does this by intercepting XS_WATCH requests written to /proc/xen/xenbus and then re-submitting the request to the in-kernel xenstore interface, in linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c. When a callback occurs, an in-kernel function is invoked, which then reconstructs a response in the format
2008 Jul 14
14
Workaround for the corrupted Intel X48 DMAR table
hi, I am trying the Xen unstable on X48 chipset these days but it failed due to an corrupted RMRR table in the ACPI. The following is the acpi dump of DMAR. DMAR @ 0x7fef1000 0000: 44 4d 41 52 20 01 00 00 01 d1 49 4e 54 45 4c 20 DMAR .....INTEL 0010: 44 58 34 38 42 54 32 20 12 06 00 00 4d 53 46 54 DX48BT2 ....MSFT 0020: 13 00 00 01 23 00 00 00 00 00 00 00 00 00 00 00 ....#...........
2008 Aug 05
18
RE: Xen-3.2.1 VT-d Support (NOT SURE WHETHER IT''S A BUG OR...)
Hello, I''m also seeing this exact same problem. I''ve posted on xen-users, but did not get an answer. Venkat seems to be experiencing the same problem as me. I have the latest BIOS for my motherboard DQ35JO. (BIOS ver 933) I''m running a Q6600 as well. It hangs at "Brought up 4 CPUs." I''ve tried all sorts of combinations of Xen versions and kernels to
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...ose Miguel Goncalves <jose.goncalves@inov.pt> Josef Bacik <jbacik@fusionio.com> Josef Bacik <josef@redhat.com> Josef Bacik <josef@toxicpanda.com> Josenivaldo Benito Jr. <jrbenito@benito.qsl.br> Josenivaldo Benito Junior <jrbenito@benito.qsl.br> Joseph Cihula <joseph.cihula@intel.com> joseph daniel <josephdanielwalter@gmail.com> Joseph Freeman <jfree143dev@gmail.com> Joseph Gasparakis <joseph.gasparakis@intel.com> Joseph Hindin <hindin@gmail.com> Joseph Lo <josephl@nvidia.com> Joseph Salisbury <joseph.s...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...ose Miguel Goncalves <jose.goncalves@inov.pt> Josef Bacik <jbacik@fusionio.com> Josef Bacik <josef@redhat.com> Josef Bacik <josef@toxicpanda.com> Josenivaldo Benito Jr. <jrbenito@benito.qsl.br> Josenivaldo Benito Junior <jrbenito@benito.qsl.br> Joseph Cihula <joseph.cihula@intel.com> joseph daniel <josephdanielwalter@gmail.com> Joseph Freeman <jfree143dev@gmail.com> Joseph Gasparakis <joseph.gasparakis@intel.com> Joseph Hindin <hindin@gmail.com> Joseph Lo <josephl@nvidia.com> Joseph Salisbury <joseph.s...