search for: schieli

Displaying 5 results from an estimated 5 matches for "schieli".

2010 Oct 26
4
[PATCH] x86/pvclock-xen: zero last_value on resume
...ds an analogous fix or not. ] Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com> Cc: Stable Kernel <stable at kernel.org> Reported-by: Eelco Dolstra <e.dolstra at tudelft.nl> Reported-by: Olivier Hanesse <olivier.hanesse at gmail.com> Bisected-by: C?dric Schieli <cschieli at gmail.com> Tested-by: C?dric Schieli <cschieli at gmail.com> diff --git a/arch/x86/include/asm/pvclock.h b/arch/x86/include/asm/pvclock.h index cd02f32..6226870 100644 --- a/arch/x86/include/asm/pvclock.h +++ b/arch/x86/include/asm/pvclock.h @@ -11,5 +11,6 @@ unsigned long...
2010 Oct 26
4
[PATCH] x86/pvclock-xen: zero last_value on resume
...ds an analogous fix or not. ] Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com> Cc: Stable Kernel <stable at kernel.org> Reported-by: Eelco Dolstra <e.dolstra at tudelft.nl> Reported-by: Olivier Hanesse <olivier.hanesse at gmail.com> Bisected-by: C?dric Schieli <cschieli at gmail.com> Tested-by: C?dric Schieli <cschieli at gmail.com> diff --git a/arch/x86/include/asm/pvclock.h b/arch/x86/include/asm/pvclock.h index cd02f32..6226870 100644 --- a/arch/x86/include/asm/pvclock.h +++ b/arch/x86/include/asm/pvclock.h @@ -11,5 +11,6 @@ unsigned long...
2010 Oct 26
4
[PATCH] x86/pvclock-xen: zero last_value on resume
...ds an analogous fix or not. ] Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com> Cc: Stable Kernel <stable at kernel.org> Reported-by: Eelco Dolstra <e.dolstra at tudelft.nl> Reported-by: Olivier Hanesse <olivier.hanesse at gmail.com> Bisected-by: C?dric Schieli <cschieli at gmail.com> Tested-by: C?dric Schieli <cschieli at gmail.com> diff --git a/arch/x86/include/asm/pvclock.h b/arch/x86/include/asm/pvclock.h index cd02f32..6226870 100644 --- a/arch/x86/include/asm/pvclock.h +++ b/arch/x86/include/asm/pvclock.h @@ -11,5 +11,6 @@ unsigned long...
2010 Oct 02
0
Migrated domUs hangs
...bal synchronization point for pvclock" (489fb490dbf8dab0249ad82b56688ae3842a79e8) on Debian''s 2.6.32-5-xen-686 = 2.6.32-23 also works. And finally, passing clocksource=tsc to DomUs won''t change anything. Is this a known problem ? May it be specific to my setup ? TIA, Cédric Schieli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Apr 30
0
[PATCH] Handle ISO_Level3_Shift keysym as AltGr in ioemu/vncfb
Hello, The modern (xkb) way of mapping the AltGr key (113) seems to be using the ISO_Level3_Shift keysym (0xFE03) instead of the obsolete Mode_switch keysym (0xFF7E). This patch let the "keysym to scancode" translator handle the ISO_Level3_Shift correctly, enabling the use of characters like ~#{[|`\^@]} on a french keyboard. Regards, Cédric diff -ur