|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] RE: [patch 14/21] Xen-paravirt: Add XEN config options and d
To: |
"Jeremy Fitzhardinge" <jeremy@xxxxxxxx>, "Andrew Morton" <akpm@xxxxxxxxxxxxxxxxxxxx> |
Subject: |
[Xen-devel] RE: [patch 14/21] Xen-paravirt: Add XEN config options and disableunsupported config options. |
From: |
"Christian Limpach" <Christian.Limpach@xxxxxxxxxxxxx> |
Date: |
Fri, 16 Feb 2007 02:00:39 -0800 |
Cc: |
xen-devel@xxxxxxxxxxxxxxxxxxx, virtualization@xxxxxxxxxxxxxx, Steven Hand <steven.hand@xxxxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx, Chris Wright <chrisw@xxxxxxxxxxxx>, Andi Kleen <ak@xxxxxx>, Ian Pratt <Ian.Pratt@xxxxxxxxxxxxx> |
Delivery-date: |
Fri, 16 Feb 2007 02:02:02 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxx |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
Thread-index: |
AcdRnIFegKnbAY+pRYux0pTDKlRLwQAFFnNg |
Thread-topic: |
[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@xxxxxxxxxx> wrote:
> >
> >
> >>> config PREEMPT
> >>> bool "Preemptible Kernel (Low-Latency Desktop)"
> >>> + depends on !XEN
> >>> help
> >>> This option reduces the latency of the kernel by making
> >>> all kernel code (that is not executing in a critical section)
> >>>
> >>>
> >
> > Oh, so that's why it doesn't break when CONFIG_PREEMPT=y.
> In which case
> > that preempt_disable() I spotted is wrong-and-unneeded.
> >
> > Why doesn't Xen work with preemption??
> >
>
> I've forgotten the details. Ian? Keir? Steven? Maybe it
> can be done.
With CONFIG_PREEMPT, we can have preempted threads reference machine
addresses across save/restore. After restore, these machine addresses
will be incorrect.
Christian
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] RE: [patch 14/21] Xen-paravirt: Add XEN config options and disableunsupported config options.,
Christian Limpach <=
|
|
|
|
|