Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libkvm



Module Name:    src
Committed By:   jld
Date:           Sat Jan  5 06:22:55 UTC 2008

Modified Files:
        src/lib/libkvm: kvm_i386.c

Log Message:
The address translation routine needs to use the plN_pi macros (for
indexing into the PTP), not the plN_i ones (for indexing into the entire
linear page table); cf. the analogous code for amd64.  Fixes ~everything
to do with kernel core dumps on i386.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/lib/libkvm/kvm_i386.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index