Displaying 8 results from an estimated 8 matches for "git13".
Did you mean:
  git1
  
2007 Apr 18
3
[PATCH] no paravirt for X86_VOYAGER or X86_VISWS
.../linux/sched.h:46,
                 from arch/i386/kernel/setup.c:26:
include/asm/paravirt.h:163:1: warning: this is the location of the previous definition
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 arch/i386/Kconfig |    1 +
 1 file changed, 1 insertion(+)
--- linux-2.6.19-git13.orig/arch/i386/Kconfig
+++ linux-2.6.19-git13/arch/i386/Kconfig
@@ -190,6 +190,7 @@ endchoice
 config PARAVIRT
 	bool "Paravirtualization support (EXPERIMENTAL)"
 	depends on EXPERIMENTAL
+	depends on !(X86_VISWS || X86_VOYAGER)
 	help
 	  Paravirtualization is a way of running multiple i...
2007 Apr 18
3
[PATCH] no paravirt for X86_VOYAGER or X86_VISWS
.../linux/sched.h:46,
                 from arch/i386/kernel/setup.c:26:
include/asm/paravirt.h:163:1: warning: this is the location of the previous definition
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 arch/i386/Kconfig |    1 +
 1 file changed, 1 insertion(+)
--- linux-2.6.19-git13.orig/arch/i386/Kconfig
+++ linux-2.6.19-git13/arch/i386/Kconfig
@@ -190,6 +190,7 @@ endchoice
 config PARAVIRT
 	bool "Paravirtualization support (EXPERIMENTAL)"
 	depends on EXPERIMENTAL
+	depends on !(X86_VISWS || X86_VOYAGER)
 	help
 	  Paravirtualization is a way of running multiple i...
2010 Oct 31
0
Re: [Fedora-xen] Xen dom0 (core) merged to upstream Linux 2.6.37 and other new features
...<m.a.young@durham.ac.uk>
Subject: Re: [Fedora-xen] Xen dom0 (core) merged to upstream Linux 2.6.37 and other new features
To: "Pasi Kärkkäinen" <pasik@iki.fi>
Cc: xen@lists.fedoraproject.org
Date: Saturday, October 30, 2010, 7:39 PM
I have built a test kernel (2.6.37-0.1.rc0.git13.xendom0.fc15) from 
upstream linux after the xen patches went in at
http://koji.fedoraproject.org/koji/taskinfo?taskID=2566143
I haven''t tested it yet but it should in theory boot as a dom0 kernel 
though it won''t support guests. This is very much a first attempt and it 
might be...
2007 Jul 20
2
[PATCH] Remove -static from Documentation/lguest/Makefile
...5b000-b7f5d000 rw-p b7f5b000 00:00 0 
b7f5d000-b7f5e000 r-xp b7f5d000 00:00 0          [vdso]
b7f5e000-b7f73000 r-xp 00000000 03:03 16351      /lib/ld-2.3.6.so
b7f73000-b7f75000 rw-p 00014000 03:03 16351      /lib/ld-2.3.6.so
b8000000-b8004000 r-xp 00000000 03:04
2485028    /home/rusty/linux-2.6.22-git13/Documentation/lguest/lguest
b8004000-b8005000 rw-p 00004000 03:04
2485028    /home/rusty/linux-2.6.22-git13/Documentation/lguest/lguest
bfecd000-bfee3000 rw-p bfecd000 00:00 0          [stack]
Whee!  Guest can overwrite our libc, libz, ld.so.  Also, we allocate
pages for virtual devices from B8000...
2007 Jul 20
2
[PATCH] Remove -static from Documentation/lguest/Makefile
...5b000-b7f5d000 rw-p b7f5b000 00:00 0 
b7f5d000-b7f5e000 r-xp b7f5d000 00:00 0          [vdso]
b7f5e000-b7f73000 r-xp 00000000 03:03 16351      /lib/ld-2.3.6.so
b7f73000-b7f75000 rw-p 00014000 03:03 16351      /lib/ld-2.3.6.so
b8000000-b8004000 r-xp 00000000 03:04
2485028    /home/rusty/linux-2.6.22-git13/Documentation/lguest/lguest
b8004000-b8005000 rw-p 00004000 03:04
2485028    /home/rusty/linux-2.6.22-git13/Documentation/lguest/lguest
bfecd000-bfee3000 rw-p bfecd000 00:00 0          [stack]
Whee!  Guest can overwrite our libc, libz, ld.so.  Also, we allocate
pages for virtual devices from B8000...
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi,
This series of patches implements the Xen paravirt-ops interface.  It
applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think
"unwinder" is the only patch which doesn't apply to git13, and the
sched-clock patches are the only ones which this series actually
needs).
Changes since the last posting:
 - More netfront review and cleanup
 - Added ability to cleanly h...
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi,
This series of patches implements the Xen paravirt-ops interface.  It
applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think
"unwinder" is the only patch which doesn't apply to git13, and the
sched-clock patches are the only ones which this series actually
needs).
Changes since the last posting:
 - More netfront review and cleanup
 - Added ability to cleanly h...
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi,
This series of patches implements the Xen paravirt-ops interface.  It
applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think
"unwinder" is the only patch which doesn't apply to git13, and the
sched-clock patches are the only ones which this series actually
needs).
Changes since the last posting:
 - More netfront review and cleanup
 - Added ability to cleanly h...