|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] RE: touching a missing page causes DomU to die
James,
Then I guess I don't understand why the double buffering code is attempting
to use the memory you have allocated and handed back to Xen. If your code
allocated it then nothing else should be trying to use it, right?
Paul
> -----Original Message-----
> From: James Harper [mailto:james.harper@xxxxxxxxxxxxxxxx]
> Sent: 21 January 2011 21:52
> To: Paul Durrant; xen-devel@xxxxxxxxxxxxxxxxxxx
> Subject: RE: touching a missing page causes DomU to die
>
> > >
> > > My Windows PV drivers are crashing during hibernation, and I've
> > > finally
> > > figured out that it's because the windows hibernation mode
> driver
> > > double
> > > buffers memory before handing it to my block device driver, and
> in
> > > doing
> > > so 'touches' some pages of memory I have given back to xen (to
> work
> > > around a domu save crash).
> > >
> >
> > You've given memory belonging to the crash kernel back to Xen?
> >
>
> My driver allocates a few pages of memory and calls decrease
> reservation
> to give them back to xen. This is to work around a problem saving
> (or
> restoring?) a domu under xen where I need to give back an amount of
> pages equal to the pages xen has given me for setup (grant table I
> think).
>
> James
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|