similar to: New Xen.org Project: Xen Introspection Project

Displaying 20 results from an estimated 10000 matches similar to: "New Xen.org Project: Xen Introspection Project"

2005 Dec 15
1
RE: ssh in rc.local stalls xenU [SOLVED]
Karsten M. Self wrote: > on Thu, Dec 15, 2005 at 01:38:29PM -0500, Steve Brueckner > (steve@atc-nycorp.com) wrote: >> I''m using Fedora Core 4. I need to create an ssh port forwarding >> tunnel to my xen0 domain when my xenU domain starts up, so I added >> this to the xenU''s /etc/rc.d/rc.local: >> >> ssh -v -f -L 5500:localhost:5501 xen0_ip
2006 Apr 25
5
XenAccess Library: Introspection for Xen
I''m pleased to announce a new project called XenAccess. The project goals are to provide a full featured introspection library for Xen. Introspection is a technique where applications in one domain can view memory from another domain. For example, you can run an application in dom0 to list the processes or LKMs in a domU. More information is available on the website:
2007 Mar 06
6
Desynchronize clock
I don''t want my dom0 to update the clock in my HVM domU. I''ve already disabled network-based time synchronization inside the HVM. I''ve tried setting /proc/sys/xen/independent_wallclock=1 and then restarting xend, but the guest still gets the correct time. Any ideas on how to accomplish this? Steve Brueckner, ATC-NY _______________________________________________
2006 May 18
4
Fail to create hvm domain
I''m using FC5 with its Xen 3.0.2-2 package and 2.6.16-1.2118_FC5xen0 kernel. I''ve got a Pentium 9xx chip with virtualization enabled in the BIOS; it appears to be VT-enabled, since xm dmesg includes "(XEN) VMXON is done". I base my config file on example.hvm and on previous emails to this list. Unfortunately, I don''t get very far. xm create winxp.conf
2009 May 12
0
Xen.org Community Survey
Xen Community: I have created a short survey (only take about 5 to 10 minutes to take) to gather feedback on the current set of tools available for Xen.org community members as well as determine the next set of tools that the community is looking for. The survey does not require identification so all answers are anonymous. Once the survey is complete, I will publish the results so everyone can
2009 May 12
0
Xen.org Community Survey
Xen Community: I have created a short survey (only take about 5 to 10 minutes to take) to gather feedback on the current set of tools available for Xen.org community members as well as determine the next set of tools that the community is looking for. The survey does not require identification so all answers are anonymous. Once the survey is complete, I will publish the results so everyone can
2009 May 12
0
Xen.org Community Survey
Xen Community: I have created a short survey (only take about 5 to 10 minutes to take) to gather feedback on the current set of tools available for Xen.org community members as well as determine the next set of tools that the community is looking for. The survey does not require identification so all answers are anonymous. Once the survey is complete, I will publish the results so everyone can
2010 Sep 08
2
[Xen-API] Leaving Xen.org Community
Xen.org Community: This Friday will be my last official day as the Community Manager for the Xen.org community. I have enjoyed meeting and working with the community over the past three years and will continue to support Xen.org in all available ways in my new position. Ian Pratt and the advisory board will be looking for a new community manager to replace me and if you have interested please
2010 Sep 08
2
[Xen-API] Leaving Xen.org Community
Xen.org Community: This Friday will be my last official day as the Community Manager for the Xen.org community. I have enjoyed meeting and working with the community over the past three years and will continue to support Xen.org in all available ways in my new position. Ian Pratt and the advisory board will be looking for a new community manager to replace me and if you have interested please
2010 Sep 08
2
[Xen-API] Leaving Xen.org Community
Xen.org Community: This Friday will be my last official day as the Community Manager for the Xen.org community. I have enjoyed meeting and working with the community over the past three years and will continue to support Xen.org in all available ways in my new position. Ian Pratt and the advisory board will be looking for a new community manager to replace me and if you have interested please
2009 Apr 24
1
Xen.org Weekly Update
Highlights for April 18 - April 24, 2009: * Xen.org Summer Internship Available - http://blog.xen.org/index.php/2009/04/21/xenorg-internship-available/ * VM Snapshots Code Released - http://blog.xen.org/index.php/2009/04/21/vm-snapshots-code-released/ * Xen 4.0 Feature Requests List - http://wiki.xensource.com/xenwiki/XenRoadMap * Lots of Patches and Answers to
2009 Apr 24
1
Xen.org Weekly Update
Highlights for April 18 - April 24, 2009: * Xen.org Summer Internship Available - http://blog.xen.org/index.php/2009/04/21/xenorg-internship-available/ * VM Snapshots Code Released - http://blog.xen.org/index.php/2009/04/21/vm-snapshots-code-released/ * Xen 4.0 Feature Requests List - http://wiki.xensource.com/xenwiki/XenRoadMap * Lots of Patches and Answers to
2009 Apr 11
1
Xen.org Weekly Status Report
Highlights (links on Wiki page): * Xen Client Initiative Meeting Scheduled * Italian Wiki and Support Infrastructure * Xen.org Intro Slides for Community Leverage - English & Spanish * Xen.org Brochure in Chinese * Lots of Patches... http://wiki.xensource.com/xenwiki/April_10%2C_2009 Stephen Spector Community Manager, Xen.org
2009 Apr 11
1
Xen.org Weekly Status Report
Highlights (links on Wiki page): * Xen Client Initiative Meeting Scheduled * Italian Wiki and Support Infrastructure * Xen.org Intro Slides for Community Leverage - English & Spanish * Xen.org Brochure in Chinese * Lots of Patches... http://wiki.xensource.com/xenwiki/April_10%2C_2009 Stephen Spector Community Manager, Xen.org
2020 Feb 07
0
[RFC PATCH v7 47/78] KVM: introspection: add a jobs list to every introspected vCPU
Every vCPU has a lock-protected list in which (mostly) the receiving worker places the jobs that has to be done by the vCPU once it is kicked (KVM_REQ_INTROSPECTION) out of guest. A job is defined by a "do" function, a "free" function and a pointer (context). Co-developed-by: Nicu?or C??u <ncitu at bitdefender.com> Signed-off-by: Nicu?or C??u <ncitu at
2020 Feb 07
0
[RFC PATCH v7 73/78] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
This is used by the introspection tool to check the hardware support for single step. Signed-off-by: Adalbert Laz?r <alazar at bitdefender.com> --- Documentation/virt/kvm/kvmi.rst | 13 ++++++++++++- arch/x86/include/uapi/asm/kvmi.h | 5 +++++ arch/x86/kvm/kvmi.c | 5 +++++ include/uapi/linux/kvmi.h | 1 +
2020 Feb 07
0
[RFC PATCH v7 40/78] KVM: introspection: add KVMI_GET_VERSION
This command should be used by the introspection tool to identify the commands/events supported by the KVMi subsystem and, most important, what messages must be used for event replies. These messages might be extended in future versions. The kernel side will accept smaller/older or bigger/newer command messages, but not bigger/newer event replies. The KVMI_GET_VERSION command is always allowed
2020 Feb 07
0
[RFC PATCH v7 63/78] KVM: introspection: add KVMI_VM_GET_MAX_GFN
From: ?tefan ?icleru <ssicleru at bitdefender.com> The introspection tool can use this to set access restrictions for a wide range of guest addresses. Signed-off-by: ?tefan ?icleru <ssicleru at bitdefender.com> Co-developed-by: Nicu?or C??u <ncitu at bitdefender.com> Signed-off-by: Nicu?or C??u <ncitu at bitdefender.com> Signed-off-by: Adalbert Laz?r <alazar at
2020 Feb 07
0
[RFC PATCH v7 41/78] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
These commands can be used by the introspection tool to check what introspection commands and events are supported (by KVMi) and allowed (by userspace). The introspection tool will get one of the following error codes: * -KVM_ENOSYS (unsupported command/event) * -KVM_PERM (disallowed command/event) * -KVM_EINVAL (the padding space, used for future extensions, is not zero)
2020 Feb 07
0
[RFC PATCH v7 48/78] KVM: introspection: handle vCPU introspection requests
From: Mihai Don?u <mdontu at bitdefender.com> The introspection requests (KVM_REQ_INTROSPECTION) are checked before entering guest or when the vCPU is halted. Signed-off-by: Mihai Don?u <mdontu at bitdefender.com> Co-developed-by: Mircea C?rjaliu <mcirjaliu at bitdefender.com> Signed-off-by: Mircea C?rjaliu <mcirjaliu at bitdefender.com> Co-developed-by: Adalbert Laz?r