Displaying 7 results from an estimated 7 matches for "machine_reboot".
2007 Aug 13
0
[PV-on-HVM]: Add missing includes
...des
This patch adds missing includes that currently work through indirect
inclusions. This cannot be relied on and indeed does break on older
kernels (2.4 for PV-on-HVM).
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
diff -r 7953164cebb6 unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c
--- a/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c Tue Aug 07 09:07:29 2007 +0100
+++ b/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c Mon Aug 13 16:53:13 2007 +0800
@@ -1,5 +1,6 @@
#include <linux/config.h>
-#include <linux/stop_machine.h>
+#include <lin...
2007 Mar 13
1
SMP Support (Xen unstable + 2.6.18)
...18. Doing some particular tests, I
need to disable the SMP Support in the kernel configuration and surprisingly
I receive this error after compiling the kernel:
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o: In function `take_machine_down'':
machine_reboot.c:(.text+0x58a6c): undefined reference to `cpu_initialized_map''
make: *** [.tmp_vmlinux1] Error 1
While every thing goes well if the SMP support is active in "Processor type
and features". Your suggestion is appreciated.
Regards,
Parisa.
______________________________________...
2007 Jun 20
0
[PATCH] linux-2.6.18: utilize SYS_HYPERVISOR config option
...==================================================================
--- head-2007-05-31.orig/drivers/xen/core/Makefile 2007-06-06 17:04:59.000000000 +0200
+++ head-2007-05-31/drivers/xen/core/Makefile 2007-06-04 13:55:09.000000000 +0200
@@ -5,7 +5,7 @@
obj-y := evtchn.o gnttab.o features.o reboot.o machine_reboot.o
obj-$(CONFIG_PROC_FS) += xen_proc.o
-obj-$(CONFIG_SYSFS) += hypervisor_sysfs.o
+obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor_sysfs.o
obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
obj-$(CONFIG_XEN_SYSFS) += xen_sysfs.o
obj-$(CONFIG_XEN_SMPBOOT) += smpboot.o
Index: head-2007-05-31/drivers/xen/c...
2010 Jan 03
21
Re: Xenified linux kernel
Known bug for 32-bit. Workaround is on the net.
http://mulps.wordpress.com/2009/05/29/compiling-xen-kernel-2-6-29-2/
Boris
________________________________
From: Mehdi Sheikhalishahi <mehdi.alishahi@gmail.com>
To: bderzhavets@yahoo.com
Sent: Sun, January 3, 2010 4:25:00 PM
Subject: Xenified linux kernel
Hi Dear:
I am refering to the
2008 Nov 27
1
Re: RE: Re: Re: when timer go back in dom0 save and restore ormigrate, PV domain hung
F.Y.I
>>> "Tian, Kevin" <kevin.tian@intel.com> 08.11.27. 11:50 >>>Sorry for a
typo. I did mean domU instead of dom0. :-) The point here is that
time_resume will sync to new system time and wall clock at restore, and
thus pv guest should be able to continue... Xen system time is not
wallclock time which just counts up from power up. As Keir points out,
only its
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support.
Qing He and Eddie Dong also has been woring on pv_ops so that
I want to discuss before going further and avoid duplicated work.
I suppose that Eddie will also post his own patch. So reviewing both
patches, we can reach to better pv_ops interface.
- I didn't changed the ia64 intrinsic paravirtulization abi from
the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support.
Qing He and Eddie Dong also has been woring on pv_ops so that
I want to discuss before going further and avoid duplicated work.
I suppose that Eddie will also post his own patch. So reviewing both
patches, we can reach to better pv_ops interface.
- I didn't changed the ia64 intrinsic paravirtulization abi from
the last post. Presumably it