similar to: Resend: xenolinux hg repo

Displaying 20 results from an estimated 5000 matches similar to: "Resend: xenolinux hg repo"

2006 Aug 07
5
[PATCH][LINUX] use machine_emergency_restart() from the generic header.
This patch uses the standard generic header for the definition of machine_emergency_restart() and reverses the call path for XenoLinux. Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> --- diff -r 7680b29c03a6 drivers/xen/core/reboot.c --- a/drivers/xen/core/reboot.c Sat Aug 05 11:33:24 2006 -0400 +++ b/drivers/xen/core/reboot.c Mon Aug 07 09:50:33 2006 -0400 @@ -9,6 +9,7 @@ #include
2006 Aug 11
2
[PATCH][XEN] Use a union to pack the dual-short combos in an endian neutral way.
The first to members of a grant entry are updated as a combined pair. The following union patch uses a union so updated can happen in an endian neutral fashion. Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> diff -r 1f611b58729f xen/common/grant_table.c --- a/xen/common/grant_table.c Wed Aug 09 18:53:00 2006 -0400 +++ b/xen/common/grant_table.c Fri Aug 11 12:29:48 2006 -0400 @@ -32,6
2006 Oct 25
2
Re: [Xen-staging] [xen-unstable] [XEND] Open xend-debug.log in append mode.
Missed this in the [patch] state. If we are gonna do this can we get a timestamp on every open? or every message? -JX On Oct 25, 2006, at 5:30 AM, Xen staging patchbot-unstable wrote: > # HG changeset patch > # User kfraser@localhost.localdomain > # Date 1161768423 -3600 > # Node ID 0c7923eb6b9846c92f1c15486e06ee9745bcf676 > # Parent 410df40afc014555ce7bfcad2852de9e6d0425f0
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
Hao Yu Commercial Scale Out IBM T.J. Watson Research Center 1101 Kitchawan Rd/Route 134, Rm 36-019 Yorktown Heights, NY 10598-0218 914-945-1854, Email: yuh@us.ibm.com ----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM ----- Jimi
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
Hao Yu Commercial Scale Out IBM T.J. Watson Research Center 1101 Kitchawan Rd/Route 134, Rm 36-019 Yorktown Heights, NY 10598-0218 914-945-1854, Email: yuh@us.ibm.com ----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM ----- Jimi
2007 Apr 18
1
[rfc][patch][linux] ioctl32() compat plumbing for xen calls
changeset: 30726:2a6fda4e7dde1a0a5d29a62303e85bcea868eb47 tag: tip user: Jimi Xenidis <jimix@watson.ibm.com> date: Thu Jul 13 11:51:38 2006 -0400 files: drivers/xen/privcmd/Makefile drivers/xen/privcmd/compat_privcmd.c fs/compat_ioctl.c include/xen/public/privcmd.h description: [ppc] ioctl32() compat plumbing for xen calls The following patch deals with xen
2006 Jun 30
2
Qemu-0.8.1 based ioemu preview available
Hello, A preview of the qemu 0.8.1 based ioemu is now available at: http://xenbits.xensource.com/chris/add-ioemu-new and http://xenbits.xensource.com/chris/enable-ioemu-new In addition to these two patches, you need a copy of qemu-0.8.1 and place it into tools/ioemu-new -- one option is the tarball available at http://xenbits.xensource.com/chris/ioemu-cvs-qemu-0.8.1.tar.bz2 which extracts to
2003 Nov 28
3
Problem to boot Xenolinux.
Hi, I am trying to install Xen/Xenolinux v1.1 on my workstation which has 2 SCSI disks. The first disk has WinXP installed, and the second disk has Redhat 8.0. I copied the images into /boot and modified grub.conf accordingly: title Xen / XenoLinux 2.4.22 root (hd1,0) kernel /xen.gz dom0_mem=131072 ser_baud=115200 noht noreboot module /xenolinux.gz root=/dev/sdb2 ro
2006 Mar 30
3
[patch] bitops on irq_cpustat_t->__softirq_pending
As mentioned earlier, PowerPC''s atomic ops operate on longs, and we have made our *_bit() prototypes use long* (instead of void*) to warn us of problems at compile time. Here''s one caller that was flagged: test_and_set_bit(nr, &softirq_pending(cpu)) Accordingly, we need __softirq_pending to be long, not int. PowerPC is currently using a few files unmodified from the x86
2004 Apr 01
2
Role of Xen/Xenolinux in New IO networking
I know I have asked this before, but I am having trouble understanding the role of each component in the new 1.3 world: In 1.3 networking if Xen has no devices, and domain 0 owns and operates the NIC - does Xen have any role at all in networking for the guest OS''s? Which network device driver will a guest OS use? Do all the vnetif rules defined in Domain 0 now get interpreted by
2015 Sep 10
1
Xen specfile git repos
There was some discussion about the lack of visibility of the Xen4CentOS development process. The Xen spec files and supporting patches are kept in a git tree. I've pushed copies of these trees here: https://github.com/gwd/sig-virt-xen xen-44 is the branch for Xen 4.4 development, and xen-46 is the branch for Xen 4.6 development. As is normal, these repos do not contain many of the binary
2004 Dec 21
3
XEN 2.0.1/Xenolinux 2.6.9 domain0 not booting on Debian Sarge / P4 Xeon
Hi all I am in the process of upgrading my XEN servers from 2.4 to 2.6 kernels as I am having better results on 2.6. However one machine (the big daddy) refuses to boot a 2.6.9 xenolinux kernel. It''s an IBM eSeries xServer x205. I have selected what i think are the appropriate options in menuconfig but it refuses to boot into dom0. By refuse I mean it initialises the hypervisor,
2006 Aug 07
0
[PATCH][LINUX] use machine_emergency_restart() from the
--text follows this line-- This patch uses the standard generic header for the definition of machine_emergency_restart() and reverses the call path for XenoLinux. Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> --- diff -r 7680b29c03a6 drivers/xen/core/reboot.c --- a/drivers/xen/core/reboot.c Sat Aug 05 11:33:24 2006 -0400 +++ b/drivers/xen/core/reboot.c Mon Aug 07 09:50:33 2006 -0400
2006 Aug 01
0
[PATCH][TOOLS] ppc64 is not a LIB_64_ARCH
changeset: 11208:a40c8bae08a81181c38a43a744b5d87db22066ea parent: 11206:12da2c3245bbbf63781e2ad5e6f2eb489d93957c user: Jimi Xenidis <jimix@watson.ibm.com> date: Tue Aug 01 16:40:33 2006 -0400 files: tools/python/xen/util/auxbin.py description: [TOOLS] ppc64 is not a LIB_64_ARCH Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> diff -r
2015 Dec 10
1
Xen4CentOS and XSA-142
It looks like no XSA-142 patch, which is "libxl fails to honour readonly flag on disks with qemu-xen" has been applied to Xen4CentOS. I assume this was on purpose? If not, I can have someone try adding the original patch from http://xenbits.xen.org/xsa/advisory-142.html and some variant of the commit from ef6cb76026628e26e3d1ae53c50ccde1c3c78b1b
2006 Sep 22
0
[XenPPC] Re: [PATCH] Fix BUG in alloc_heap_pages
This is an important find, it may require an audit of uses list_del where its use is not immediately by some form of destruction of the containing object. -JX On Sep 21, 2006, at 6:21 PM, Amos Waterland wrote: > I believe it is the case that if the last element of a list is deleted > with list_del(), and then the list is scanned with list_empty(), > undefined results can occur. The
2007 Jul 23
0
context switch time in Xenolinux
Hi, I have used lmbench to test the performance of Xenolinux (HVM) CPU: Intel (R) Core (TM)2 T7400@2.16GHz Memory size: 1GB NIC: Intel PCIe Gigabit LAN chip HD: Samsung 80GB/7200rpm/8M Dom0: 2.6.19-1.2911.6.5.fc6xen DomU: 2.6.20-1.2944.fc6 The context switch time seems saturated along with increasement of processes? e.g. size of processes 64kB N=number of process t=context switch time when
2007 Apr 18
1
OLS BoF? Mainline Virtualization API status?
Folks, OLS is fast approaching. There is a session on virtualization at the Kernel Summit, with Keir and Zach invited, which will probably last an hour(?). There is also a Xen BoF currently scheduled (Thursday, 7/20, 7:00PM) which will cover Xen specific issues. And there are approximately 3 or 4 paper presentations on related subjects. None of the above are going to allow for adequate time to
2014 May 15
1
RFC: Use git am for patchqueue
OK, I've got a basic initial port of the xen package up to 4.4.0. But before I post that, I wanted to get comments on a new method of managing the Xen part of the patchqueue. You can find the RFC branch here: repo: http://github.com/gwd/sig-virt-xen branch: out/git-am-patchqueue-RFC-v1 The basic idea is to put as much as possible into a 'git am' file. This file can easily be
2012 Jul 31
3
year extraction over a list
Hello, I have a data frame, one element in that data frame is a LIST, with each element being a character string. I am trying to extract the first year listed in each of those character strings. The character elements are typically csv, but the position of the year can vary (think citations with varying citation standards). I.e., foo$a [[1]] [1] text, text, 2001, text [2] text, 2000, text [3]