search for: muli

Displaying 20 results from an estimated 50 matches for "muli".

Did you mean: mul
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Dec 15
1
[PATCH RESEND] enable swiotlb on i386 in linux-2.6-xen tree
The linux-2.6-xen tree has a typo in the Kconfig file for i386 that disables building swiotlb. This patch fixes it in the same manner that x86-64 does it. Cheers, Muli Signed-Off-By: Muli Ben-Yehuda <mulix@mulix.org> diff -r c1c170a55fe0e97156379d10870aed024ed0012a arch/i386/Kconfig --- a/arch/i386/Kconfig Thu Dec 8 20:50:02 2005 -0700 +++ b/arch/i386/Kconfig Tue Dec 13 20:07:34 2005 +0200 @@ -58,6 +58,7 @@ bool "Xen-compatible" select X86_...
2006 Jan 25
3
Re: [Xen-changelog] Export Xen driver util function symbols so that Xen drivers
...en/util.c > --- a/linux-2.6-xen-sparse/drivers/xen/util.c Wed Jan 25 11:51:21 2006 > +++ b/linux-2.6-xen-sparse/drivers/xen/util.c Wed Jan 25 13:28:07 2006 > @@ -31,6 +31,7 @@ > > return area; > } > +EXPORT_SYMBOL(alloc_vm_area); Should this be EXPORT_SYMBOL_GPL? Cheers, Muli -- Muli Ben-Yehuda http://www.mulix.org | http://mulix.livejournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Sep 06
7
[RFC PATCH] allow connecting to xenconsole from remote hosts
...at would be interesting for inclusion? if yes, I''ll be happy to split it into smaller, more-digestable chunks. To use: In dom0: xenconsole --remote --gateway --port $PORT $DOMID In remote host: telnet $DOM0IP $PORT, or # nc $DOM0IP $PORT, or gdb''s target remote command Cheers, Muli diff -r ec03b24a2d83 -r 03ce605e7542 tools/console/client/main.c --- a/tools/console/client/main.c Tue Aug 15 19:53:55 2006 +0100 +++ b/tools/console/client/main.c Sun Sep 03 15:13:01 2006 +0300 @@ -1,8 +1,9 @@ /*\ - * Copyright (C) International Business Machines Corp., 2005 - * Author(s): An...
2006 Apr 09
2
Xen on IBM eSeries
Does anyone have experience installing Xen on IBM eSeries (I have an x336), specifically with getting all the drivers to work? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Dec 10
19
[VTD][PATCH] Change xc_assign_device()
Currently we assign devices with VT-d in Xend, this raises two issues: 1) assign devices regardless of they are hidden by pciback or not. If the device is not hidden, it results in the device doesn''t work in Dom0; 2) device is assigned one by one, if assign multiple devices, some devices may have been assigned when problem happens, it results in assigned devices don''t work in
2005 Nov 24
1
[PATCH] fix udevinfo version string parsing
...on one of my machines running ubunto 4.10 "Warty Warhog", due to misparsing the udevinfo version string. The problem is caused by an old version of sed that does not appreciate the regexp. This patch fixes it, and also works on debian unstable and SLES9SP2. Please apply... Signed-Off-By: Muli Ben-Yehuda <mulix@mulix.org> Signed-Off-By: Orna Agmon <ladypine@ladypine.org> diff -r dca4893b0b9f14a99ea46abcadcefc3246707585 -r 962bf38a5c6f7ffdb5f9fea0265cb7b1659c6d5c install.sh --- a/install.sh Thu Nov 24 14:08:27 2005 +++ b/install.sh Thu Nov 24 19:16:40 2005 @@ -28,7 +28,7 @@...
2006 Feb 25
1
[PATCH] fix mkelf32 when cross compiling on i386 for x86-64
Use strtoull to parse the final_exec_addr value from the command line. Whe cross compiling on i386 for x86-64 unsigned long is 32 bit, which leads to final_exec_addr being truncated to 32 bits by strtoul, which leads to grub refusing to load the resulting image. Please apply. Signed-Off-By: Muli Ben-Yehuda <mulix@mulix.org> diff -r 86eba2e17a39 -r ef4fe9970b03 xen/arch/x86/boot/mkelf32.c --- a/xen/arch/x86/boot/mkelf32.c Sat Feb 25 18:36:23 2006 +0200 +++ b/xen/arch/x86/boot/mkelf32.c Sat Feb 25 19:07:43 2006 +0200 @@ -245,7 +245,7 @@ int main(int argc, char **argv) inimage =...
2006 Mar 30
7
RE: [RFC][PATCH] create an initrd for dom0 in install.shscript
Here is the usage for Fedora usage: mkinitrd [--version] [-v] [-f] [--preload <module>] [--omit-scsi-modules] [--omit-raid-modules] [--omit-lvm-modules] [--with=<module>] [--image-version] [--fstab=<fstab>] [--nocompress] [--builtin=<module>] [--nopivot] <initrd-image> <kernel-version> (ex: mkinitrd /boot/initrd-2.2.5-15.img
2006 Nov 01
19
pciback for usb-controller and usb-storage on x86_64 ends in Oops
Hi! I tried to pcipassthrough usb-controllers to domu to use it with a memory-stick. First xen complained that the driver needs write-access to its configuration space, so I added these to pci-quirks. Since it still didn''t work I also added the device to pci-permissive but I still get an errormessage with Oops (at the end of this email) when sticking in the memory-stick. I tried
2006 Nov 01
19
pciback for usb-controller and usb-storage on x86_64 ends in Oops
Hi! I tried to pcipassthrough usb-controllers to domu to use it with a memory-stick. First xen complained that the driver needs write-access to its configuration space, so I added these to pci-quirks. Since it still didn''t work I also added the device to pci-permissive but I still get an errormessage with Oops (at the end of this email) when sticking in the memory-stick. I tried
2012 Jul 06
2
[LLVMdev] Excessive register spilling in large automatically generated functions, such as is found in FFTW
...E void FMA(__m128 *Rd, __m128 Rn, __m128 Rm) { *Rd = ADD(*Rd, MULT(Rn,Rm)); } __INLINE void FMS(__m128 *Rd, __m128 Rn, __m128 Rm) { *Rd = SUB(*Rd, MULT(Rn,Rm)); } __INLINE __m128 SIGNIFY(__m128 a) { __m128 t1; t1 = _mm_xor_ps(a, _mm_set_ps(-0.0f, 0.0f, -0.0f, 0.0f)); return t1; } __INLINE __m128 MULI(__m128 a) { return SWAP(SIGNIFY(a)); } __INLINE __m128 MUL(__m128 d, __m128 re, __m128 im) { re = MULT(re, d); FMS(&re, im, SWAP(d)); return re; } __INLINE __m128 MULJ(__m128 d, __m128 re, __m128 im) { re = MULT(re, d); FMA(&re, im, SWAP(d)); return re; } __INLINE void S_4(__m...
2005 Dec 20
1
Build failures (x86_64, IOMMU, Xen 3.0.0)
Does Xen 3.0.0 actually support the IOMMU on x86_64? I''ve tried building with a couple of different configurations, and it always fails if I''ve enabled CONFIG_GART_IOMMU. The problems center around undefined references to functions such as dma_alloc_coherent, dma_free_coherent, iommu_setup, iommu_hole_init, force_iommu, iommu_aperture_allowed, and so on. In all cases, changing
2006 Apr 14
1
[PATCH][VT] minor patch for tracing VMEXIT/VMENTRY for 64 bit systems
This patch enables tracing VMEXIT/ENTRY for 64-bit systems (are there any 32-bit VT enabled systems out there?) Signed-off by Himanshu Raj (rhim.list@nosuchaddr.com) -- ------------------------------------------------------------------------- Himanshu Raj PhD Student, GaTech (www.cc.gatech.edu/~rhim) I prefer to receive attachments in an open, non-proprietary format.
2005 Oct 21
1
Re: [Xen-changelog] Tweak to pygrub build config detection.
On Fri, 2005-10-21 at 18:54 +0000, Xen patchbot -unstable wrote: > # HG changeset patch > # User kaf24@firebug.cl.cam.ac.uk > # Node ID 8eaaa622db81393ef0eae497090c34c04adf4212 > # Parent 3eee5653f08b01a310e0a9172a6c0149f16217df > Tweak to pygrub build config detection. > Signed-off-by: Jeremy Katz <katzj@redhat.com> Applying both patches for this is overkill.... ;)
2005 Oct 21
1
problems with tools/pygrub/setup.py and xen/xm/main.py
When making the "unstable" version I got an in "tools". There was a complaint about "cc.has_function" in the following code area in tools/pygrub/setup.py if cc.has_function("ext2fs_open"): ext2defines.append( ("HAVE_EXT2FS_OPEN2", None) ) else : sys.stderr.write ("Warning: older veriosn of e2fsprogs installed ...")
2006 Jan 16
13
Support for AGP aperture as IOMMU in AMD64 mode [2/2]
These are the diffs against the pristine versions of arch/x86_64/kernel/[aperture.c,pci-gart.c] to better show the changes necessary to adapt those files to Xen. They were included with the patch and should not be applied again. -Mark Langsdorf AMD, Inc. --- pristine-linux-2.6.12/arch/x86_64/kernel/aperture.c 2005-06-17 12:48:29.000000000 -0700 +++
2007 May 29
0
CFP: Virtualization Workshop at SYSTOR 2007
...http://papers.haifa.il.ibm.com/systor07/ Important dates Submission August 16, 2007 Acceptance Notification September 13, 2007 Camera-ready (full papers) October 11, 2007 SYSTOR 2007 Virtualization Workshop October 29, 2007 Organizing committee * Erez Hadad, IBM Haifa Research Lab * Muli Ben-Yehuda, IBM Haifa Research Lab * Eliezer Dekel, IBM Haifa Research Lab * Miriam Allalouf, IBM Haifa Research Lab * Ben-Ami Yassour, IBM Haifa Research Lab * Yaron Wolfsthal, IBM Haifa Research Lab * Dalit Naor, IBM Haifa Research Lab * Assaf Schuster, Technion * Yitzhak (Tsahi) Bi...
2007 May 29
0
CFP: Virtualization Workshop at SYSTOR 2007
...http://papers.haifa.il.ibm.com/systor07/ Important dates Submission August 16, 2007 Acceptance Notification September 13, 2007 Camera-ready (full papers) October 11, 2007 SYSTOR 2007 Virtualization Workshop October 29, 2007 Organizing committee * Erez Hadad, IBM Haifa Research Lab * Muli Ben-Yehuda, IBM Haifa Research Lab * Eliezer Dekel, IBM Haifa Research Lab * Miriam Allalouf, IBM Haifa Research Lab * Ben-Ami Yassour, IBM Haifa Research Lab * Yaron Wolfsthal, IBM Haifa Research Lab * Dalit Naor, IBM Haifa Research Lab * Assaf Schuster, Technion * Yitzhak (Tsahi) Bi...
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