Displaying 1 result from an estimated 1 matches for "b7bdbb2d".
2006 Jun 15
1
Bug with xc_translate_foreign_address?
...32bit non-PAE)
(xen-testing 3.0.2) it returns:
# ./xenctx -f 1
eip: b7e4a547
esp: bfc26164
eax: 080f6968 ebx: b7bdcff4 ecx: b7f16ff4 edx: 080f6968
esi: b7dec6a0 edi: 00000000 ebp: bfc26164
cs: 00000073 ds: 0000007b fs: 00000000 gs: 00000033
Stack:
bfc26184 b7bd8551 080f6968 b7bdbb2d bfc2618c b7bdcff4 b7dec6a0 b7f19098
......
etc.
Cr3 is immediately set on this machine and the xenctx command completes
successfully.
It appears that this stems from a problem of mapping the CR3 register to
the mfn on the VT HVM -- this operation successfully completes on the
non-VT machine, h...