similar to: [PATCH] [xend] host.get_log() close fd

Displaying 20 results from an estimated 30000 matches similar to: "[PATCH] [xend] host.get_log() close fd"

2008 Jun 13
0
[PATCH] [xend] [ACM] Enable labeling of resources as inaccessible
This patch enables the labeling of (disk-type) resources with the special label __INACCESSIBLE__ to prevent unlabeled domains from accessing them. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 May 15
0
[PATCH] Small fix to the host.get_name_description call
Signed-off-by: Stefan Berger <stefanb@us.ibm.com> diff -r 3ef0510e44d0 tools/python/xen/xend/XendAPI.py --- a/tools/python/xen/xend/XendAPI.py Tue May 08 10:21:23 2007 +0100 +++ b/tools/python/xen/xend/XendAPI.py Mon May 14 23:17:32 2007 -0400 @@ -905,7 +941,7 @@ class XendAPI(object): XendNode.instance().set_name(new_name) return
2007 May 05
3
[PATCH] [Xen-API] Patch for fixing the rtc/timeoffset entry
This patch rewrites the rtc/timeoffset entry so the VM''s record can be retrieved with the Java xmlrpc library. If the entry is ''None'' it upsets the xmlrpc parser. This fixes it, though maybe there''s a better place in xend to place similar code. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel
2007 Feb 02
0
[PATCH] [Xm-TEST] Fix XAPI test case 02
This fixes the xapi test case 02 with those parts that currently do not work disabled with ''if 0:'' Signed-off-by: Stefan Berger <stefanb@us.ibm.com> Index: root/xen-unstable.hg/tools/xm-test/tests/xapi/02_xapi-vbd_basic.py =================================================================== --- root.orig/xen-unstable.hg/tools/xm-test/tests/xapi/02_xapi-vbd_basic.py +++
2006 Aug 21
1
[PATCH][vTPM] 3/3: TPM device model for qemu dm
This patch adds a TPM device model to the qemu dm for fully virtualized VMs. It is enabled in the VM only if the user requests a TPM device in the vm configuration file using the ''vtpm=[...]'' line. It enables the qemu device model command line with a ''vtpm_instance <instance number>'' parameter. Signed-off-by: David Safford <safford@watson.ibm.com>
2007 Jan 03
2
[PATCH] [Bochs/32-Bit BIOS] [2/3] TCG Bios extensions
This patch adds TCG BIOS extensions to the high memory area along with some often-used libc utility functions. The TCG extensions are described here: https://www.trustedcomputinggroup.org/specs/PCClient/TCG_PCClientImplementationforBIOS_1-20_1-00.pdf I have tried to keep the patching with rombios.c to a minimum, but some amount of code needs to be inserted at various locations. The code is
2007 Feb 28
4
[PATCH] [Xm-Test] A test case doing local migration 3 times in a loop
The following test case does local migration 3 times in a loop. I currently see the following error output on x86-64 (only!) inside the guest (change debugMe in line 68 of xm-test/lib/XmTestLib/Console.py to True): @%@%> XENBUS error -12 while reading message XENBUS error -12 while reading message XENBUS unexpected type [1325400064], expected [4] XENBUS error -12 while reading message XENBUS
2007 Jan 20
5
[PATCH] Fix linux compilation on x86-64
This patch fixes Linux 2.6.18 compilation on x86-64 and also works on i386. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jul 30
2
[PATCH] [XM] Enable a bootloader when using XM via Xen-API
This enables the usage of a bootloader, i.e., pygrub, when starting a domain using xm in Xen-API mode. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Aug 17
1
[PATCH] vTPM support for XEN - Part 1
Attached is the patch that provides additions to include files, particularly to support the control messages for the TPM front- and backend drivers. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> Stefan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Jun 27
0
Bug#430676: Also /etc/init.d/xend stop should remove masq
More details : I noticed that every start of xend is adding the POSTROUTING masquerade iptables rule, and nothing is done at stop time. This should bi fixed, at least. -- Olivier BERGER <olivier.berger at int-edu.eu> (ATTENTION : new address) Ing?nieur Recherche - Dept INF GET/INT at Evry (http://www.int-edu.eu/) OpenPGP-Id: 1024D/6B829EEC
2006 Dec 07
0
[PATCH] [QEMU] [TPM-TIS] Transmit the locality in which the command was sent
Transmit the locality in which the command was sent in the highest 3 bits of the 4 bytes prepended to each packet. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Mar 02
0
[PATCH] Fix for vTPM backend
The attached patch - fixes a problem in the vTPM backend where the timer was killed when the timer function was run - removes a variable from being put in the ring by the frontend - reformatting due to indent tool running over some of the files Has been tested with the vtpm-relevant parts of xm-test. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
2006 Oct 06
0
[PATCH] Remove variable buffer size and partial reads from tpm.c
I am removing the experimental feature that allows buffer sizes for transfers from TPMs larger than 2kb. This could become useful if a vTPM is located in its owns domain and needs to be serialized for suspension or migration and the packet size becomes bigger than the current limit. Partial reads were supposed to complement this feature for applications to know how many bytes to read from
2007 Sep 25
0
[PATCH] [BIOS] Improve the way the RSDP is found in the BIOS extension
Following the ACPI spec. I improved the way the RSDP is found in the BIOS extension so that it will still be found if it ever moves. Also makes the code look better. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Oct 24
0
[PATCH] [HVM] [TPM] [3/3] TIS device model for Qemu
This patch adds a TIS device model compliant to the 1.2 TPM specification to Qemu. It implements all registers necessary to make the Linux TIS driver work (tpm_tis.c). All of the basic registers supported by this type of device are implemented. Also the locality selection has been implemented, but has not been tested. The legacy registers as described in the specification are not supported.
2008 Oct 07
0
[PATCH] [Flask] Add 2 permissions to the default flask policy to get a VIF-enabled guest to work
This adds two more permissions to the default Flask policy to get a VM with a network interface to work. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 May 18
0
[PATCH] [vTPM] Update for switch to 2.6.16-rc4 or later
This patch should be applied the source tree once the 2.6.16-rc4 or 2.6.17 or a later kernel is used. I am sending it now in order not to break the build when switching. I am updating tpm.c and tpm.h to follow the changes in mainline. As a result of the patch, all changes to these two files (when compared to mainline) are surrounded by #ifdef CONFIG_XEN. Since now the chip structure is returned
2007 Oct 04
0
[PATCH] [NW scripts] [RFC] Choose alternative interface if NFSroot is used
I am proposing this patch for allowing the network bridging setup script to choose an alternative network interface if it is determined that the root is mounted using NFS, which is assumed to be done over the NIC serving the default gw. In this case the prefix of the device is used to find other devices, i.e., if eth0 is the default device an alternative device may be an other ones starting with
2007 Jul 14
0
[PATCH] [XM] Pass --skipdtd parameter to ''xm new'' application
Pass the -s|--skipdtd parameter through to the ''xm new'' application. On my machine I get random hangs in the function that''s loading the dtd (xmldtd.load_dtd in xenapi_create.py)?! Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com