search for: disableunsupported

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

2007 Apr 18
1
[patch 14/21] Xen-paravirt: Add XEN config options and disableunsupported config options.
Jeremy Fitzhardinge wrote: > Andrew Morton wrote: > > On Thu, 15 Feb 2007 22:14:45 -0800 Dan Hecht > <dhecht@vmware.com> wrote: > > > > > >>> config PREEMPT > >>> bool "Preemptible Kernel (Low-Latency Desktop)" > >>> + depends on !XEN > >>> help > >>> This option reduces the latency of
2007 Apr 18
0
[RFC PATCH 01/35] Add XEN config options and disableunsupported config options.
> > > config HZ > > > int > > > - default 100 if HZ_100 > > > + default 100 if HZ_100 || XEN > > > default 250 if HZ_250 > > > default 1000 if HZ_1000 > > >... > > > > Why? > > Because the hypervisor sends timer interrupts to the guest at a rate > of 100 Hz while the guest is running. We might add support
2007 Apr 18
1
[patch 14/21] Xen-paravirt: Add XEN config options and disableunsupported config options.
Jeremy Fitzhardinge wrote: > Andrew Morton wrote: > > On Thu, 15 Feb 2007 22:14:45 -0800 Dan Hecht > <dhecht@vmware.com> wrote: > > > > > >>> config PREEMPT > >>> bool "Preemptible Kernel (Low-Latency Desktop)" > >>> + depends on !XEN > >>> help > >>> This option reduces the latency of
2007 Apr 18
0
[RFC PATCH 01/35] Add XEN config options and disableunsupported config options.
> > > config HZ > > > int > > > - default 100 if HZ_100 > > > + default 100 if HZ_100 || XEN > > > default 250 if HZ_250 > > > default 1000 if HZ_1000 > > >... > > > > Why? > > Because the hypervisor sends timer interrupts to the guest at a rate > of 100 Hz while the guest is running. We might add support
2007 Apr 18
1
[patch 14/21] Xen-paravirt: Add XEN config options and disableunsupported config options.
Jeremy Fitzhardinge wrote: > Andrew Morton wrote: > > On Thu, 15 Feb 2007 22:14:45 -0800 Dan Hecht > <dhecht@vmware.com> wrote: > > > > > >>> config PREEMPT > >>> bool "Preemptible Kernel (Low-Latency Desktop)" > >>> + depends on !XEN > >>> help > >>> This option reduces the latency of