search for: debug_paravirt

Displaying 8 results from an estimated 8 matches for "debug_paravirt".

2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 15/17] paravirt_op - kconfig
...rt/arch/x86_64/Kconfig.debug =================================================================== --- clean-start.orig/arch/x86_64/Kconfig.debug +++ clean-start/arch/x86_64/Kconfig.debug @@ -55,6 +55,17 @@ config DEBUG_STACK_USAGE This option will slow down process creation somewhat. +config DEBUG_PARAVIRT + bool "Enable some paravirtualization debugging" + default y + depends on PARAVIRT && DEBUG_KERNEL + help + Currently deliberately clobbers regs which are allowed to be + clobbered in inlined paravirt hooks, even in native mode. + I...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 15/17] paravirt_op - kconfig
...rt/arch/x86_64/Kconfig.debug =================================================================== --- clean-start.orig/arch/x86_64/Kconfig.debug +++ clean-start/arch/x86_64/Kconfig.debug @@ -55,6 +55,17 @@ config DEBUG_STACK_USAGE This option will slow down process creation somewhat. +config DEBUG_PARAVIRT + bool "Enable some paravirtualization debugging" + default y + depends on PARAVIRT && DEBUG_KERNEL + help + Currently deliberately clobbers regs which are allowed to be + clobbered in inlined paravirt hooks, even in native mode. + I...
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
.../Kconfig.debug =================================================================== --- linux-2.6.19-quilt.orig/arch/x86_64/Kconfig.debug +++ linux-2.6.19-quilt/arch/x86_64/Kconfig.debug @@ -55,6 +55,17 @@ config DEBUG_STACK_USAGE This option will slow down process creation somewhat. +config DEBUG_PARAVIRT + bool "Enable some paravirtualization debugging" + default y + depends on PARAVIRT && DEBUG_KERNEL + help + Currently deliberately clobbers regs which are allowed to be + clobbered in inlined paravirt hooks, even in native mode. + I...
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
.../Kconfig.debug =================================================================== --- linux-2.6.19-quilt.orig/arch/x86_64/Kconfig.debug +++ linux-2.6.19-quilt/arch/x86_64/Kconfig.debug @@ -55,6 +55,17 @@ config DEBUG_STACK_USAGE This option will slow down process creation somewhat. +config DEBUG_PARAVIRT + bool "Enable some paravirtualization debugging" + default y + depends on PARAVIRT && DEBUG_KERNEL + help + Currently deliberately clobbers regs which are allowed to be + clobbered in inlined paravirt hooks, even in native mode. + I...
2007 Apr 18
17
[patch 00/17] paravirt_ops updates
Hi Andi, This series of patches updates paravirt_ops in various ways. Some of the changes are plain cleanups and improvements, and some add some interfaces necessary for Xen. The brief overview: add-MAINTAINERS.patch - obvious remove-CONFIG_DEBUG_PARAVIRT.patch - no longer needed paravirt-nop.patch - mark nop operations consistently paravirt-pte-accessors.patch - operations to pack/unpack ptes paravirt-memory-init.patch - hooks for memory/pagetable init paravirt-fixmap.patch - add fixmap for paravirt boot shared-kernel-pmd.patch - allow sele...
2007 Apr 18
17
[patch 00/17] paravirt_ops updates
Hi Andi, This series of patches updates paravirt_ops in various ways. Some of the changes are plain cleanups and improvements, and some add some interfaces necessary for Xen. The brief overview: add-MAINTAINERS.patch - obvious remove-CONFIG_DEBUG_PARAVIRT.patch - no longer needed paravirt-nop.patch - mark nop operations consistently paravirt-pte-accessors.patch - operations to pack/unpack ptes paravirt-memory-init.patch - hooks for memory/pagetable init paravirt-fixmap.patch - add fixmap for paravirt boot shared-kernel-pmd.patch - allow sele...
2007 Apr 18
23
[patch 00/20] paravirt_ops updates
Hi Andi, Here's a repost of the paravirt_ops update series I posted the other day. Since then, I found a few potential bugs with patching clobbering, cleaned up and documented paravirt.h and the patching machinery. Overview: add-MAINTAINERS.patch obvious remove-CONFIG_DEBUG_PARAVIRT.patch No longer meaningful or needed. paravirt-nop.patch Clean up nop paravirt_ops functions, mainly to allow the patching machinery to easily identify them. paravirt-pte-accessors.patch Accessors to allow pv_ops to control the content of pagetable entries. paravirt-memory-init.patch Hook i...
2007 Apr 18
23
[patch 00/20] paravirt_ops updates
Hi Andi, Here's a repost of the paravirt_ops update series I posted the other day. Since then, I found a few potential bugs with patching clobbering, cleaned up and documented paravirt.h and the patching machinery. Overview: add-MAINTAINERS.patch obvious remove-CONFIG_DEBUG_PARAVIRT.patch No longer meaningful or needed. paravirt-nop.patch Clean up nop paravirt_ops functions, mainly to allow the patching machinery to easily identify them. paravirt-pte-accessors.patch Accessors to allow pv_ops to control the content of pagetable entries. paravirt-memory-init.patch Hook i...