|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] 3.1/2 live migration panic
At 23:01 +0000 on 16 Jan (1200524481), Keir Fraser wrote:
> Well that's a lot saner even without being a debug build. Possibly Tim has
> some insight into how this can happen... I expect the 'recursive shadow
> fault' is simply a result of the fault in shadow_set_l1e() causing an
> unexpected re-entry into shadow code.
Yep, that's exactly it. It's there to stop an unexpected #PF in the
shadow code itself from being even more confusing by having the shadow
code try to handle it and then fail in some other, wierder, way later.
Instead, we bail out and let the normal fatal-page-fault handler take
over.
Tim.
--
Tim Deegan <Tim.Deegan@xxxxxxxxxx>
Principal Software Engineer, Citrix Systems (R&D) Ltd.
[Company #02300071, SL9 0DZ, UK.]
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|